You have heard that MiniMax’s models are worth evaluating — the M3 language model for coding, MiniMax H3 for video, a TTS line that is genuinely good — and you want to see the platform before you commit an integration. Then you hit the wall that every developer hits with MiniMax: the docs live under platform.minimax.io, the marketing site is minimax.io, there is a separate mainland-China console, and the pricing page talks about tokens, seconds, images, characters, and “Credits” in the same breath. None of it is wrong; none of it is one simple on-ramp either.
This guide is an orientation to the MiniMax API platform as it actually works in September 2026: what the platform is, what one account gives you, which models sit behind one key, the base URLs and SDKs you will type into real code, how billing is structured, and — because Modellix is an aggregator with a commercial interest in the answer — when integrating direct with MiniMax makes sense versus going through a gateway like ours. Every price and policy below was read from the official pages on September 8, 2026, and will drift; the linked official pages are the live source of truth.
What the MiniMax API platform is — and the four things that confuse newcomers
The MiniMax API platform is the developer-facing home of MiniMax’s models: an account and billing system, a console, and the official documentation, all reachable at platform.minimax.io. It is where you create keys, top up a balance, and read the reference for every model MiniMax sells as an API. One account key is designed to reach every model family — text, image, video, and speech: text models are served through OpenAI- or Anthropic-compatible endpoints, while image, video, and speech run through MiniMax’s dedicated REST endpoints. That breadth under one key is unusual for a single provider and is the core of the platform’s appeal.
Four distinctions clear up most of the confusion on first visit:
minimax.io(marketing) is notplatform.minimax.io(developer platform). The first is the product home page; the second is where you actually register, create keys, and pay.- The API platform is not a chat app. There is no consumer chat interface here — you call models over HTTP with an API key, and you bring your own product around them.
- There are two separate platforms by region. International accounts live on
platform.minimax.io; mainland-China accounts use a separate platform atplatform.minimax.cn(the olderplatform.minimaxi.comdomains are migrating to.cnper the official docs). A key created on one will not authenticate against the other, and the China platform has its own pricing and billing rules. - There are two billing tracks, not one. Pay-as-you-go usage draws from an account balance with a standard Open Platform API key; a Token Plan subscription (or purchased Credits) is consumed through a separate Subscription Key. More on that next.
In short: the platform is the account-and-billing layer around a multimodal model catalog, and getting that layer straight is most of the battle — because the models themselves are the easy part.
What one account gets you: console, keys, and the two billing tracks
When you register at platform.minimax.io, the console gives you three things you will actually use: API Keys, Billing, and the Token Plan area. MiniMax’s own Prerequisites guide walks the flow in three steps: register or log in, create a key, then add resources (top up, or buy a plan). The distinction that matters for cost is which key you create:
| Track | Key | How usage is paid | Best when |
|---|---|---|---|
| Pay-as-you-go | Standard Open Platform API key (API Keys > Create new secret key) | Drawn from your account balance at published unit rates | Variable or prototype volume; you want per-call billing |
| Token Plan / Credits | Subscription Key (sk-cp prefix, under Billing > Token Plan) |
Consumed from a monthly plan quota or prepaid Credits balance | Sustained volume, or you want a fixed monthly bill |
The Token Plan pricing page currently lists three monthly tiers — Plus at $22/month, Max at $55/month, and Ultra at $132/month — with model coverage across the main lineup (M3, M2.7, image, and speech). Note the fine print: special models such as MiniMax H3, voice design, and rapid voice cloning are not covered by the Token Plan; they are pay-as-you-go only. Credits are a separate prepaid balance, priced at 1,000 credits = $1, and are spent through the same Subscription Key mechanism as a plan. Usage-monitoring and billing history live in the console’s Billing area — you can watch balance drawdown in near-real time rather than waiting for an invoice.
The two billing tracks on the MiniMax platform, as documented on the official pricing pages (September 2026). A pay-as-you-go key draws from balance; a Subscription Key consumes plan quota or Credits.
For the mechanics of creating and securing keys — plus the exact error codes when a key misbehaves — our MiniMax API key guide covers the full flow with code.
Four model families behind one key (September 2026)
Four model families sit behind one key today — language, video, image, and audio — and the same key and base URL reach all of them. MiniMax’s model documentation lists the current lineup family by family (music generation, discontinued for new users on August 20, 2026, is covered below). The billing unit is different per family — that is the single most important thing to notice before you compare any price:
| Family | Current models | Billed by |
|---|---|---|
| Language (LLM) | MiniMax-M3 (1M context), M2.7 and M2.7-highspeed; legacy M2.5 / M2.1 / M2 | Per million tokens |
| Video | MiniMax H3 (768P / 2K), MiniMax H3 Max; legacy Hailuo 2.3 / 2.3 Fast / 02 | Per second (H3); per finished clip (legacy Hailuo) |
| Image | image-01 | Per image |
| Audio | speech-2.8-hd / speech-2.8-turbo (TTS), speech recognition, voice design, voice cloning | Per character, per audio hour, or per voice |
Language. MiniMax-M3 is the current flagship: a multimodal coding model with a 1M-token context window, priced at $0.30 per million input tokens and $1.20 per million output tokens in the standard tier (≤512k input; the >512k tier doubles to $0.60/$2.40). M2.7 and its highspeed variant sit below it at $0.30/$1.20 and $0.60/$2.40 respectively, with M2.5 and earlier models now in the legacy section. For deeper M3 coverage, the MiniMax-M3 integration guide on this blog walks its pricing and context handling; M2.5-era integrations are covered in the MiniMax M2.5 API guide.
Video. MiniMax H3 is the current video line, billed per second of output — $0.08/second at 768P and $0.13/second at 2K. Watch the input-material rules: the first five reference images are free, then $0.04 per additional image, and input video is billed by duration at the same per-second rate. Newer still is MiniMax H3 Max, a high-speed model post-trained by fal.ai on H3 that supports text-to-video and image-to-video at $0.05/second for 480P and $0.08/second for 768P. The older Hailuo models (2.3, 2.3 Fast, 02) are listed as legacy and are billed per finished clip rather than per second — a 6- or 10-second fixed-duration quote, not a meter. Never compare a per-second rate with a per-clip rate without converting.
Image. image-01 is the single current image model at $0.0035 per image — text-to-image and image-to-image, with standard aspect-ratio and quality parameters.
Audio. The speech line includes speech-2.8-hd ($100 per million characters) and speech-2.8-turbo ($60 per million characters) for text-to-speech, plus speech recognition at $0.38 per audio hour and one-off voice design ($3 per voice) and rapid voice cloning ($1.50 per voice) services.
Music has a date you need to know. Starting August 20, 2026, the paid Music Generation and Lyrics Generation APIs are no longer available to new users, and the free music endpoints (Music-3.0-free, Music-2.6-free, music-cover-free) have been discontinued; existing paying customers can continue. MiniMax now points new users to its MiniMax Audio product or to the open-source MiniMax Music 3 model on Hugging Face. If you were planning an integration around MiniMax’s music API, that window has closed — plan around those two alternatives instead.
One platform key reaches four model families. The models and their billing units change faster than this map does — re-check the official pages before budgeting.
Base URLs, SDKs, and a working first call
All MiniMax API calls go through a small set of documented base URLs. The official docs currently specify:
- OpenAI-compatible:
https://api.minimax.io/v1— works with the OpenAI SDK by swapping base URL and key. - Anthropic-compatible:
https://api.minimax.io/anthropic— for tools built around the Messages format. - Mainland-China platform: a separate console and API domain; keys do not cross platforms.
Note the international base URL is api.minimax.io — some AI-generated summaries circulate www.minimax.io/v1, which is wrong. If you copy one thing from this article, copy that correction. MiniMax publishes official quick-start guides for the Anthropic SDK, the OpenAI SDK, and the AI SDK, so most teams can keep their existing client and swap in the MiniMax base URL and key.
The Prerequisites guide shows the environment setup, and the OpenAI-compatible API reference is the current contract. A minimal working call against MiniMax-M3 with the OpenAI Python SDK looks like this:
1 | from openai import OpenAI |
Image generation uses a dedicated endpoint, documented in the image generation API reference. A curl example:
1 | curl https://api.minimax.io/v1/image_generation \ |
Video generation is asynchronous: you submit a task and poll for the result, so plan a task-id-plus-polling pattern rather than a synchronous response. When a call fails, MiniMax returns errors inside the response body as base_resp.status_code — the codes that hit new integrations are 2049 (invalid API key), 1004 (not authorized), 1008 (insufficient balance), and 1002 (rate limit), all documented in the official error code reference.
MiniMax API Reference on Modellix Docs
See how to call MiniMax media models through one REST API and poll for task results.
View DocsWhat MiniMax costs in September 2026: the unit map, not a price list
MiniMax’s pricing is best understood as a set of per-unit meters, each belonging to one checkout path. The full catalog lives on the official Pay-as-you-go page — here is the anchor map, read from that page on September 8, 2026:
| Model / service | September 2026 rate | Unit |
|---|---|---|
| MiniMax-M3 (≤512k input) | $0.30 input / $1.20 output | per 1M tokens |
| MiniMax-M3 (>512k input) | $0.60 input / $2.40 output | per 1M tokens |
| MiniMax H3 video | $0.08 (768P) / $0.13 (2K) | per second |
| MiniMax H3 Max video | $0.05 (480P) / $0.08 (768P) | per second |
| image-01 | $0.0035 | per image |
| speech-2.8-turbo | $60 | per 1M characters |
Three rules keep this table honest. First, the M3 “≤512k” row carries a “permanent 50% off” label with struck-through list prices — treat that as marketing framing, not a deadline. Second, video has two unit families at once: H3 and H3 Max bill per second, legacy Hailuo bills per finished clip, and H3 charges extra input materials beyond five free images. Third, the Token Plan and Credits are a separate prepaid track from all of the above — a monthly plan price is not a per-token price. For a deeper walk through direct versus package pricing, including the video-package math, our MiniMax pricing breakdown compares the routes unit by unit.
The honest summary: MiniMax’s published headline rates are competitive, the model quality is the reason you are here, and the platform’s real cost risk is unit confusion — budgeting a per-clip quote as if it were a per-second meter, or assuming one billing track covers models it does not (H3 and voice services are not in the Token Plan). Keep units in separate columns and you will be fine.
Direct MiniMax or an aggregator: decide by workload, not by habit
Once you know the platform map, the remaining decision is the route: integrate directly with MiniMax, or call its models through an aggregator such as Modellix. This is a workflow decision first and a price decision second, and anyone who tells you one route is categorically cheaper is skipping the unit discipline above.
Go direct with MiniMax when: MiniMax is your only model vendor and you expect it to stay that way; you want the newest MiniMax releases the day they ship and direct support; or you specifically want the Token Plan / Credits billing track. You are also fine running a second account and billing relationship alongside whatever else you use.
Consider an aggregator when: your product calls models from several vendors (MiniMax for video, another provider for images, another for LLMs) and you do not want one SDK, one key, and one invoice per vendor; you want to evaluate MiniMax routes without opening a new account and balance; or you want pay-as-you-go per-call billing on every route with per-task cost logs instead of mixing plans and meters. That is the case Modellix exists for: image and video models (including MiniMax’s H3 and speech routes) behind one API key and one bill across 12 provider brands, with no mainland-China account required. If the aggregator concept is new, our unified AI API explainer covers how one key reaches many providers and how per-route cost benchmarking works in practice.
Direct integration means one account and key per vendor; an aggregator collapses many vendors behind one key and one bill. This is a workflow difference, not a price claim.
Now the disclosure that keeps this honest: Modellix benefits commercially if you pick the aggregator route, and the numbers do not support a blanket “aggregator is cheaper” claim. On the routes we can compare like-for-like today, the displayed prices often track the official ones — Modellix lists its MiniMax H3 T2V route at $0.0800–$0.1300 per second and speech-2.8-turbo at $60 per million characters, matching MiniMax’s own published units — while MiniMax’s direct image-01 rate of $0.0035 per image is a low bar that makes image routing a genuine check-each-route decision. The correct method is the same either way: match the model, resolution, and billing unit, then add the operational value of the integration path you actually need.
Start Building with MiniMax Models on Modellix
Log in to try MiniMax H3, image-01, and 210+ models on one Modellix key.
LoginFrequently Asked Questions
What is the MiniMax API platform?
The MiniMax API platform is the developer portal at platform.minimax.io where you create an account, generate API keys, manage billing, and access documentation for MiniMax’s model APIs — text (M3, M2.7), video (H3, H3 Max), image (image-01), and speech models, all behind one key: text through OpenAI- or Anthropic-compatible endpoints, and image, video, and speech through MiniMax’s own REST endpoints.
Is the MiniMax API platform free?
Creating an account and an API key is free; using the API is pay-as-you-go against a topped-up balance or a Token Plan subscription. There is no general free tier, and the only previously free endpoints (music generation) were discontinued for new users on August 20, 2026. For what actually is free, see our MiniMax free API guide.
Can one MiniMax API key call image and video models?
Yes. A standard Open Platform API key authenticates every model family — LLM, image, video, and speech — against the same base URL, though the billing unit differs per family (tokens, per image, per second or per clip, per character).
What is the MiniMax API base URL, and is it OpenAI-compatible?
The international OpenAI-compatible base URL is https://api.minimax.io/v1, and the Anthropic-compatible base URL is https://api.minimax.io/anthropic. Mainland-China accounts use a separate platform and key. Some AI summaries incorrectly cite www.minimax.io/v1 — that is not the API endpoint.
Can I still use the MiniMax music API?
Not as a new user. Starting August 20, 2026, paid Music Generation and Lyrics Generation are unavailable to new accounts and the free music endpoints are discontinued; existing paying customers can continue. MiniMax directs new users to MiniMax Audio or the open-source MiniMax Music 3 model.
What is the difference between pay-as-you-go and the Token Plan?
Pay-as-you-go draws from your account balance at published per-token, per-second, per-image, or per-character rates using a standard API key. The Token Plan is a monthly subscription (Plus $22, Max $55, Ultra $132 per month) with shared quota, and Credits are prepaid balance (1,000 credits = $1); both are consumed through a Subscription Key. Note some models — MiniMax H3, voice design, rapid voice cloning — are not covered by the Token Plan.
Is Modellix cheaper than MiniMax direct?
Not as a blanket statement — the only honest answer is route by route. Where units match, Modellix’s displayed rates often track MiniMax’s own (for example H3 T2V at $0.08–$0.13 per second), while MiniMax’s direct image-01 at $0.0035 per image can beat aggregator routes on that specific unit. Decide on matched model, resolution, and billing unit, then weigh the operational value of one key and one bill versus a direct account.
MiniMax platform details, models, and pricing were read from the official pages (platform.minimax.io/docs/guides/pricing-paygo, /models-intro, /quickstart-preparation, /pricing-token-plan, /api-reference/errorcode) on September 8, 2026, and change frequently — validate against MiniMax’s live pages before committing budget. Modellix is an aggregator and has a commercial interest in the comparison above. Access image and video models, including the leading Chinese models, through a single API key at modellix.ai.
Cover and diagrams are illustrative Modellix artwork, not MiniMax product screenshots or source evidence.