openai
openai/o3-mini

o3 mini

Optimized for STEM reasoning and problem-solving, excelling in complex tasks like advanced math and coding with improved cost efficiency.

Provider
openai
Modality
text-to-text
Pricing
$1.10 / 1M in$4.40 / 1M out

Ready to build with o3 mini?

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": "o3-mini",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'