IranRouter
All models
Minimax

MiniMax: MiniMax M2.7

Unavailable

by Minimax

minimax/minimax-m2.7

MiniMax-M2.7 is a next-generation large language model designed for autonomous, real-world productivity and continuous improvement. Built to actively participate in its own evolution, M2.7 integrates advanced agentic capabilities through multi-agent...

At a glance

Context window
205Ktokens
Max output
131Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupported

Benchmarks

Intelligence index
23
Coding index
53
Agentic index
17

Design Arena

CategoryEloWin rate
models · website1,25752.2
models · codecategories1,25051.7
models · dataviz1,24952.8
models · gamedev1,23150.9
models · uicomponent1,22549.1
models · 3d1,22150.3
models · svg1,16248.5
models · asciiart1,15847.4

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.843,747
tau_bench_verified_airline0.711,396

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

Performance

Uptime on IranRouter

0%

Aug 18Sep 16

Reference uptime

99.4%

Aug 18Sep 16

Median latency

1,786 ms

Aug 18Sep 16

Throughput

46.3 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
Rank change, 7 days

Daily tokens · 90 days

34.4B

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-m2.7",
    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