Free MiniMax M3 via the Tokenator API
What the model is for
This model is available on a free plan with pre-defined usage limits. MiniMax-M3 is a multimodal baseline model from MiniMax, focused on long-term agent work, programming, and tool use. It supports text, image, and video input, text output, and a context window of up to 1 million tokens. The model is built on the MiniMax Sparse Attention (MSA) mechanism, which uses key-value block selection instead of full attention. This significantly reduces computational overhead when working with large contexts — approximately 20x compared to the previous generation for a context of 1 million tokens — while also accelerating pre-population and decoding. MiniMax-M3 was initially trained as a multimodal model on interleaved data and is further optimized for long-term multi-step interactions. This makes it particularly well-suited for complex agent-based scenarios that require sequential execution of a large number of actions, tool use, and maintaining context throughout the task.
Specification
| Full name | Free MiniMax M3 |
| API ID | free-minimax-m3 |
| Model vendor | MiniMax |
| Type | Text model (chat / completions) |
| Context window | 1M tokens |
| Max output | 16K tokens |
| Image input | yes |
| Tokenator usage multiplier | does not draw down the key limit4M tokens per day60 requests per dayresets at 00:00 UTC |
| Input modalities | text, image, video |
| Aliases | cursor-free-minimax-m3 |
| Supported API formats | /v1/chat/completions /v1/responses /v1/messages |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-08-22 |
Upstream providers
| Provider | Multiplier |
|---|---|
| LimitedAI | 1.5× |
A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.
Example request
curl https://api.tokenator.top/v1/chat/completions \ -H "Authorization: Bearer sk-your-tokenator-key" \ -H "Content-Type: application/json" \ -d '{ "model": "free-minimax-m3", "messages": [{"role": "user", "content": "Hello"}] }'
Compatible tools
The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, OpenClaw.
See also
FAQ about Free MiniMax M3
What is the API ID of Free MiniMax M3?
free-minimax-m3 — put this into the model field of your request.
What context window does Free MiniMax M3 have?
1M tokens; max output is 16K tokens.
How many tokens will a request cost?
(input + output) × 1.5×. See the documentation for details.
Which tools support this model?
Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.
Is Free MiniMax M3 really free?
Yes. Requests to this model do not draw down your key's token limit — no multiplier is applied and your paid bundle stays untouched. A daily allowance applies instead: 4M tokens and 60 requests per day.
What is the limit on the free model and when does it reset?
The allowance — 4M tokens and 60 requests per day — is counted per key and per model, and resets at 00:00 UTC. Spending one free model's limit leaves the other free models usable.
What happens when the daily limit runs out?
The request returns 429 with the code free_model_daily_limit and a message stating what was spent and when it resets. Your paid key limit is left alone — there is no automatic switch to paid billing. The remaining allowance per free model is returned by /v1/tokens.
Do free models need a separate key?
No. The same key and the same base URL as for paid models — only the model field changes. The full list of free models is on its own page, and the mechanics are in the documentation.