加载中…请求处理中,请稍候
MiniMax 模型

MiniMax M3

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.

MiniMax平台整理生产可用
工具调用JSON 模式流式输出低成本
输入价格¥2.81 / 1M tokens
输出价格¥11.23 / 1M tokens
上下文长度128k 令牌
最大输出8.2k 令牌

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

Python
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生产可用

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.

¥1.68 / 1M tokens输入¥6.74 / 1M tokens输出128k上下文
适用场景high-volume chat, agentic tool use, 分类
路由已配置
工具调用JSON 模式流式输出低成本
平台整理NextModel production gateway; price referenced from OpenRouter minimax/minimax-m2.7
查看详情
DeepSeek生产可用

DeepSeek V4 Flash 是长上下文、低成本候选,适合需要中文能力和批量友好定价的团队。

¥1 / 1M tokens输入¥2 / 1M tokens输出128k上下文
适用场景high-volume chat, lightweight agent steps, 分类
路由已配置
工具调用JSON 模式流式输出低成本
平台整理NextModel production gateway and Volcengine Agent Plan pricing config
查看详情
Volcengine生产可用

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.

Starting at ¥0.6 / 1M tokens输入Starting at ¥3.60 / 1M tokens输出256k上下文
适用场景high-volume chat, 分类, lightweight agent steps
路由已配置
工具调用JSON 模式长上下文流式输出
平台整理NextModel production gateway and Volcengine Agent Plan pricing config
查看详情

常见问题

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.