Supported Models
| Model | ID | Context | Tools | Notes |
|---|---|---|---|---|
| Llama 3.3 70B Turbo | meta-llama/Llama-3.3-70B-Instruct-Turbo | 128K | Yes | Best general-purpose |
| Qwen 2.5 72B Turbo | Qwen/Qwen2.5-72B-Instruct-Turbo | 32K | Yes | Multilingual |
| DeepSeek R1 | deepseek-ai/DeepSeek-R1 | 128K | No | Reasoning model |
| Mixtral 8x22B | mistralai/Mixtral-8x22B-Instruct-v0.1 | 65K | Yes | Large MoE model |
Setup
Get an API key
Sign up at api.together.xyz. Free credits on signup.
Environment Variables
Your Together AI API key.
Configuration Example
- .env
- settings.yml
Model Aliases
| Alias | Model |
|---|---|
together | meta-llama/Llama-3.3-70B-Instruct-Turbo |
together-qwen | Qwen/Qwen2.5-72B-Instruct-Turbo |
Usage Examples
Notes
- API endpoint:
https://api.together.xyz/v1(OpenAI-compatible) - Status: Beta
- Together AI offers serverless and dedicated inference options.
- Great for accessing models not available on other providers (e.g., specific fine-tuned variants).
Related
- AI Providers Overview - Compare all 37 supported providers
- Fireworks AI - Similar open-source model hosting with fast inference
- OpenRouter - Access 200+ models from a single API key
- profclaw provider - Add and test providers from the CLI