minimax/minimax-m2.7-highspeed
透過 OneHop AI Gateway 呼叫 minimax/minimax-m2.7-highspeed,一個 URL 接入所有模型。
來源:minimax_benefit_x0.10 · 核驗於 2026-06-08
快取讀取 $0.006/M · 快取寫入 $—/M
API 呼叫時用任一 ID 都可以。
minimax/minimax-m2.7-highspeedMiniMax-M2.7-highspeed把 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-m2.7-highspeed",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)最近 30 天 2 次請求