minimax/minimax-m3
Call minimax/minimax-m3 through the OneHop AI Gateway. One URL connects you to every model.
Source: minimax_benefit_x0.10 · Verified 2026-06-08
Cache read $0.012/M · Cache write $—/M
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)32 requests · last 30 days