- Model
qwen.qwen3-vl-235b-a22b- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text, image
- Reasoning
- No
- Context window
- 262,000
- Max tokens
- 262,000
- Cost / million input
- $0.3
- Cost / million output
- $1.5
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen.qwen3-vl-235b-a22b",
"name": "Qwen/Qwen3-VL-235B-A22B-Instruct",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 262000,
"maxTokens": 262000,
"cost": {
"input": 0.3,
"output": 1.5,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}