HomeModels › MiniMax-M3
MiniMax · 512K Context

MiniMax-M3 API

MiniMax-M3 is the flagship of the M-series with an ultra-long 512K context window for large-document workloads.

$0.35
Input / 1M tokens
$1.41
Output / 1M tokens
512K
Context window
512K
Context
Sign Up - Get $2.00 Free Credit See All Pricing

Why use MiniMax-M3 on NovAI?

  • Ultra-long 512K context
  • Flagship M-series quality
  • Strong long-context recall
  • Great for big documents
  • Zero platform fee

Best use cases

  • Very long document analysis
  • Codebase-scale context
  • Research assistants
  • Multi-doc synthesis

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-m3",
    "messages": [{"role":"user","content":"Summarize the key themes of a long report in five bullet points."}]
  }'

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-m3",
    messages=[{"role":"user","content":"Summarize the key themes of a long report in five bullet points."}],
)
print(resp.choices[0].message.content)

Try MiniMax-M3 today

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

Sign Up Free