OpenAI/o3-mini

o3 mini

Fast reasoning for STEM tasks

Commercial use
Text

About o3 mini

o3-mini is an LLM designed for reasoning and problem-solving, particularly excelling in STEM-related tasks. It is optimized for cost efficiency and performance compared to its predecessor, making it suitable for complex tasks such as mathematical reasoning, coding, and scientific problem-solving.

Some noteworthy use cases of o3-mini include handling PhD-level math problems, coding tasks, and scientific reasoning.

MetricValue
Context Length200,000 tokens
MultilingualYes

Ready to build with o3 mini?

Try o3 mini in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

curl -sSf -X POST https://hub.oxen.ai/api/ai/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."
    }
  ]
}'

API endpoint

See the API reference for request and response formats.

POSThttps://hub.oxen.ai/api/ai/chat/completions