Description
MiniMax-M1 is a large-scale, open-weight reasoning model designed for extended context and high-efficiency inference. It leverages a hybrid Mixture-of-Experts (MoE) architecture paired with a custom "lightning attention" mechanism, allowing it...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: MiniMax: MiniMax M1 (minimax/minimax-m1)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "minimax/minimax-m1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the MiniMax: MiniMax M1 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.4$ / 1M tokens
- Output: 2.2$ / 1M tokens
Token Limits
- Max Output: 40,000 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate