HomeModels › MiniMax M3

MiniMax M3 API

MiniMax's newest flagship — M3 brings the latest generation of MiniMax general performance at the same value pricing as M2.7.

ValueBest for: Newest MiniMax generation at value pricing.

SpecificationValue
Bridge price$0.28 / $0.59 per 1M tokens
Cached input$0.06 per 1M tokens
Context window128K tokens
Max output8,192 tokens
StrengthsFlagship general, Chinese-language
MiniMax M3 pricing per supplier rate card (August 2026), converted at ≈¥7.1/USD. Bridge prices are flat — see the live price table.

Why developers pick it

Code example

from openai import OpenAI

client = OpenAI(base_url="https://bridge.computeindex.net/v1", api_key="sk-bridge-YOUR_KEY")

completion = client.chat.completions.create(
    model="minimax-m3",
    messages=[{"role": "user", "content": "Summarize this product spec into three bullet points."}],
)
print(completion.choices[0].message.content)

FAQ

Which endpoint? Standard /v1/chat/completions with model="minimax-m3".

How is it billed? Per token from the upstream usage field, cached-input discount applied automatically.

Get $1 free credit → try MiniMax M3

Related