MiniMax-M3

在编程和智能体等专业任务上达到了前沿的能力,1M 超长上下文,原生多模态能力

Model ID: minimax-m3 · Type: chat · Provider: Minimax

Pricing

Input (per 1M tokens)$0.15 USD
Output (per 1M tokens)$0.6 USD
Cache read (per 1M tokens)$0.03 USD

Context tiers

≤ 512000 tokens$0.15 / 1M in$0.6 / 1M out
> 512000$0.3 / 1M in$1.2 / 1M out

Capabilities

from openai import OpenAI

client = OpenAI(api_key="sk-...", base_url="https://api.router.ai/v1")
resp = client.chat.completions.create(
    model="minimax-m3",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

FAQ

How much does MiniMax-M3 cost on yidun.ai 易盾.ai?

MiniMax-M3 (`minimax-m3`) is billed per usage at $0.15/1M in · $0.6/1M out, in USD. Current pricing is always listed at https://yidun.ai/models/minimax-m3.

How do I call MiniMax-M3 through yidun.ai 易盾.ai?

Send a request to https://api.router.ai/v1/v1/chat/completions with the header `Authorization: Bearer <your API key>` and `"model": "minimax-m3"`. The API is OpenAI-compatible, so any OpenAI SDK works by changing base_url to https://api.router.ai/v1 — no other code change.

What is MiniMax-M3's context window?

MiniMax-M3 accepts up to 1,000,000 input tokens and can return up to 1,000,000 output tokens. Requests exceeding the input limit are rejected before reaching the model.

What can MiniMax-M3 do?

MiniMax-M3 supports: vision, function_calling, prompt_caching, reasoning.

Who makes MiniMax-M3?

MiniMax-M3 is a chat model from Minimax, available through the yidun.ai 易盾.ai gateway with the same API key as every other model.

Call it through the yidun.ai 易盾.ai OpenAI-compatible endpoint (API base: https://api.router.ai/v1). AI agents can discover and call every model on this gateway through MCP (https://mcp.router.ai/mcp) with no manual integration.

API reference · All models