Model families

MiniMax API

The MiniMax M-series models through one OpenAI-compatible endpoint. Compare the latest versions’ context, capabilities and pricing below.

11 modelsOpenAI- & Anthropic-compatiblePay-as-you-go
ModelTierContextPrice in / out (1M)
Abab5.5 ChatPaid$0.73 / $2.18View
MiniMax Hailuo 02Paid$2.08 / $2.08View
MiniMax Hailuo 2.3Paid$2.08 / $2.08View
MiniMax M2Paid205K$0.27 / $1.10View
MiniMax M2.1Paid$0.33 / $1.31View
MiniMax M2.1 LightningPaid$0.27 / $2.19View
MiniMax M2.5 LightningPaid$0.27 / $2.19View
MiniMax M2.7Paid$0.30 / $1.20View
MiniMax M2.7 HighspeedPaid$0.55 / $2.19View
MiniMax M3Paid$0.30 / $1.26View
MiniMax Voice DesignPaid$29.28 / $2.08View

Call MiniMax in three lines

Same code as the OpenAI SDK — change the base URL and key, pick a model id:

from openai import OpenAI

client = OpenAI(
    base_url="https://api.airforce/v1",
    api_key="YOUR_KEY",
)

resp = client.chat.completions.create(
    model="abab5.5-chat",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Frequently asked questions

How do I use MiniMax models through Api.Airforce?
Point any OpenAI-compatible client at https://api.airforce/v1 and set the model id (for example "abab5.5-chat"). Your existing OpenAI SDK works unchanged — you only swap the base URL and API key. The same key also speaks the Anthropic Messages API.
Are MiniMax models free?
MiniMax models are premium — you add credits (a monthly plan or a pay-as-you-go top-up) to call them. A free account can still use the open free-tier models from other families at $0.
How much do MiniMax models cost on Api.Airforce?
Billing is pay-as-you-go per token, at rates that sit well below the official APIs. The exact per-model input and output prices are listed in the table above and update automatically as upstream prices change.
Which MiniMax models are available?
Currently 11 MiniMax models, including Abab5.5 Chat, MiniMax Hailuo 02, MiniMax Hailuo 2.3. The catalog is refreshed as new models launch, so the list above is always current.
Create a free accountBrowse all models