Default model
Supported models
Any model available through the Together AI catalog:meta-llama/Llama-4-Scout-17B-16E-Instruct(default)meta-llama/Llama-4-Maverick-17B-128E-InstructQwen/Qwen3.5-Plus-Instructdeepseek-ai/DeepSeek-V4- Kimi K2.6, GLM-5, and most open-weight frontier models
- Any other model ID the API accepts
Authentication
Environment variable:Example usage
Tool-use support
Yes (for models that support OpenAI tool-calling format — most Llama 4, Qwen 3.x, and DeepSeek V4 variants do). Compatible with all 39 tool-use attacks in the framework — agent exploitation, MCP exploitation, multi-agent protocol attacks, and tool-injection vectors. Filter the attack catalog with:Notes
- Together AI hosts most frontier open-weight models behind a single API
- The provider uses the OpenAI SDK pointed at Together’s API (
base_url="https://api.together.xyz/v1") - Max output tokens per request: 4,096
- Retry with exponential backoff is automatic on API failures (3 attempts)