Back to Models
MiniMax M3
Đang hoạt độngMiniMax-M3MiniMax M3 — reasoning model with strong multi-turn recall. Verified over a 10-turn session: 6/6 factual checks, p50 3.6s.
Technical Specifications
Độ dài ngữ cảnh1000K tokens
Đầu ra tối đa8K tokens
Giá đầu vào thấp nhất$0.24/1M tokens
Giá đầu ra thấp nhất$0.96/1M tokens
Capabilities
chatcodefunction_calling
Giá
Đầu vào$0.24/1M
Đầu ra$0.96/1M
Bộ nhớ đệm$0.05/1M
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use MiniMax M3?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.