Skip to content

[BOT ISSUE] Bedrock: add missing Qwen models (new Bedrock provider family, 7 models) #629

Description

@github-actions

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

  1. Bedrock models-at-a-glance: https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists Qwen provider with 7 models)
  2. Bedrock model cards: Individual model card pages at docs.aws.amazon.com/bedrock/latest/userguide/model-card-qwen-*.html
  3. Bedrock pricing: https://aws.amazon.com/bedrock/pricing/ (Qwen tab)
  4. Third-party pricing aggregators: PricePerToken, Holori, TypingMind (cross-referenced)

Verification checklist

  • Model IDs confirmed in ≥2 independent official sources (model cards + models-at-a-glance)
  • Model ID format matches Bedrock convention (provider.model-version:0)
  • Not already present in model_list.json (confirmed via grep for qwen.qwen3)
  • Standard/on-demand tier confirmed for all models
  • Pricing confirmed via multiple sources
{
  "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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions