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

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

MiniMax-M2.1-highspeedMiniMax-M2.7
ProvidersMiniMaxMiniMax
Input $/M$0.64$0.32
Output $/M$2.55$1.27
Output multiplier×4.00×4.00
Context window204.8K tokens204.8K tokens
Intelligence index
Coding index52.6

What the numbers mean

MiniMax-M2.7 is roughly 2.0× cheaper on input than MiniMax-M2.1-highspeed. If your workload passes the quality bar on the cheaper model, that gap compounds across every request; route to MiniMax-M2.1-highspeed deliberately rather than by default.

Tags: MiniMax-M2.1-highspeed — Chat, Reasoning, Coding · MiniMax-M2.7 — Chat, Reasoning, Coding

Code

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.7
client.chat.completions.create(model="MiniMax-M2.7", messages=[{"role": "user", "content": "Hi"}])

Compare

MiniMax-M2.7 vs mimo-v2.5-pro

MiniMax-M2.7 vs MiniMax-M2.5

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