minimax
Minimax

MiniMax: MiniMax M1

minimax/minimax-m1
Контекст
1 000 000
Вход токены
67,68 ₽/M
Выход токены
270,72 ₽/M
описание

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

bash
# Запрос к API VEGA через minimax/minimax-m1
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "minimax/minimax-m1",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'