100 萬 Token 長上下文
MiniMax M3 支援最多 1,048,576 個 Token,並保證至少 512K。MSA 讓整個上下文視窗中的檢索保持連貫,因此完整程式碼儲存庫與長篇文件都能在單一提示中處理。
curl --request POST "https://gptproto.com/v1/chat/completions" \
--header "Authorization: Bearer $GPTPROTO_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Estimate a request with real work scenarios. GPTProto token pricing is 20% below official rates.
Cost calculator
Top up
GPTProto vs official pricing.Save$25.00 (20%)vs MiniMax official
在 GPTProto 上呼叫 MiniMax M3 API——這是一款具備 100 萬 Token 上下文的開放權重程式設計與代理模型——每 100 萬個輸出 Token 僅需 $0.96,一組金鑰即可使用 200 多款模型,無需區域註冊。
MiniMax M3 支援最多 1,048,576 個 Token,並保證至少 512K。MSA 讓整個上下文視窗中的檢索保持連貫,因此完整程式碼儲存庫與長篇文件都能在單一提示中處理。
MiniMax M3 採用 MiniMax 稀疏注意力(MSA),在 100 萬上下文下將每個 Token 的計算量降至 M2 版本的約 1/20——預填充速度提升超過 9 倍,解碼速度提升 15 倍。
MiniMax M3 專為持續性的代理與程式碼工作打造——自主任務拆解、工具呼叫及多步驟推理,都能保留在單一 100 萬 Token 工作階段中,並針對多輪開發者工作流程進行調校。
在 MiniMax 自行進行的測試中,M3 在 SWE-Bench Pro 上獲得 59.0% 的分數,在 BrowseComp 上獲得 83.5 分——程式設計表現領先 GPT-5.5 與 Gemini 3.1 Pro,網頁瀏覽表現也高於 Opus 4.7。
MiniMax M3 is an open-weight large language model from MiniMax (MiniMaxAI), released June 1, 2026. It targets long-horizon coding and agent workloads: autonomous task decomposition, tool use, and multi-step reasoning across a 1M-token context. Its defining change is MiniMax Sparse Attention (MSA), which selects the key–value blocks that matter instead of attending to every token — the reason a 1-million-token window is practical to run rather than just a spec-sheet number. On GPTProto you call the MiniMax M3 API through one account balance shared with 200+ other models, no separate MiniMax sign-up required.
| Field | MiniMax M3 |
|---|---|
| Developer | MiniMax (MiniMaxAI), Shanghai |
| Released | June 1, 2026 |
| Type | Open-weight LLM |
| Architecture | Mixture-of-Experts · 428B total / 23B active · 256 experts |
| Attention | MiniMax Sparse Attention (MSA) |
| Context window | 1,048,576 tokens (512K guaranteed minimum) |
| Max output | up to ~512K tokens |
| Input modality | text (on this page) · image / file via the image-to-text subpage |
| Output modality | text |
| Thinking mode | toggleable per request |
| Tool use / function calling | yes |
| Endpoint | https://gptproto.com/v1/chat/completions (OpenAI-compatible) |
| GPTProto price | $0.48 / 1M input · $0.96 / 1M output |
| GPTProto model string | MiniMax-M3 |
Both models run on GPTProto under the same key and balance. M2.5 is the earlier, full-attention text model; M3 moves to sparse attention (MSA) and a practical 1M-token window, and adds image input through its image-to-text subpage.
| MiniMax M3 | MiniMax M2.5 | |
|---|---|---|
| Attention | MSA (sparse) | Full attention |
| Input (this page) | text | text |
| Image input | via image-to-text subpage | — |
| Context window | 1,048,576 tokens |
204,800 tokens |
| GPTProto price (in / out per 1M) | $0.48 / $0.96 | $0.24 / $0.96 |
| Best for | Long-horizon coding & agent runs, 1M context | Lower-cost text reasoning at shorter context |
If you already call MiniMax directly, moving to GPTProto is a drop-in change: point your client at the GPTProto endpoint, pass your GPTProto key, and set the model to MiniMax-M3. The request and response shape follow the OpenAI chat format, so existing code paths stay the same. You keep one balance across 200+ models, skip a separate MiniMax platform sign-up, and avoid the regional payment friction Western developers hit on the official Shanghai platform.
One migration gotcha: GPTProto expects the API key directly in the Authorization header — no Bearer prefix. If your OpenAI SDK auto-adds Bearer, set the header manually.
bash
curl --location 'https://gptproto.com/v1/chat/completions' \
--header 'Authorization: GPTPROTO_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-M3",
"messages": [{ "role": "user", "content": "Who are you?" }],
"stream": false
}'
Yes. MiniMax released M3 as an open-weight model, with weights and a technical report published to Hugging Face and GitHub. On GPTProto you can call the hosted MiniMax M3 API without self-hosting — useful when you want the model's long-context and agent behaviour but not the GPU footprint of running 229.9B parameters yourself.
瞭解如何將 MiniMax M3 模型整合至工作流程所需的一切資訊,涵蓋上下文限制、定價與資料安全性。
與本模型相關的指南、對比與更新。
所有文章
Seedance 2.0 Mini 並不是「半價」——在 API 上便宜約 20%。真正的節省來自 720p 草稿生成。了解實際價格、可執行程式碼,以及該部署哪個級別。

Kling 3.0 動作控制開發者指南——pro 與 std、輸入限制、提示詞技巧,以及透過 GPTProto 執行可運作的 API 程式碼(Python + cURL)。

GLM 5.2 是 Z.ai 推出的開放權重、採 MIT 授權的程式設計模型,具備 1M token 上下文。了解其功能、與 Claude Opus 4.8 和 GPT-5.5 的基準測試比較、價格,以及如何執行。

比較 MiniMax M3 與 DeepSeek V4 Pro 的價格、基準測試和多模態能力。究竟該使用哪個中國開放權重模型——以及多數指南都搞錯的 SWE-bench 陷阱。