Loading...Working on your request
MiniMax 模型 · 台灣版

MiniMax M2.7

台灣團隊可用的 NextModel 目錄中的 MiniMax 模型,常用於 high-volume chat、agentic tool use、分類 工作負載。當前展示價格為輸入 ¥1.68 / 1M tokens、輸出 ¥6.74 / 1M tokens 每 100 萬 token,上下文視窗為 128k token。

MiniMaxPlatform curated生產可用
Tool callingJSON modeStreamingLow cost
輸入價格¥1.68 / 1M tokens
輸出價格¥6.74 / 1M tokens
上下文長度128k token
最大輸出8.2k token

MiniMax M2.7 在 NextModel 中是什麼?

台灣團隊可用的 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。

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-m2-7",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代項

MiniMax生產可用

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.

¥2.81 / 1M tokens輸入¥11.23 / 1M tokens輸出128k上下文
適用場景high-volume chat, agentic tool use, 分類
路由已設定
工具呼叫JSON 模式串流輸出低成本
平台整理NextModel production gateway; price referenced from OpenRouter minimax/minimax-m3
查看詳情
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 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.