MiniMax-M3 is MiniMax's flagship open-weight foundation model and the first to combine three frontie…
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)| الإدخال / 1M توكن | $0.300 |
| الإخراج / 1M توكن | $1.20 |
| قراءة الذاكرة المؤقتة / 1M | $0.060 |
| العملة | USD |