Back to all APIs

Together AI

inference

“Get API key” opens Together AI’s console where you can sign in, claim free credits, and generate your key. “Documentation” shows how to set it up and call the API.

Run 50+ open-source models. Competitive pay-as-you-go pricing with a signup credit.

$1 credit on signup

Models

meta-llama/Llama-3-8b-chat-hfQwen/Qwen2-72B-Instructmistralai/Mixtral-8x7B-Instruct-v0.1

Details

Auth: api_key
Uptime: 100% uptime · 7d
Avg latency: 150ms
Checked: 2h ago
Pricing: $0.10–$0.90 / 1M tokens
Rate limit: 60 req/min on free credit
Free credits: $1 free credit on signup
SDKs: pythonjavascript
Regions: us
Tags: llama3, qwen, multi-model

Code snippets

136ms avg
from together import Together

client = Together(api_key="YOUR_KEY")
res = client.chat.completions.create(
    model="meta-llama/Llama-3-8b-chat-hf",
    messages=[{"role": "user", "content": "Hello"}]
)
print(res.choices[0].message.content)

Status history (7 days)

06-10
06-11
06-12
06-13
06-14
06-15
06-21