OpenAI compatible API · Attested · Public status

MiniMax M3 API — Hosted, Private, Long-Context Inference

Call MiniMax M3 through an OpenAI-compatible API on attested, verifiable infrastructure. ZDR and TEE tiers, automatic fallback, per-model pricing.

Verify gateway
Onebase URL to migrate
100sof models and routes
0prompt or output logs. Always.
MiniMax M3 API

MiniMax M3 on attested hardware, with prompts that never reach the model vendor.

M3 is the June 2026 open-weights release that agentic-coding and long-context teams adopted fast. It is a 428B multimodal model. Launch coverage benchmarked it near frontier quality at a fraction of frontier prices, and within weeks it was top-5 by token share on OpenRouter. Self-hosting 428B parameters is impractical for most teams, and only a handful of providers host it.

TrustedRouter serves minimax/minimax-m3 through an OpenAI-compatible API. Point your SDK at a new base_url and keep your code. Routes carry Zero-Data-Retention and TEE privacy tiers, served by non-Chinese hosting providers on attested infrastructure. One licensing note: M3 ships under the MiniMax Community License, open weights but not MIT or Apache.

Try M3 in the playground See per-model pricing

minimax_m3.pyPython
from openai import OpenAI

client = OpenAI(
    base_url="https://api.trustedrouter.com/v1",
    api_key=TRUSTEDROUTER_API_KEY,
)

resp = client.chat.completions.create(
    model="minimax/minimax-m3",
    messages=[{"role": "user",
               "content": "Plan the refactor of this repo."}],
)
print(resp.choices[0].message.content)
Privacy tiers

ZDR and TEE routes

Pick Zero-Data-Retention routes, where providers contractually keep nothing, or TEE routes, where even the provider cannot read your prompt. TrustedRouter never logs prompt or output content. Ordinary synchronous and streaming inference does not retain it. The opt-in Batch API temporarily retains enclave-encrypted artifacts for up to 30 days. Details at /security.

Providers

Fallback across M3 providers

Few providers host MiniMax M3. TrustedRouter routes across them and rolls over automatically when one goes down. Latency is measured from real routed requests and published at /llm-provider-latency-benchmarks.

Pricing

Per-model pricing, thin markup

Every M3 route is priced per model at /pricing, a thin markup over provider list prices. Pay with prepaid credits, bring your own key, or pay per request with x402. MetaMask sign-in works without a traditional account.

OpenRouterTrustedRouter
CatalogBroad multi-provider catalog; M3 is top-5 there by token share220+ routes across 30+ providers, M3 included
Privacy modelPolicy-basedHardware attestation you can check live against an open-source gateway
Privacy tiersSet by provider policyOpen, Zero-Data-Retention, or TEE per route
APIOpenAI-compatibleOpenAI-compatible; migrate by changing base_url
PaymentsPrepaid creditsCredits, BYOK, x402 pay-per-request, MetaMask sign-in
Verify, don't trust

Attestation beats a privacy policy.

Every M3 prompt runs inside a hardware-attested confidential-compute gateway. The gateway source is open and the image digest is published. Ask it to prove itself: curl "https://api.trustedrouter.com/attestation?nonce=$NONCE" returns a JWT signed by the CPU vendor's root key, bound to your live TLS session so it cannot be replayed. See /security.

Routing path matters for Chinese open weights. In our GLM test, the same weights answered 60 of 60 sensitive questions through the enclave versus 30 of 60 via the vendor-hosted API. The filtering is host-applied, not in the weights. One proof point on scale: a document-processing company scaled from zero to over a billion tokens per week through the attested gateway within three weeks of onboarding. Also on the roster: Kimi K2.7, among 220+ model routes across 30+ providers.

Live catalog evidence

Current routes, prices, privacy, and measured performance.

Catalog facts come from the routes currently configured in TrustedRouter. Performance uses the same cached metadata snapshot as the public leaderboard. Prompts and outputs are not part of these measurements.

