MiniMax M2.5 highspeed

minimax/minimax-m2.5-highspeed
by minimax · text in · text out · 204.8K ctx · 2026-02-12

MiniMax M2.5 high-speed — same model + same 200k context as M2.5, faster output (~100 tps vs ~60 tps…

INPUT$0.60/ 1M tokens
OUTPUT$2.40/ 1M tokens
p50 TTFT1.32 s7d
p95 TTFT2.57 s7d
TRAFFIC98.6Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="minimax/minimax-m2.5-highspeed",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.600
Output / 1M tokens$2.40
Cache read / 1M$0.030
Cache write / 1M$0.375
CurrencyUSD
Performance
TTFT p50
1.32 s
Output speed
74.0 tok/s
TTFT p95
2.57 s
Error rate
0%
Public benchmarks
AA Coding
37.4
AA Intelligence
41.9
GPQA Diamond
84.8
Humanity's Last Exam
19.1
IFBench
71.6
Long-Context Recall
66.0
SciCode
42.6
TerminalBench Hard
34.8
τ²-Bench
95.3
Source: artificialanalysis.ai
FAQ
How much does MiniMax M2.5 highspeed cost on OrcaRouter?
MiniMax M2.5 highspeed is priced at $0.60 per 1M input tokens and $2.40 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is MiniMax M2.5 highspeed's context window?
MiniMax M2.5 highspeed supports a context window of 205K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call MiniMax M2.5 highspeed via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="minimax/minimax-m2.5-highspeed" in the chat.completions.create call.
Does OrcaRouter rate-limit MiniMax M2.5 highspeed?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
MiniMax M2.5 highspeed$0.60/M in1318ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/minimax/minimax-m2.5-highspeed" target="_blank"> <img src="https://www.orcarouter.ai/embed/minimax/minimax-m2.5-highspeed.svg" alt="MiniMax M2.5 highspeed on OrcaRouter" /> </a>
Markdown [![MiniMax M2.5 highspeed](https://www.orcarouter.ai/embed/minimax/minimax-m2.5-highspeed.svg)](https://www.orcarouter.ai/models/minimax/minimax-m2.5-highspeed)