Previous generation reasoning model with internal chain-of-thought. Consider migrating to o3.
openai/o1 o1 curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "openai/o1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'