openai
openai/o4-mini-2025-04-16/Released Apr 2025

o4 mini

Optimized for fast, affordable reasoning with strong coding and visual skills, large 200k-token context, and efficient handling of complex tasks.

Provider
openai
Modality
multi-to-text
Released
Apr 2025
Pricing
$1.10 / 1M in$4.40 / 1M out

Ready to build with o4 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": "o4-mini-2025-04-16",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
o4 mini on Oxen | Oxen.ai