MiniMax-M3는 MiniMax의 플래그십 오픈 가중치 기반 모델로, 최첨단 수준의 코딩 및 에이전트 성능, 1M 토큰 컨텍스트 창, 네이티브 멀티모달리티라는 세 가지 최첨단…
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 tokens | $0.300 |
| 출력 / 1M tokens | $1.20 |
| 캐시 읽기 / 1M | $0.060 |
| 통화 | USD |