MiniMax M3 API Access Without a Chinese Phone (2026)

Published 2026-09-13 · NovAI Team

MiniMax M3 is one of the cheapest capable frontier-class models in 2026 — $0.30 per 1M input tokens on NovAI. The official MiniMax Open Platform, however, onboards through a Chinese phone number and CNY billing, with international access limited and uneven.

The problem

MiniMax's console expects a +86 phone for verification and Chinese payment methods for top-ups. Outside China, developers are left without a reliable official channel to the M-series models.

The solution: access via NovAI

  1. Register at aiapi-pro.com with any email — no phone verification.
  2. Get $2 free credit after verifying your email; top up anytime with USDT (TRC20), PayPal or card.
  3. Call the models below on the OpenAI-compatible endpoint https://aiapi-pro.com/v1.

MiniMax models available on NovAI

ModelInput $/1MOutput $/1M
minimax-m3 (flagship)$0.30$1.20
minimax-m2.7$0.30$1.198
minimax-m2.5$0.27$1.08
minimax-text-01$0.14$1.10

At $0.30 / $1.20, MiniMax M3 undercuts most Western frontier models by an order of magnitude — a strong default for agents and high-volume chat where cost dominates.

Quickstart

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": "Plan a 5-step data pipeline migration"}]
)
print(resp.choices[0].message.content)

Compare every MiniMax tier against OpenRouter pricing on the marketplace.

Access MiniMax M3 from anywhere — email signup, USD billing, $2 free credit.

Get $2 Free Credit — No Credit Card →

Frequently Asked Questions

Can I use the MiniMax M3 API without a Chinese phone number?

Yes. Register at NovAI (aiapi-pro.com) with any email - no +86 phone or CNY payment - and call minimax-m3 plus the whole M-series through an OpenAI-compatible endpoint.

How much does MiniMax M3 cost?

On NovAI, minimax-m3 is $0.30 per 1M input tokens and $1.20 per 1M output tokens, with zero platform fee. The $2 welcome credit covers roughly 6.6M input tokens.

Does MiniMax M3 work with the OpenAI SDK?

Yes. Set base_url to https://aiapi-pro.com/v1 and use your NovAI API key with the official OpenAI SDK or any compatible framework (LangChain, LlamaIndex, Cline, Cursor).

Related guides: Complete guide: Chinese AI APIs without a Chinese phone · Qwen3-Max without a Chinese phone · Kimi K2 without a Chinese phone