MiniMax-M3 es el modelo fundacional de peso abierto insignia de MiniMax y el primero en combinar tre…
from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="minimax/minimax-m3",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| Entrada / 1M tokens | $0.300 |
| Salida / 1M tokens | $1.20 |
| Lectura caché / 1M | $0.060 |
| Moneda | USD |