Назад к моделям
MiniMax M2.5
minimaxminimax/m2.5
MiniMax M2.5 is an agent-native frontier model trained to reason efficiently, decompose tasks optimally, and complete complex workflows under real-world constraints. Combines high inference throughput with RL-focused token-efficient reasoning. Suited for full-stack software projects, research workflows, long-horizon planning, and multi-tool orchestration.
Размер контекста
205K
Максимальный вывод
66K
Цена Входза 1M токенов
$0.480за 1 млн токенов
Цена Выходза 1M токенов
$1.92за 1 млн токенов
Модальности
Текст→Текст
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $0.480 за 1 млн токенов |
| Выход | $1.92 за 1 млн токенов |
Поддерживаемые параметры
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "minimax/m2.5",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'