minimax/minimax-m3
Call minimax/minimax-m3 through the OneHop AI Gateway. One URL connects you to every model.
Source: minimax_restore_x0.50 · Verified 2026-07-06
Cache read $0.06/M · Cache write —/M
| Tier | Input | Cache read | Cache write | Output |
|---|---|---|---|---|
| Standard ≤512K | $0.3 | $0.06 | — | $1.2 |
| Standard >512K | $0.6 | $0.12 | — | $2.4 |
Use either ID to call this model via the API.
minimax/minimax-m3MiniMax-M3Replace the ONEHOP_KEY placeholder with your API key. Create one →
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)64,828 requests · last 30 days