Languagetext

MiniMax M3

MiniMax M3

Entrada

Top p
0.011
Reasoning
Temperature
0.011
Max completion tokens
1131072
Ready to generateReady to generate

Referencia de la 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-m3",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "temperature": 1,
  "top_p": 0.95,
  "max_completion_tokens": 4096
}'