Skip to content

[BOT ISSUE] Bedrock: add missing MiniMax M2.5 model (new provider family) #628

@github-actions

Description

@github-actions

Summary

Amazon Bedrock offers MiniMax M2.5 as an on-demand model (Standard/Priority/Flex tiers), but it has no entry in model_list.json. MiniMax is an entirely missing provider family on Bedrock in the catalog.

Missing model

MiniMax M2.5 (minimax.minimax-m2.5)

  • Model ID (bedrock-runtime): minimax.minimax-m2.5
  • Model ID (bedrock-mantle): minimax.minimax-m2.5
  • Format: converse
  • Flavor: completion
  • Context window: 196,000 tokens
  • Max output tokens: 8,192
  • Multimodal: no (text only)
  • Lifecycle: Active (launched Feb 12, 2026)
  • Tiers: Standard, Priority, Flex
  • Regions: us-east-1, us-east-2, us-west-2, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, ap-northeast-1, ap-south-1, ap-southeast-2, ap-southeast-3, sa-east-1, ap-southeast-4

Note

MiniMax also offers M2.1 and M2 on Bedrock. Consider adding those as well — model cards at model-card-minimax-minimax-m2-1.html and model-card-minimax-minimax-m2.html.

Sources

  1. Bedrock models-at-a-glance: https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists MiniMax provider with M2.5, M2.1, M2)
  2. Bedrock model card: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-minimax-minimax-m2-5.html
  3. Bedrock provider page: https://aws.amazon.com/bedrock/model-choice/ (lists MiniMax AI)

Verification checklist

  • Model ID confirmed in ≥2 independent official sources (model card + models-at-a-glance)
  • Model ID format matches Bedrock convention (provider.model)
  • Not already present in model_list.json (confirmed via grep for minimax.)
  • Standard/on-demand tier confirmed
  • Pricing needs manual verification from Bedrock pricing page
{
  "provider": "bedrock",
  "models": ["minimax.minimax-m2.5"],
  "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