Skip to content

[BOT ISSUE] Missing Bedrock model: deepseek.v3.2 (DeepSeek V3.2) #528

@github-actions

Description

@github-actions

Summary

DeepSeek V3.2 is available on Amazon Bedrock as deepseek.v3.2 but is completely absent from the local catalog (model_list.json). The Bedrock pricing page confirms on-demand pricing at $0.62/$1.85 per MTok (US regions). The catalog already has DeepSeek models on other providers (Together, Fireworks, Baseten) but not the Bedrock-specific model ID.

Gap Details

Missing Model ID Input $/MTok Output $/MTok Context Window Max Output
deepseek.v3.2 $0.62 $1.85 164,000 8,000

Verified Fields

deepseek.v3.2

  • Format: converse (supports Invoke and Converse APIs on bedrock-runtime; also supports Chat Completions via bedrock-mantle)
  • Flavor: chat
  • Multimodal: false (text input → text output only)
  • Pricing: $0.62 / M input tokens, $1.85 / M output tokens (US East / US West standard pricing)
  • Context window: 164,000 tokens
  • Max output tokens: 8,000
  • Provider: bedrock
  • Lifecycle: Active (no EOL date)
  • Regions: In-region availability in us-east-1, us-east-2, us-west-2, eu-north-1, eu-west-2, ap-northeast-1, ap-south-1, ap-southeast-2, ap-southeast-3, sa-east-1, ap-southeast-4

Fields NOT verified

  • reasoning — the model card doesn't explicitly state reasoning token support, though the model description mentions "improved reasoning" capabilities
  • No geo inference or global inference IDs exist for this model (it's in-region only)

Official Sources

  1. Bedrock models at a glance: https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html — lists DeepSeek V3.2 as a supported model
  2. DeepSeek V3.2 model card: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-deepseek-deepseek-v3-2.html — confirms model ID deepseek.v3.2, context window (164K), max output (8K), supported APIs, regional availability
  3. Bedrock pricing page: https://aws.amazon.com/bedrock/pricing/ — confirms DeepSeek pricing at $0.62/$1.85 per MTok (US regions)

Local Files Inspected

  • packages/proxy/schema/model_list.json — grep for deepseek.v3 and deepseek.v3.2 returns no matches
  • DeepSeek models exist on other providers: deepseek-ai/DeepSeek-V3 (together), accounts/fireworks/models/deepseek-v3 (fireworks), deepseek-ai/DeepSeek-V3.1 (baseten) — but no Bedrock-format DeepSeek IDs

Verification Notes

  • Source 1 (models at a glance) verifies: model exists on Bedrock
  • Source 2 (model card) verifies: model ID, context window, max output, supported APIs, regional availability
  • Source 3 (pricing page) verifies: on-demand pricing ($0.62/$1.85 per MTok for US regions)
  • Pricing varies by region (non-US regions are ~20% higher at $0.74/$2.22), standard US pricing used here
{
  "kind": "missing_model",
  "provider": "bedrock",
  "models": ["deepseek.v3.2"],
  "status": "active",
  "model_specs": {
    "deepseek.v3.2": {
      "format": "converse",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 0.62,
      "output_cost_per_mil_tokens": 1.85,
      "displayName": "DeepSeek V3.2",
      "max_input_tokens": 164000,
      "max_output_tokens": 8000,
      "available_providers": ["bedrock"]
    }
  },
  "source_urls": [
    "https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html",
    "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-deepseek-deepseek-v3-2.html",
    "https://aws.amazon.com/bedrock/pricing/"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions