minimax/minimax-m3
Вызывайте minimax/minimax-m3 через OneHop AI Gateway. Один URL подключает вас ко всем моделям.
Источник: minimax_restore_x0.50 · Проверено 2026-07-06
Чтение кэша $0.06/M · Запись кэша —/M
| Уровень | Ввод | Чтение кэша | Запись кэша | Вывод |
|---|---|---|---|---|
| Standard ≤512K | $0.3 | $0.06 | — | $1.2 |
| Standard >512K | $0.6 | $0.12 | — | $2.4 |
Для вызова модели через API используйте любой из ID.
minimax/minimax-m3MiniMax-M3Замените заполнитель ONEHOP_KEY вашим API key. Создать →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="minimax/minimax-m3",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)71 379 запросов за последние 30 дней