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

MiniMax-M2.5 API

MiniMax-M2.5 is a well-rounded model for chat and content generation with a large context window.

$0.28
Input / 1M tokens
$1.13
Output / 1M tokens
256K
Context window
All-round
Profile
Sign Up - Get $2.00 Free Credit See All Pricing

Why use MiniMax-M2.5 on NovAI?

  • Well-rounded chat quality
  • Strong Chinese generation
  • 256K context
  • Reliable for production
  • Zero platform fee

Best use cases

  • Creative writing
  • Content generation
  • General chat
  • Summarization

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.5",
    "messages": [{"role":"user","content":"Write a short product description for wireless earbuds."}]
  }'

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.5",
    messages=[{"role":"user","content":"Write a short product description for wireless earbuds."}],
)
print(resp.choices[0].message.content)

Try MiniMax-M2.5 today

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

Sign Up Free