554public models
95providers
1761configured routes
314ZDR routes
35provider E2EE routes
5539recent availability samples
Model Providers Context Input Output Privacy Measured route
MiniMax: MiniMax M3minimax/minimax-m3
+9
21 routes
524,288 $0.24265/1M to $0.633/1M $1.0128/1M to $2.532/1M ZDR 4 cited scores 987 ms TTFT fireworks · 220 tok/s · 100.00% available · n=194
MiniMax: MiniMax M2.7minimax/minimax-m2.7
+4
11 routes
196,608 $0.22155/1M to $0.633/1M $1.266/1M to $2.532/1M varies 3397 ms TTFT sambanova · 100.00% available · n=20
MiniMax: MiniMax M2.5minimax/minimax-m2.5
+5
13 routes
196,608 $0.2321/1M to $0.37347/1M $0.9495/1M to $1.49388/1M ZDR 1331 ms TTFT friendli · 100.00% available · n=11
MiniMax M2.5 Highspeedminimax/minimax-m2.5-highspeed
4 routes
204,800 $0.633/1M $2.532/1M varies 2439 ms TTFT minimax · 100.00% available · n=10
MiniMax: MiniMax M2minimax/minimax-m2
4 routes
204,800 $0.3165/1M $1.266/1M varies 1811 ms TTFT minimax · 100.00% available · n=2
MiniMax-M2.1-highspeedminimax/minimax-m2.1-highspeed
2 routes
204,800 $0.633/1M $2.532/1M varies 1956 ms TTFT minimax · 100.00% available · n=1
DeepInfraPolicy varies 101 models 3830 ms p50 · n=494
GMI CloudPolicy varies 76 models 3851 ms p50 · n=16
MiniMaxPolicy varies 8 models 2001 ms p50 · n=25
Novita AIPolicy varies 98 models 2920 ms p50 · n=40
ParasailZDR 26 models 2781 ms p50 · n=29
TogetherZDR 12 models 1549 ms p50 · n=111
Fireworks AIPolicy varies 19 models 3050 ms p50 · n=371
SiliconFlowPolicy varies 28 models 1987 ms p50 · n=64

Browse every modelReview provider policiesOpen the full leaderboardSnapshot 2026-09-17T13:23:21.989Z

Questions

Is MiniMax M3 open source?

M3 is an open-weights release under the MiniMax Community License. That license is not MIT or Apache, so review its terms before building on the weights directly. Most teams do not self-host a 428B-parameter multimodal model anyway. Through TrustedRouter you call hosted M3 routes over an OpenAI-compatible API, with Zero-Data-Retention and TEE privacy tiers available per route.

What does the MiniMax M3 API cost through TrustedRouter?

Pricing is per model and published on the pricing page, with a thin markup over provider list prices. Prices drift, so we do not quote numbers on marketing pages. You can pay with prepaid credits via Stripe, bring your own provider key, or pay per request with x402. MetaMask wallet sign-in works without a traditional account.

Do my prompts go to MiniMax when I use this API?

No. MiniMax M3 routes on TrustedRouter are served by non-Chinese hosting providers on attested infrastructure, and prompts do not go to the model vendor. Zero-Data-Retention and TEE tiers are available. TrustedRouter never logs prompt or output content. Ordinary synchronous and streaming inference does not retain it. The opt-in Batch API temporarily retains enclave-encrypted artifacts for up to 30 days. You can verify the gateway yourself: the attestation endpoint returns a JWT signed by the CPU vendor's root key, bound to your live TLS session.

How do I switch from OpenRouter to TrustedRouter for MiniMax M3?

Change your base_url to the TrustedRouter endpoint and keep your SDK, your code, and the minimax/minimax-m3 model id. The API is OpenAI-compatible. Automatic provider fallback rolls requests over when a provider is down, and measured latency from real routed requests is published on the latency benchmarks page.

Workspace access

Sign in

Choose a sign in method to access your TrustedRouter workspace.

By signing in you agree to the terms of service and privacy policy.