minimax/minimax-m3
Llama a minimax/minimax-m3 a través de OneHop AI Gateway. Un único URL te conecta con todos los modelos.
Fuente: minimax_restore_x0.50 · Verificado el 2026-07-06
Lectura de caché $0.06/M · Escritura de caché —/M
| Nivel | Entrada | Lectura de caché | Escritura de caché | Salida |
|---|---|---|---|---|
| Standard ≤512K | $0.3 | $0.06 | — | $1.2 |
| Standard >512K | $0.6 | $0.12 | — | $2.4 |
Puedes usar cualquiera de los IDs para llamar al modelo via API.
minimax/minimax-m3MiniMax-M3Reemplaza el marcador ONEHOP_KEY con tu API key. Crear →
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)68.426 solicitudes · últimos 30 días