Languagetext
MiniMax M2.5
MiniMax reasoning model with a 200K context window and tool use.
Entrada
Top p
0.011
Temperature
0.011
Max completion tokens
1131072
Ready to generateReferencia de la API
POSThttps://api.token360.ai/v1/chat/completionscurl 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
}'