minimax/minimax-m2.7
Call minimax/minimax-m2.7 through the OneHop AI Gateway. One URL connects you to every model.
Source: minimax_restore_x0.50 · Verified 2026-07-06
Cache read $0.03/M · Cache write —/M
Use either ID to call this model via the API.
minimax/minimax-m2.7MiniMax-M2.7Replace 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-m2.7",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)5,729 requests · last 30 days