MiniMax M2.7 (GMI Cloud)
GMI Cloud 官方提供的 MiniMax M2.7 极速推理端点。毫秒级低延迟响应,适合高频代码补全与轻量 Agent。
Updated 8/29/20261 code examples
About the Model
Why Choose MiniMax M2.7?
MiniMax M2.7 focuses on ultra-fast response and lightweight agent execution while retaining strong reasoning.
Key Strengths
- Millisecond first-token: ideal for real-time inline completion and single-file polish in IDEs.
- Lightweight high concurrency: handles high-frequency routing, formatting, and extraction in multi-agent pipelines.
- 14 days free on GMI Cloud, no card or deposit required.
How to Access for Free (via GMI Cloud)
免费依据与活动说明
在 MiniMax Week(2026.08.24 - 2026.09.06)期间 100% 免费开放调用,免绑信用卡,免预存资金。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
curl
curl https://api.gmi-serving.com/v1/chat/completions \
-H "Authorization: Bearer $GMI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m2.7",
"messages": [
{"role": "user", "content": "快速写一个 JavaScript 防抖函数。"}
]
}'
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.