Qwen3 235B A22B 2507

Model details

Qwen3 235B A22B 2507

Model
qwen.qwen3-235b-a22b-2507-v1:0
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text
Reasoning
No
Context window
262,144
Max tokens
131,072
Cost / million input
$0.22
Cost / million output
$0.88
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "qwen.qwen3-235b-a22b-2507-v1:0",
          "name": "Qwen3 235B A22B 2507",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 262144,
          "maxTokens": 131072,
          "cost": {
            "input": 0.22,
            "output": 0.88,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}