MiniMax M2.7 在 NextModel 中是什么?
MiniMax M2.7 是 NextModel 目录中的 MiniMax 模型,常用于 high-volume chat、agentic tool use、分类 工作负载。当前展示价格为输入 ¥1.68 / 1M tokens、输出 ¥6.74 / 1M tokens 每 100 万 token,上下文窗口为 128k token。
适用场景
- high-volume chat
- agentic tool use
- 分类
OpenAI 兼容调用示例
保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID minimax-m2-7。
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-m2-7",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)相似替代项
MiniMax M3 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.
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 M2.7 API 常见问题
What is MiniMax M2.7 best for?
The lowest-cost MiniMax option for high-volume chat, classification, and agentic tool use.
How is MiniMax M2.7 priced through NextModel?
¥1.68 per 1M input tokens and ¥6.74 per 1M output tokens, tracking MiniMax's OpenRouter reference rate.