jishie

minimax-m2.5

ollama-cloud/minimax-m2.5 · family minimax · in: text → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text.

This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Ollama Cloud’s docs for per-unit rates.

Provider
Ollama Cloud (ollama-cloud)
Kind
text (outputs text)
Context
204,800 tokens
Max output
131,072 tokens
Capabilities
tools reasoning text

Same model, other providers

“minimax-m2.5” is offered by 34 providers — cheapest-effective first. Alibaba Token Plan is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Alibaba Token Planfreefree$0.00197k
MiniMax Token Plan (minimax.io)freefree$0.00205k
Alibaba Coding Planfreefree$0.00197k
Alibaba Token Plan (China)freefree$0.00197k
MiniMax Token Plan (minimax.cn)freefree$0.00205k
SCNet Token Planfreefree$0.00205k
Tencent Coding Plan (China)freefree$0.00205k
Alibaba Coding Plan (China)freefree$0.00197k
DInference$0.22$0.88$0.39200k
GreenPT$0.1938$1.13$0.43205k
OpenRouter$0.27$1.08$0.47205k
Cortecs$0.296$1.19$0.52196k
Ollama Cloud (this)———205k

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at Ollama Cloud and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"minimax-m2.5","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):

← all Ollama Cloud models · model index · JSON