minimax/minimax-m3
透過 OneHop AI Gateway 呼叫 minimax/minimax-m3,一個 URL 接入所有模型。
來源:minimax_restore_x0.50 · 核驗於 2026-07-06
快取讀取 $0.06/M · 快取寫入 —/M
| 檔位 | 輸入 | 快取讀取 | 快取寫入 | 輸出 |
|---|---|---|---|---|
| Standard ≤512K | $0.3 | $0.06 | — | $1.2 |
| Standard >512K | $0.6 | $0.12 | — | $2.4 |
API 呼叫時用任一 ID 都可以。
minimax/minimax-m3MiniMax-M3把 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-m3",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)最近 30 天 64,583 次請求