MiniMax M3 在 NextModel 中是什么?
MiniMax M3 是 NextModel 目录中的 MiniMax 模型,常用于 high-volume chat、agentic tool use、分类 工作负载。当前展示价格为输入 ¥2.81 / 1M tokens、输出 ¥11.23 / 1M tokens 每 100 万 token,上下文窗口为 128k token。
适用场景
- high-volume chat
- agentic tool use
- 分类
OpenAI 兼容调用示例
保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID minimax-m3。
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="minimax-m3",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)相似替代项
MiniMax M2.7 is available only through the Volcengine Agent Plan (no public ARK price list); its listed price tracks the OpenRouter reference rate for the same model. Unlike M3, this model has no cache-hit discount.
DeepSeek V4 Flash 是长上下文、低成本候选,适合需要中文能力和批量友好定价的团队。
Doubao Seed 2.0 Lite is the low-cost long-context member of the Seed 2.0 family, onboarded through the Volcengine Agent Plan. Audio input pricing is not modeled in this catalog.
常见问题
MiniMax M3 API 常见问题
What is MiniMax M3 best for?
Cost-sensitive high-volume chat, classification, and agentic tool use.
How is MiniMax M3 priced through NextModel?
¥2.81 per 1M input tokens and ¥11.23 per 1M output tokens, tracking MiniMax's OpenRouter reference rate.