Specializes in complex reasoning through chain-of-thought processing, excelling in STEM tasks like coding, math, and scientific analysis.
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "o1", "messages": [ { "role": "user", "content": "Try sending a message." } ] }'