MiniMax General Purpose

MiniMax M2.5

More Capability. Less Cost.

Multimodal intelligence with the best value in its class.

Pricing

Metric Official Price tokencnn.com Price
Input ¥1.50 ¥2.25
Output ¥1.50 ¥2.25

* tokencnn.com applies a 1.5x multiplier on official pricing for gateway and aggregation services.

API Reference

cURL
Python
curl -X POST https://api.tokencnn.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m2.5",
    "messages": [{"role": "user", "content": "Generate a product description for a smart water bottle"}],
    "temperature": 0.8
  }'
import openai

client = openai.OpenAI(
    base_url="https://api.tokencnn.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="minimax-m2.5",
    messages=[
        {"role": "user", "content": "Create a social media campaign for a fitness app launch"}
    ],
    temperature=0.7,
    max_tokens=2048
)

print(response.choices[0].message.content)

Model Capabilities

🚀Multimodal capabilities - text, image understanding, and more
Excellent cost-performance ratio for production workloads
🧠Strong creative generation for content and marketing applications
🔧Reliable Chinese-English bilingual performance
📊Flexible API with support for streaming and batch processing
🎯Active development with frequent model updates

Ready to Build with MiniMax M2.5?

Get your API key in minutes and start integrating China's best AI models.

Get API Key →