HomeModels › MiniMax-M2.7
MiniMax · 256K Context

MiniMax-M2.7 API

MiniMax-M2.7 improves reasoning and instruction-following over M2.5 while keeping a friendly price.

$0.30
Input / 1M tokens
$1.20
Output / 1M tokens
256K
Context window
M2.7
Upgraded
Sign Up - Get $2.00 Free Credit See All Pricing

Why use MiniMax-M2.7 on NovAI?

  • Improved reasoning vs M2.5
  • Better instruction following
  • 256K context
  • Good price/performance
  • Zero platform fee

Best use cases

  • General assistants
  • Content generation
  • Reasoning tasks
  • Customer support

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m2.7",
    "messages": [{"role":"user","content":"Explain photosynthesis to a 10-year-old."}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="minimax-m2.7",
    messages=[{"role":"user","content":"Explain photosynthesis to a 10-year-old."}],
)
print(resp.choices[0].message.content)

Try MiniMax-M2.7 today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free