Summary
Amazon Bedrock offers 7 Qwen models as on-demand models, but none have any entry in model_list.json with Bedrock model IDs. The catalog has Qwen models for Fireworks, Together, and Vertex, but zero for Bedrock. Qwen is an entirely missing Bedrock provider family in the catalog.
Missing models (top 3 by priority)
1. Qwen3 235B A22B 2507 (qwen.qwen3-235b-a22b-2507-v1:0)
- Model ID (bedrock-runtime):
qwen.qwen3-235b-a22b-2507-v1:0
- Model ID (bedrock-mantle):
qwen.qwen3-235b-a22b-2507
- Format:
converse
- Flavor:
completion
- Context window: 256,000 tokens
- Max output tokens: 8,192
- Reasoning: yes
- Pricing (US): $0.22 / $0.88 per 1M input/output tokens
2. Qwen3 Coder 480B A35B (qwen.qwen3-coder-480b-a35b-v1:0)
- Model ID (bedrock-runtime):
qwen.qwen3-coder-480b-a35b-v1:0
- Model ID (bedrock-mantle):
qwen.qwen3-coder-480b-a35b-instruct
- Format:
converse
- Flavor:
completion
- Context window: 128,000 tokens
- Max output tokens: 16,384
- Pricing (US): $0.22 / $1.80 per 1M input/output tokens
3. Qwen3 Coder Next (qwen.qwen3-coder-next)
- Model ID (bedrock-runtime):
qwen.qwen3-coder-next
- Model ID (bedrock-mantle):
qwen.qwen3-coder-next
- Format:
converse
- Flavor:
completion
- Context window: 256,000 tokens
- Max output tokens: 16,384
- Pricing (US): $0.60 / $1.44 per 1M input/output tokens
Additional missing Qwen Bedrock models (4 more)
| Model |
bedrock-runtime ID |
Context |
Max Output |
Pricing (US, $/1M) |
| Qwen3 32B |
qwen.qwen3-32b-v1:0 |
32K |
8K |
$0.15 / $0.60 |
| Qwen3 Next 80B A3B |
qwen.qwen3-next-80b-a3b |
256K |
8K |
$0.15 / $1.20 |
| Qwen3 VL 235B A22B |
qwen.qwen3-vl-235b-a22b |
256K |
8K |
$0.53 / $2.66 |
| Qwen3 Coder 30B A3B |
qwen.qwen3-coder-30b-a3b-v1:0 |
256K |
16K |
$0.15 / $0.60 |
Sources
- Bedrock models-at-a-glance:
https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists Qwen provider with 7 models)
- Bedrock model cards: Individual model card pages at
docs.aws.amazon.com/bedrock/latest/userguide/model-card-qwen-*.html
- Bedrock pricing:
https://aws.amazon.com/bedrock/pricing/ (Qwen tab)
- Third-party pricing aggregators: PricePerToken, Holori, TypingMind (cross-referenced)
Verification checklist
{
"provider": "bedrock",
"models": ["qwen.qwen3-235b-a22b-2507-v1:0", "qwen.qwen3-coder-480b-a35b-v1:0", "qwen.qwen3-coder-next"],
"action": "add",
"catalog_file": "packages/proxy/schema/model_list.json",
"schema_reference": "packages/proxy/schema/models.ts"
}
Summary
Amazon Bedrock offers 7 Qwen models as on-demand models, but none have any entry in
model_list.jsonwith Bedrock model IDs. The catalog has Qwen models for Fireworks, Together, and Vertex, but zero for Bedrock. Qwen is an entirely missing Bedrock provider family in the catalog.Missing models (top 3 by priority)
1. Qwen3 235B A22B 2507 (
qwen.qwen3-235b-a22b-2507-v1:0)qwen.qwen3-235b-a22b-2507-v1:0qwen.qwen3-235b-a22b-2507conversecompletion2. Qwen3 Coder 480B A35B (
qwen.qwen3-coder-480b-a35b-v1:0)qwen.qwen3-coder-480b-a35b-v1:0qwen.qwen3-coder-480b-a35b-instructconversecompletion3. Qwen3 Coder Next (
qwen.qwen3-coder-next)qwen.qwen3-coder-nextqwen.qwen3-coder-nextconversecompletionAdditional missing Qwen Bedrock models (4 more)
qwen.qwen3-32b-v1:0qwen.qwen3-next-80b-a3bqwen.qwen3-vl-235b-a22bqwen.qwen3-coder-30b-a3b-v1:0Sources
https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html(lists Qwen provider with 7 models)docs.aws.amazon.com/bedrock/latest/userguide/model-card-qwen-*.htmlhttps://aws.amazon.com/bedrock/pricing/(Qwen tab)Verification checklist
provider.model-version:0)model_list.json(confirmed via grep forqwen.qwen3){ "provider": "bedrock", "models": ["qwen.qwen3-235b-a22b-2507-v1:0", "qwen.qwen3-coder-480b-a35b-v1:0", "qwen.qwen3-coder-next"], "action": "add", "catalog_file": "packages/proxy/schema/model_list.json", "schema_reference": "packages/proxy/schema/models.ts" }