novita

minimax/minimax-m2.7

Context

200K

Input

text

Output

text

Tool calling

Supported

About this model

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.

Capabilities

text

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "98a3d2035e3f45d5878225fe777461c6",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

98a3d2035e3f45d5878225fe777461c6

Available

Input

$0.300 / 1M

Output

$1.200 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.300 / 1M
Output tokens$1.200 / 1M

Performance

Published evaluation results associated with this model.

SWE-bench

SWE-Pro56.22
SWE-Multilingual76.5

Coding

VIBE-Pro55.6
Terminal-Bench-257

Tool-Use

Toolathon46.3

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "98a3d2035e3f45d5878225fe777461c6",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'