Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions skills/together-batch-inference/references/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,17 @@ curl -X GET "https://api.together.xyz/v1/batches" \

- `meta-llama/Llama-3.3-70B-Instruct-Turbo`


All serverless models support batch processing — models not listed have no discount. The 50% discount does not apply to dedicated endpoint usage.
Most serverless models support batch processing through the chat completions endpoint; models not listed above have no discount. The following serverless models are not currently available for batch and will fail if submitted:

- `deepseek-ai/DeepSeek-R1`
- `deepseek-ai/DeepSeek-V3.1`
- `deepseek-ai/DeepSeek-V4-Pro`
- `MiniMaxAI/MiniMax-M2.7`
- `moonshotai/Kimi-K2.5`
- `moonshotai/Kimi-K2.6`
- `Qwen/Qwen3.5-397B-A17B`
- `zai-org/GLM-5`
- `zai-org/GLM-5.1`

## Rate Limits

Expand Down
Loading