StarSeaAPIStarSeaAPI
首页对比MiniMax-M2.1-highspeed vs MiniMax-M2.5-highspeed

MiniMax-M2.1-highspeed vs MiniMax-M2.5-highspeed

MiniMax-M2.1-highspeedMiniMax-M2.5-highspeed
厂商MiniMaxMiniMax
输入 $/M$0.64$0.64
输出 $/M$2.55$2.55
输出倍率×4.00×4.00
上下文204.8K tokens204.8K tokens
智能指数
编程指数

逐项对比

两者输入单价接近,相差约 1.00 倍,因此决策依据应是自建评测集上的实际质量差异,而不是标称价格。

标签:MiniMax-M2.1-highspeed — 文本对话, 推理, 代码 · MiniMax-M2.5-highspeed — 文本对话, 推理, 代码

代码示例

from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")

# MiniMax-M2.1-highspeed
client.chat.completions.create(model="MiniMax-M2.1-highspeed", messages=[{"role":"user","content":"Hi"}])

# MiniMax-M2.5-highspeed
client.chat.completions.create(model="MiniMax-M2.5-highspeed", messages=[{"role": "user", "content": "Hi"}])

对比

MiniMax-M2.1-highspeed vs MiniMax-M2.7

MiniMax-M2.5-highspeed vs MiniMax-M2.7-highspeed