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-M3ONEHOP_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건