invokeable()
← directory / providers / together

Together AI

cloud
6
models served
TOGETHER_API_KEY
auth
api.together.xyz/v1
base url

Open-weights serving; OpenAI-compatible. docs →

01Request template

Every model below is invoked with this shape — swap in the provider model ID from the table.

shell · template
curl https://api.together.xyz/v1/chat/completions \
  -H "Authorization: Bearer $TOGETHER_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "{{MODEL_ID}}",
    "messages": [{"role": "user", "content": "Hello, world"}]
  }'

02Models served · newest first

ModelProvider model IDIn $/MOut $/MContext
Kimi K2 (0905)Moonshot AI moonshotai/Kimi-K2-Instruct-0905 0.60 2.50 262K
gpt-oss-120bOpenAI openai/gpt-oss-120b 131K
Qwen3 235B-A22BAlibaba Qwen Qwen/Qwen3-235B-A22B-Instruct-2507-tput 262K
Llama 4 MaverickMeta meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 1M
Llama 4 ScoutMeta meta-llama/Llama-4-Scout-17B-16E-Instruct 10M
Llama 3.3 70BMeta meta-llama/Llama-3.3-70B-Instruct-Turbo 131K

Dimmed prices are canonical — this provider's own quote isn't captured yet.