openai
openai/o1

o1

Specializes in complex reasoning through chain-of-thought processing, excelling in STEM tasks like coding, math, and scientific analysis.

Provider
openai
Modality
text-to-text
Pricing
$15.00 / 1M in$60.00 / 1M out

Ready to build with o1?

Sign in to grab your API key and start making requests.
bash
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."
    }
  ]
}'
o1 on Oxen | Oxen.ai