Qwen 3 235B Instruct

Model details

Qwen 3 235B Instruct

Model
qwen-3-235b-a22b-instruct-2507
Provider
cerebras
API
openai-completions
Base URL
https://api.cerebras.ai/v1
Input
text
Reasoning
No
Context window
131,000
Max tokens
32,000
Cost / million input
$0.6
Cost / million output
$1.2
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "cerebras": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "qwen-3-235b-a22b-instruct-2507",
          "name": "Qwen 3 235B Instruct",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 131000,
          "maxTokens": 32000,
          "cost": {
            "input": 0.6,
            "output": 1.2,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.cerebras.ai/v1"
    }
  }
}