Languagetext

MiniMax M2.5

MiniMax reasoning model with a 200K context window and tool use.

输入

Top p
0.011
Temperature
0.011
Max completion tokens
1131072
准备开始生成准备开始生成

API 参考

POSThttps://api.token360.ai/v1/chat/completions
curl https://api.token360.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "minimax-m2.5",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "temperature": 1,
  "top_p": 0.95,
  "max_completion_tokens": 4096
}'