Models / MiniMax

Model vendor

MiniMax

MiniMax builds the M-series chat models and production-grade speech synthesis.

12Models routed
−0%Average vs list price
0Channels serving MiniMax

MiniMax models on MirAPI

ModelTypeContextInputOutputCache r / wOff listChannels
H3newVideo / soon
Speech 2.8 HDnewSpeech$100.00 / soon
Speech 2.8 TurbonewSpeech$60.00 / soon
MiniMax M3newText1.049M$0.30$1.20 / soon
Hailuo 2.3Video / soon
MiniMax M2.7Text205K$0.30$1.20 / soon
MiniMax M2.5Text205K$0.27$0.95 / soon
MiniMax M2-herText66K$0.30$1.20 / soon
MiniMax M2.1Text205K$0.30$1.20 / soon
MiniMax M2Text205K$0.26$1.02 / soon
MiniMax M1Text1M$0.55$2.20 / soon
MiniMax-01Text1M$0.20$1.10 / soon
Browse the full catalogue
Migration

A drop-in replacement for the OpenAI API

We speak the OpenAI wire format: official SDKs, LangChain, agent frameworks and your own wrapper all work as-is. Change the base URL and write model IDs the catalogue way: hailuo-3 becomes minimax/hailuo-3.

Endpoints
/v1/chat/completionsChat & tool calls
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="minimax/hailuo-3",
    messages=[{"role": "user", "content": "Hello"}],
)

One key covers MiniMax and 10 more vendors.

1M free tokens to start. No card required.