Skip to content

[BOT ISSUE] Bedrock: add missing mistral.voxtral-mini-3b-2507 and mistral.voxtral-small-24b-2507 #1243

Description

@github-actions

Summary

mistral.voxtral-mini-3b-2507 and mistral.voxtral-small-24b-2507 are available on Amazon Bedrock but have no entries in the model catalog. The generic direct-Mistral entries voxtral-small-latest and voxtral-small-2507 exist but do not include bedrock in available_providers and have no fallback_models pointing to Bedrock-specific entries. No generic entry exists for Voxtral Mini at all.

Both are Mistral speech-to-text models that support standard text APIs (Chat Completions, Invoke, Converse) in addition to speech input.

Missing entries

mistral.voxtral-mini-3b-2507

Field Value
format openai
flavor chat
multimodal true (speech + text input, text output)
input_cost_per_mil_tokens 0.04
output_cost_per_mil_tokens 0.04
max_input_tokens 32000
available_providers ["bedrock"]
  • Endpoints: bedrock-runtime + bedrock-mantle (base ID mistral.voxtral-mini-3b-2507)
  • No geo or global inference IDs
  • Note: No generic voxtral-mini-* entry exists in the catalog — this is an entirely new model family for the catalog.

mistral.voxtral-small-24b-2507

Field Value
format openai
flavor chat
multimodal true (speech + text input, text output)
input_cost_per_mil_tokens 0.10
output_cost_per_mil_tokens 0.30
max_input_tokens 32000
available_providers ["bedrock"]
  • Endpoints: bedrock-runtime + bedrock-mantle (base ID mistral.voxtral-small-24b-2507)
  • No geo or global inference IDs

Updates to existing entries

  • voxtral-small-latest / voxtral-small-2507: add "bedrock" to available_providers, add "mistral.voxtral-small-24b-2507" to fallback_models
  • Consider adding generic voxtral-mini-latest / voxtral-mini-3b-2507 entries for direct Mistral API access as well

Pricing note

Bedrock pricing ($0.10/$0.30 for Small) differs slightly from current catalog direct-Mistral pricing ($0.10/$0.40). The direct-Mistral pricing may need verification — the Bedrock pricing is confirmed on the AWS pricing page.

Cross-source verification

  1. Bedrock model cards overview: both listed under Mistral AI on model-cards page
  2. Bedrock pricing page: pricing confirmed on aws.amazon.com/bedrock/pricing — Mini: $0.04/$0.04, Small: $0.10/$0.30

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions