Qwen3.6 Plus

Models

Model details

Qwen3.6 Plus

Model
Qwen/Qwen3.6-Plus
Provider
together
API
openai-completions
Base URL
https://api.together.ai/v1
Input
text
Reasoning
Yes
Context window
1,000,000
Max tokens
500,000
Cost / million input
$0.5
Cost / million output
$3
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "together": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "Qwen/Qwen3.6-Plus",
          "name": "Qwen3.6 Plus",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1000000,
          "maxTokens": 500000,
          "cost": {
            "input": 0.5,
            "output": 3,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "compat": {
            "supportsStore": false,
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false,
            "maxTokensField": "max_tokens",
            "supportsStrictMode": false,
            "supportsLongCacheRetention": false,
            "thinkingFormat": "together"
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.together.ai/v1"
    }
  }
}