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 天 69,133 次请求