MyRouter
ModelsDocsSign In
Back to catalog

MiniMax M2.5

Provider: MiniMaxType: chat

Description

MiniMax M2.1 is a cutting-edge AI model designed to revolutionize how developers build software. With enhanced multi-language programming support, it excels in generating high-quality code across popular languages like Rust, Java, Golang, C++, Kotlin, Objective-C, TypeScript, and JavaScript. Key improvements include: 22% faster response times and 30% lower token consumption for efficient workflows. Seamless integration with leading development frameworks (Claude Code, Droid Factory AI, BlackBox, etc.). Full-stack development capabilities, from mobile (Android/iOS) to web and 3D interactive prototyping. Optimized performance-to-cost ratio, making AI-assisted development more accessible. Whether you're a software engineer, app developer, or tech innovator, M2.1 empowers smarter coding with industry-leading AI.

Capabilities

  • function-calling
  • structured-outputs
  • reasoning
  • serverless

Model Info

Model ID
minimax/minimax-m2.5
Context Window
200K
Modalities

Input: Text

Output: Text

Pricing

Input
$0.003000
Output
$0.0120

Quick Start

Use your MyRouter API key with an OpenAI-compatible request body.

curl https://api.jiekou.ai/v1/chat/completions \
  -H "Authorization: Bearer $MYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m2.5",
    "messages": [{"role":"user","content":"Hello from MyRouter"}]
  }'