Seedance 2.0 GIẢM 20% | Tạo trong Video Generator →
minimax
minimax/minimax-m3

minimax/minimax-m3

1,048,576 context · $0.60/M input$0.42/M input · $2.40/M output$1.68/M output30% off

MiniMax-M3 is MiniMax’s latest M-series multimodal foundation model for agent reasoning, tool use, coding, and long-context tasks. It supports text, image, and video inputs with text output, a 1M-token context window, thinking content, function calling, and structured outputs. With support for long-horizon agentic work, coding workflows, multimodal understanding, and very long responses, MiniMax-M3 is well suited for building autonomous agents, code assistants, document/video analysis tools, and production workflows that need large context at efficient pricing.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input
512K $0.60 / M Tokens$0.42 / M Tokens
> 512K $1.20 / M Tokens$0.84 / M Tokens
Output
512K $2.40 / M Tokens$1.68 / M Tokens
> 512K $4.80 / M Tokens$3.36 / M Tokens
Cache Read
512K $0.12 / M Tokens$0.08 / M Tokens
> 512K $0.24 / M Tokens$0.17 / M Tokens

Try the model

minimax/minimax-m3
Online
minimax
Hi! I am a helpful AI assistant. What can I do for you?

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

print(response.choices[0].message.content)

Model Introduction

MiniMax: MiniMax M3

MiniMax-M3 is MiniMax’s latest M-series multimodal foundation model for agent reasoning, tool use, coding, and long-context tasks. It supports text, image, and video inputs with text output, a 1M-token context window, thinking content, function calling, and structured outputs.


Why It Looks Great

  • Latest MiniMax M-series language model for agent reasoning, tools, coding, and long-context work
  • Native multimodal support for text, image, and video understanding
  • 1M-token context window for long prompts, large documents, videos, codebases, and multi-turn workflows
  • Up to 512K output tokens for unusually long responses, extended reasoning, and structured generation
  • Strong fit for long-horizon agentic work, coding workflows, document analysis, and multimodal assistants
  • Thinking content support for transparent multi-step reasoning workflows
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation
  • Efficient pricing for large-context multimodal production use cases

Key Features

  • Context Window: 1,048,576 tokens
  • Max Input: 536,576 tokens
  • Max Output: 512,000 tokens
  • Input: Text, Image, Video
  • Output: Text
  • Vision: Supported
  • Video Input: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Thinking Mode: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: include_reasoning, max_tokens, reasoning, response_format, temperature, tool_choice, tools, top_p

Specifications

SpecificationValue
Providerminimax
Model TypeChat Completions model
Architecturetext+image+video->text
Context Window1,048,576 tokens
Max Input536,576 tokens
Max Output512,000 tokens
InputText, Image, Video
OutputText
VisionSupported
Video InputSupported
Function CallingSupported
Structured OutputsSupported
Thinking ModeSupported

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: minimax/minimax-m3


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "minimax/minimax-m3",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: minimax/minimax-m3
  • Provider: minimax
  • Best suited for long-horizon agents, coding, tool use, long-context document analysis, multimodal understanding, and structured output workflows
  • Image input supports common image formats such as JPEG, PNG, GIF, and WEBP
  • Video input is supported through URL, base64, or uploaded file references where available

Info

Providerminimax
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context1,048,576
Max Output512,000
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDminimax/minimax-m3

Minimax M3 API

minimax/minimax-m3

MiniMax-M3 is MiniMax’s latest M-series multimodal foundation model for agent reasoning, tool use, coding, and long-context tasks. It supports text, image, and video inputs with text output, a 1M-token context window, thinking content, function calling, and structured outputs. With support for long-horizon agentic work, coding workflows, multimodal understanding, and very long responses, MiniMax-M3 is well suited for building autonomous agents, code assistants, document/video analysis tools, and production workflows that need large context at efficient pricing.

Input

$0.6$0.42 /M

Output

$2.4$1.68 /M

Discount

30% off

Context

1049K

Max Output

512K

Vision

Supported

Tool Use

Supported

Try Minimax M3 on WaveSpeedAI

Access Minimax M3 through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Minimax M3

How much does Minimax M3 cost via the API?+

Pricing on WaveSpeedAI: $0.42 per million input tokens and $1.68 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Minimax M3?+

Minimax M3 supports up to 1049K tokens of context with up to 512K tokens of output per request.

Is Minimax M3 OpenAI-compatible?+

Yes. WaveSpeedAI exposes Minimax M3 through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Minimax M3?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Minimax M3 before paying per token.

Related LLM APIs