HomeModels › MiniMax M2.7

MiniMax M2.7 API

MiniMax's all-round assistant model — strong general performance at competitive flat pricing through the Bridge OpenAI-compatible endpoint.

ValueBest for: All-round assistant 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
StrengthsGeneral assistant, Chinese-language
MiniMax M2.7 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-m2.7",
    messages=[{"role": "user", "content": "Draft a polite out-of-office reply."}],
)
print(completion.choices[0].message.content)

FAQ

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

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

Get $1 free credit → try MiniMax M2.7

Related