Reasoning for science, math, code
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." } ] }'