MiniMax M3 API

MiniMax M3 is a multimodal reasoning model for coding, agents, and long-context analysis with text, image, and video input.

MiniMaxText Generation1M contextReleased Jun 1, 2026SingaporeProprietary EndpointNew

About MiniMax M3

MiniMax M3 is a multimodal reasoning model for coding, agents, and long-context analysis with text, image, and video input.

Supports text, image, and video inputs, adaptive thinking through enable_thinking, function calling, and implicit prompt cache reads. Pricing is tiered by prompt tokens including cache hits: <=512K uses the discounted standard tier, while >512K uses the high-context tier. Thinking tokens are billed as output tokens. Linkup web search is available through web_search_linkup and adds $0.013 per successful search.

Also known as MiniMax-M3

reasoningvisionvideoweb searchfunction callingcachelong context

MiniMax M3 specs

Model ID
minimax-m3
Provider
MiniMax
Category
Text Generation
Released
Jun 1, 2026
Context window
1M tokens
Max output
524,288 tokens
Input
TextImageVideo
Output
Text
Structured output
JSON Mode
Region
Singapore
Endpoints
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/minimax-m3:generateContent
Alternate model IDs
minimax-m3-standardminimax/m3minimax/m3-standard

MiniMax M3 API pricingSave up to 25%

Live pay-as-you-go rates from the EmpirioLabs catalog. You are billed only for what you use, with no monthly minimum.

Type
Spec
Rate
Input
per 1M prompt tokens
$0.30<=512K $0.225$0.60>512K $0.45
Output
per 1M generated tokens
$1.20<=512K $0.90$2.40>512K $1.80
Implicit cache read
per 1M cached input tokens
$0.06<=512K $0.045$0.12>512K $0.09
Web Search (Linkup)
per call when invoked
$0.013
Compare on the full pricing page

How to call the MiniMax M3 API

MiniMax M3 serves the OpenAI-compatible Chat Completions API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 with your EmpirioLabs API key and use the model id minimax-m3. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m3",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="minimax-m3",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Full MiniMax M3 API reference

MiniMax M3 API parameters

Request parameters supported by the MiniMax M3 API on EmpirioLabs. Defaults apply when a field is omitted.

ParameterTypeDefaultRange / valuesDescription
temperaturenumber10 to 2Controls randomness. Lower values are more deterministic; higher values are more exploratory.
top_pnumber0.950 to 1Controls nucleus sampling by limiting generation to the most likely token mass.
max_completion_tokensinteger40961 to 524288Maximum generated tokens, including reasoning tokens when thinking is enabled.
stoparray--Optional stop sequence or list of stop sequences.
enable_thinkingbooleantrue-Enable adaptive model thinking before answering. Set false to request a direct answer without a reasoning phase.
web_search_linkupbooleanfalse-Optional web search powered by Linkup. When enabled, recent web sources are retrieved using your latest user message as the query and provided to the model as additional context. Adds $0.013 per call when invoked on top of the model's normal token cost. Disabled by default.
toolsarray--OpenAI-compatible tool definitions for function calling.
tool_choiceobject--Optional OpenAI-compatible tool_choice value.
response_formatenum--Return the output as a valid JSON object (JSON mode). Describe the fields you want in your prompt.

Good to know

Text, image, and video input with text output. Thinking defaults to adaptive and can be disabled. Pricing is based on input tokens including cache hits: <=512K uses the discounted standard tier, while >512K uses the high-context tier. Supports up to 1M input tokens. Linkup web search is available through web_search_linkup and adds $0.013 per successful search.

:priority

This is the priority service tier: requests receive priority admission for faster response times and improved reliability, priced above the standard MiniMax M3 route. Text, image, and video input with text output. Thinking defaults to adaptive and can be disabled. Pricing is tiered by input tokens including cache hits, with <=512K cheaper than >512K. Supports up to 1M input tokens. Linkup web search is available through web_search_linkup and adds $0.013 per successful search.

MiniMax M3 variants

Variants are alternate versions of MiniMax M3 with their own model id. Depending on the variant, they can differ in serving region, pricing, or supported parameters; everything else works the same way.

MiniMax M3 :prioritySave up to 25%

Model ID
minimax-m3:priority
Region
Singapore
Context window
1M tokens
Structured output
JSON Mode
Type
Spec
Rate
Input
per 1M prompt tokens
$0.45<=512K $0.3375$0.90>512K $0.675
Output
per 1M generated tokens
$1.80<=512K $1.35$3.60>512K $2.70
Implicit cache read
per 1M cached input tokens
$0.09<=512K $0.0675$0.18>512K $0.135
Web Search (Linkup)
per call when invoked
$0.013
Try :priority in the playground

MiniMax M3 API: common questions

How much does the MiniMax M3 API cost?

On EmpirioLabs, MiniMax M3 is billed pay as you go. The live rate card on this page always matches what the API charges.

What is the context window of MiniMax M3?

MiniMax M3 supports a 1M-token context window with up to 524,288 output tokens per response.

Is the MiniMax M3 API OpenAI-compatible?

Yes. MiniMax M3 serves the OpenAI-compatible Chat Completions API, so existing OpenAI SDKs work by pointing base_url at https://api.empiriolabs.ai/v1 and setting the model id to minimax-m3.

Which MiniMax M3 variants are available?

MiniMax M3 is available as 2 model ids: the default minimax-m3 plus minimax-m3:priority (Singapore). Variants can differ in serving region, pricing, or supported parameters; the rate cards for each are on this page.

Can I try MiniMax M3 in the browser before integrating?

Yes. The EmpirioLabs playground runs MiniMax M3 in the browser with the same parameters the API exposes, so you can test prompts before writing code.

How do I get a MiniMax M3 API key?

Create an EmpirioLabs account, then generate a key under API Keys in the dashboard. Billing is pay-as-you-go credits, so you only pay for the requests you make.

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.