minimax-m2.5AWS Bedrock @us-west-2
- api
- chat
- hosting
- US
- model lab
- MiniMax
- weights
- open
- added
- February 2026
- model id
- bedrock/minimax-m2.5@us-west-2
capabilities 3/8
4 providers serve minimax-m2.5. This page is one of them. Compare all endpoints
- input
- $0.30
- output
- $1.20
- cache write
- -
- cache read
- -
worked cost
| volume | cost |
|---|---|
| 100K in + 10K out | $0.0420 |
| 1M in + 100K out | $0.42 |
| 10M in + 1M out | $4.20 |
Requesty charges what the upstream provider charges, with no markup and no per-request fee. Prompt caching and smart routing cut the effective cost further on repeated context. Gateway pricing
no measured traffic for this endpoint yet. pricing above is the provider's own
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 95.3 | |
| GPQA Diamond | 84.8 | |
| Terminal-Bench Hard | 34.8 | |
| Intelligence Index | 22.8 | |
| Humanity's Last Exam | 20.5 | |
| 5 evals | mean | 51.6 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-02-12.
- retention
- none
- trains on prompts
- no
- hosted in
- US
- deployment
- us-west-2
Terms are the provider's, not Requesty's: routing a request here puts it under them. AWS Privacy Notice
Need every request to stay in one jurisdiction? EU hosting routes only through EU-hosted providers.
bedrock/minimax-m2.5@us-west-2this id pins the aws bedrock deployment, with no routing and no failover. the managed id on the canonical page routes across all 4 providers instead
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="bedrock/minimax-m2.5@us-west-2", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url to https://router.requesty.ai/v1, use your Requesty key, set the model to the id above. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog. Browse all models
MiniMax M2.5 is MiniMax's latest large language model, delivering strong performance across reasoning, coding, and tool use with improved efficiency for production workloads.
questions 7
How much does minimax-m2.5 cost?
What is the context window of minimax-m2.5?
How does minimax-m2.5 perform on benchmarks?
What can minimax-m2.5 do?
How do I use minimax-m2.5 with the OpenAI SDK?
Can I run minimax-m2.5 through Requesty?
What region is this deployment?
more from aws bedrock 8
| endpoint | ctx | in /M |
|---|---|---|
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.00 |
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.50 |
| claude-opus-5 | 1M | $5.50 |
| gpt-5.6-terra | 1.1M | $2.20 |
| gpt-5.6-luna | 1.1M | $0.22 |
| gpt-5.6-luna | 1.1M | $0.22 |
call minimax-m2.5 through one endpoint
One key for this endpoint and 600+ other models. No markup on provider prices, automatic failover when a provider degrades, and prompt caching built in. Methodology
