GPT 5%, Claude 10% — limited-time rates through Aug 17, 2026, 00:00 (UTC+8). All GPT and Claude text models are billed at 5% and 10% of their official list prices.View pricing
Minimax

MiniMax M3

Save 90%Official

minimax/minimax-m3

Call minimax/minimax-m3 through the RouteMux AI Gateway. One URL connects you to every model.

Context window
1M
Max output
512K
Input modalities
text · image
Output modalities
text
Capabilities
Vision · Reasoning · Tool Calling · Coding · Cache
RouteMux name
minimax/minimax-m3
Official ID
MiniMax-M3
Live model playground

Try MiniMax M3 here

Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.

streamchat
1Configure input
0 / 20,000
Add images

Sign in first to upload images to this vision model.

Maximum estimated cost
2Live result

Your result will appear here

Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.

conversation

What is MiniMax M3

MiniMax M3 pairs a 1M-token context window with an unusually large 512K maximum output — the widest output headroom of any model in this catalog. It accepts text and image input, supports tool calling, reasoning and prompt caching, and answers on three protocols: OpenAI Chat Completions, OpenAI Responses and Anthropic Messages.

Through RouteMux it is $0.03 per 1M input tokens against MiniMax's $0.30, and $0.12 against $1.20 on output.

The 512K output ceiling is the thing worth designing around. Tasks that normally have to be split across calls because the response will not fit — full-file rewrites, long structured extractions, bulk translation — can often run in one request here.

MiniMax M3 API pricing

Source: minimax_text_x0.10 · Verified 2026-08-07

InputOfficial $0.3 / M tokens
$0.03/ M tokensSave 90%
OutputOfficial $1.2 / M tokens
$0.12/ M tokensSave 90%

Cache read $0.006/M · Cache write /M

TierInputCache readCache writeOutput
Standard ≤512K$0.03$0.3−90%$0.006$0.06−90%$0.12$1.2−90%
Standard >512K$0.06$0.6−90%$0.012$0.12−90%$0.24$2.4−90%

Estimate cost

Estimated cost$0.00042

Limited time20% off your first top-up — save up to $200

Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.

Sign up and claimNo subscription. Pay for what you use.

Key capabilities

512K maximum output

The widest output headroom in this catalog. Work that normally needs splitting across calls can run in one.

1M-token context

With text and image input.

Tool calling and caching

Reasoning, tool calling and prompt caching are all supported.

Three protocols

OpenAI Chat, OpenAI Responses and Anthropic Messages.

Interface and protocols

OpenAI Chat CompletionsStreamingOpenAI ResponsesStreamingAnthropic MessagesStreaming

Use either ID to call this model via the API.

RouteMux nameminimax/minimax-m3
Official IDMiniMax-M3

Replace the ROUTEMUX_KEY placeholder with your API key. Create one →

from openai import OpenAI

client = OpenAI(
    base_url="https://api.routemux.com/v1",
    api_key="<ROUTEMUX_KEY>",
)

completion = client.chat.completions.create(
    model="minimax/minimax-m3",
    messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)
base_url: https://api.routemux.com/v1

Performance (last 30 days)

MiniMax M3 FAQ

How large is the context window of MiniMax M3?

MiniMax M3 supports a context window of up to 1M tokens, with up to 512K output tokens per request.

How much does the MiniMax M3 API cost?

Through RouteMux, MiniMax M3 costs $0.03 for input and $0.12 for output (USD per 1M tokens), below the official list price.

How do I call MiniMax M3 via API?

MiniMax M3 is OpenAI-compatible: point your base URL at RouteMux and set the model field to minimax/minimax-m3 — no code changes needed.

Which input and output modalities does MiniMax M3 support?

MiniMax M3 accepts text, image as input and produces text as output.

What is the maximum output length?

512K tokens — considerably more headroom than most models, which cap output well below their context window.

Which protocols can I use?

OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages.

Sources

Reviewed by Jerry Fan on 2026-08-09

View as Markdown