MiniMax-M3 è il modello di base open-weight di punta di MiniMax e il primo a combinare tre capacità…
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)| Input / 1M token | $0.300 |
| Output / 1M token | $1.20 |
| Lettura cache / 1M | $0.060 |
| Valuta | USD |