fix: add Bedrock models minimax.minimax-m2.5#636
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: add Bedrock models minimax.minimax-m2.5
Closes #628
Source issue: #628
Summary
minimax.minimax-m2.5minimax.minimax-m2.52
3
4
5
Verified metadata
Verification notes
Verification checklist
provider.model)model_list.json(confirmed via grep forminimax.)Verification
Fields verified from official sources
formatconverseflavorchatmax_input_tokensmax_output_tokensmultimodaldisplayNameMiniMax M2.5available_providers["bedrock"]Fields NOT verified / omitted
input_cost_per_mil_tokens,output_cost_per_mil_tokens): The AWS Bedrock pricing page (https://aws.amazon.com/bedrock/pricing/) lists a MiniMax AI section but the content is too long to extract programmatically. The AWS model card directs users to the pricing page but does not embed pricing. MiniMax's own API pricing ($0.30/M input, $1.20/M output from https://platform.minimax.io/docs/guides/pricing-paygo) differs from Bedrock pricing. Omitted rather than guessing.parent: No parent model relationship — this is the base model, not a dated snapshot or location-scoped variant.supported_regions: Not applicable —supported_regionsis only used for Vertex models in the catalog.reasoning/reasoning_budget: The MiniMax marketing describes M2.5 as having reasoning capabilities, but the AWS model card does not expose reasoning/thinking token controls via the Bedrock API. Omitted.Corrections from original issue body
flavorchanged fromcompletiontochat: The model supports the Chat Completions API and Converse API with a messages-based interface. All existing Bedrock converse-format models in the catalog useflavor: "chat". Thecompletionflavor is for legacy text-completion models.sync_models (LiteLLM) cross-check
The LiteLLM model_prices_and_context_window_backup.json catalog contains no entries for any MiniMax model (searched for "minimax" in all keys). Therefore there are no sync_models values to compare against. All proposed values are sourced from the official AWS Bedrock model card.
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.