New Sign up free, 10 calls on us. Up to $1, no card needed.

MiniMax M2.5

invited beta chatCodeReasoningTool calling

MiniMax M2.5 agentic/coding model. ~205K context.

Input
$0.22/M
Output
$0.9/M
Cache read
$0.044/M
Context
205K
vs GPT-4o
~96% cheaper

Benchmarks

Above average1 / 9
MiniMax M2.5 other models measured peer average no peer scored higher
SciCode
44.4%
GPQA Diamond
85.2%
APEX-Agents
6.2%

Vendor-published: Alibaba (Qwen) Anthropic ByteDance DeepSeek Google MiniMax Moonshot OpenAI Tencent Z.ai

Price in context

Where the price sits among 60 comparable models

Input$0.22/M
$0.05 · Qwen3 VL Flash GPT-5.4 Pro · $30
Output$0.9/M
$0.275 · DeepSeek V4 Flash GPT-5.4 Pro · $180
Cached read$0.044/M
$0.0028 · DeepSeek V4 Flash GPT-5.4 Pro · $15

The bar shows how this model’s price compares with every other model of the same kind on Synthorai. The cheapest and the most expensive are named at each end. These are base rates; batch, region and cache-write discounts are on the pricing page.

Specs & limits

Prompt caching

How it caches automatic
Min prefix 512

Use MiniMax M2.5 in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="minimax-m2.5",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

FAQ

Is the MiniMax M2.5 API free to try?

MiniMax M2.5 is currently in invited beta: access is application-based rather than open signup. Apply from the Synthorai console; once approved, standard pay-as-you-go pricing applies with no subscription.

How much does MiniMax M2.5 cost?

MiniMax M2.5 costs $0.22 per million input tokens and $0.9 per million output tokens on Synthorai. That is the provider's list price, with no platform markup. Cached input tokens bill at $0.044/M.

Does MiniMax M2.5 support prompt caching?

Yes, automatically: MiniMax-served prompts cache with no code changes. Cached input tokens bill at $0.044/M vs $0.22/M uncached; prompts need a 512-token stable prefix to cache. Prompt caching guide →

How do I get access to MiniMax M2.5?

MiniMax M2.5 is in invited beta: request access from the Synthorai console. Once approved it works like every other model: point your OpenAI SDK at base_url="https://synthorai.io/v1" and set model="minimax-m2.5".

Related models

Compare

Every value on this page is transcribed from the vendor's own documentation, linked above, and carries the date it was checked. Prices are compared across the catalogue; specification values that vendors define differently are shown with the difference stated rather than charted. Nothing here is measured by us, and nothing is scored.

Get your API key Compare your cost →