minimax/minimax-m2.7-highspeed
Call minimax/minimax-m2.7-highspeed 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.7-highspeedMiniMax-M2.7-highspeedReplace 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-highspeed",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)1,478 requests · last 30 days