Qwen3 Coder 480B A35B Instruct

Models

Model details

Qwen3 Coder 480B A35B Instruct

Model
Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8
Provider
together
API
openai-completions
Base URL
https://api.together.ai/v1
Input
text
Reasoning
No
Context window
262,144
Max tokens
262,144
Cost / million input
$2
Cost / million output
$2
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "together": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
          "name": "Qwen3 Coder 480B A35B Instruct",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 262144,
          "maxTokens": 262144,
          "cost": {
            "input": 2,
            "output": 2,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "compat": {
            "supportsStore": false,
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false,
            "maxTokensField": "max_tokens",
            "supportsStrictMode": false,
            "supportsLongCacheRetention": false
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.together.ai/v1"
    }
  }
}