MiniMax on Zylo

MiniMax models & pricing

MiniMax's models for capable, cost-aware inference. Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

MiniMax model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
MiniMax M3MiniMax1M$0.30$1.20
MiniMax M2.1MiniMax205K$0.29$0.95
MiniMax M2.7MiniMax205K$0.279$1.20
MiniMax M2MiniMax205K$0.255$1.00
MiniMax M2.5MiniMax205K$0.15$1.15
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a MiniMax model id.

Python
from openai import OpenAI

client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")

response = client.chat.completions.create(
    model="minimax-m3",
    messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)

All MiniMax models

Frequently asked questions

Which MiniMax models can I use on Zylo?

Zylo currently offers 5 MiniMax text models, including MiniMax M3, MiniMax M2.1, MiniMax M2.7, MiniMax M2. See the table above for live per-1M-token pricing.

How much do MiniMax models cost on Zylo?

Each MiniMax model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.

Are MiniMax models OpenAI-compatible on Zylo?

Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. minimax-m3).

Call MiniMax models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key