Back to Models

MiniMax: MiniMax M2.7

minimax/minimax-m2.7
Mar 18, 2026204.8K context131.1K max output$0.30/M in · $1.20/M outReasoning

Description

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 collaboration, enabling it to plan, execute, and refine complex tasks across dynamic environments.

Trained for production-grade performance, M2.7 handles workflows such as live debugging, root cause analysis, financial modeling, and full document generation across Word, Excel, and PowerPoint. It delivers strong results on benchmarks including 56.2% on SWE-Pro and 57.0% on Terminal Bench 2, while achieving a 1495 ELO on GDPval-AA, setting a new standard for multi-agent systems operating in real-world digital workflows.

Specifications

Provider
minimax
Context Length
204.8K
Max Output
131.1K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.30
Output$1.20
Cache Read$0.06

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m2.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'