All models
Model card

MiniMax M2.7

sdn-minimax-m2.7Everyday codingLive in the catalog

A 230B-class mixture-of-experts tuned for agentic coding: it plans a change, makes it, and keeps the loop moving, at a price that makes all-day sessions cheap. The step up from M2.5 for coding-shaped work — stronger hands, same small bill.

Context window205K tokens
Input · per Mtok$0.3
Output · per Mtok$1.2
Served bySideren engine
Where it earns its keep[01/03]
  • 01Agentic coding at a budget price
  • 02Reasons through changes when needed
  • 03205K context for real projects
Capabilities
Tool callingYes

Strict, schema-faithful tool calls, enforced by the engine on every request — safe to build an agent loop on.

ReasoningYes

Thinks before it answers. Budget max_tokens generously — hidden reasoning counts against it.

VisionNo

Text-only.

Behind the endpoint[02/03]

One endpoint. Served by our engine.

MiniMax M2.7 is served through the Sideren engine — zero-downtime serving is the design target, not a status-page apology. You request it by name; everything else is our problem.

Call it by name
curl https://api.sideren.io/v1/messages \
  -H "x-api-key: sdn_your_key" \
  -H "content-type: application/json" \
  -d '{
    "model": "sdn-minimax-m2.7",
    "max_tokens": 1024,
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

OpenAI-style clients work too — send the same model name to /v1/chat/completions with a Bearer key. See the docs for both dialects.

Put your agent on real infrastructure

Your agent doesn't change.
Everything underneath does.

$export ANTHROPIC_BASE_URL=https://api.sideren.io

Start free · no card · Starter from $5/mo