IranRouter
All models
Minimax

MiniMax: MiniMax M3

Unavailable

by Minimax

minimax/minimax-m3Usage rank #17

MiniMax-M3 is a multimodal foundation model from MiniMax. It supports text, image, and video inputs with text output, a 1M-token context window, and is suited for long-horizon agentic work, coding,...

At a glance

Context window
1Mtokens
Max output
512Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupported

Benchmarks

Intelligence index
30
Coding index
59
Agentic index
31

Design Arena

CategoryEloWin rate
models · website1,27152.6
models · codecategories1,26552
models · uicomponent1,26051.6
models · dataviz1,24951.5
models · 3d1,23951.5
models · gamedev1,23747.2
models · svg1,19448.1
models · asciiart1,18047.6

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.912,370
tau_bench_verified_airline0.71646

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

23.5%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,184 ms

Aug 18Sep 16

Throughput

74.9 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#17
Rank change, 7 days
0

Daily tokens · 90 days

441.3B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

frequency_penaltyinclude_reasoninglogit_biaslogprobsmax_tokensmin_ppresence_penaltyreasoningrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="minimax/minimax-m3",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.

Other models by this maker