MiniMax M2.7 highspeed

minimax/minimax-m2.7-highspeed
Flagship
by minimax · text in · text out · 204.8K ctx · 2026-03-18

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

INPUT$0.60/ 1M tokens
OUTPUT$2.40/ 1M tokens
p50 TTFT1.35 s7d
p95 TTFT2.40 s7d
TRAFFIC145.0Ktokens / 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.7-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.060
Cache write / 1M$0.375
CurrencyUSD
Performance
TTFT p50
1.35 s
Output speed
96.1 tok/s
TTFT p95
2.40 s
Error rate
0%
Public benchmarks
AA Coding
41.9
AA Intelligence
49.6
GPQA Diamond
87.4
Humanity's Last Exam
28.1
IFBench
75.7
Long-Context Recall
68.7
SciCode
47.0
TerminalBench Hard
39.4
τ²-Bench
84.8
Source: artificialanalysis.ai
FAQ
How much does MiniMax M2.7 highspeed cost on OrcaRouter?
MiniMax M2.7 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.7 highspeed's context window?
MiniMax M2.7 highspeed supports a context window of 205K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call MiniMax M2.7 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.7-highspeed" in the chat.completions.create call.
Does OrcaRouter rate-limit MiniMax M2.7 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.7 highspeed$0.60/M in1346ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/minimax/minimax-m2.7-highspeed" target="_blank"> <img src="https://www.orcarouter.ai/embed/minimax/minimax-m2.7-highspeed.svg" alt="MiniMax M2.7 highspeed on OrcaRouter" /> </a>
Markdown [![MiniMax M2.7 highspeed](https://www.orcarouter.ai/embed/minimax/minimax-m2.7-highspeed.svg)](https://www.orcarouter.ai/models/minimax/minimax-m2.7-highspeed)