MiniMax M3 is the newest flagship in the MiniMax M-series. Here's the pricing, the full lineup, and how to call it from anywhere.
| Model | Input | Output |
|---|---|---|
| minimax-m2.5 | $0.282 | $1.128 |
| minimax-m2.7 | $0.3 | $1.198 |
| minimax-m3 | $0.352 | $1.41 |
| minimax-text-01 | $0.14 | $1.13 |
M3 is the most capable, at a modest premium over M2.7. All are on NovAI at the upstream price with 0% markup.
from openai import OpenAI
client = OpenAI(
api_key="nvai-your-key",
base_url="https://aiapi-pro.com/v1"
)
resp = client.chat.completions.create(
model="minimax-m3",
messages=[{"role": "user", "content": "Hello!"}]
)
print(resp.choices[0].message.content)
Access MiniMax M3 and the full M-series on one OpenAI-compatible endpoint.
MiniMax M3 costs $0.352 per 1M input tokens and $1.41 per 1M output tokens through NovAI, at the upstream price with 0% platform markup.
M3 is the newest and most capable, at $0.352/$1.41 per 1M. M2.7 is $0.3/$1.198 and M2.5 is $0.282/$1.128. Higher tiers trade a small price increase for better quality.
Register at NovAI with any email and call minimax-m3 through the OpenAI-compatible endpoint at https://aiapi-pro.com/v1. No Chinese phone or Alipay needed.