Back to Models
M

MiniMax M2.7

MiniMax
by MiniMax

MiniMax M2.7 is a 230B-parameter text-to-text AI model excelling in coding, reasoning, and office tasks.

Free EndpointDownloadableApr 11, 2026open license14M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatcodereasoning

Tags

reasoningcoding

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

minimaxai/minimax-m2.7
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimaxai/minimax-m2.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'