openai
openai/gpt-4o-mini/Released Jul 2024

GPT 4o mini

Cost-efficient, fast model with 128K context window, supporting text/vision inputs and improved multilingual performance.

Provider
openai
Modality
multi-to-text
Released
Jul 2024
Pricing
$0.15 / 1M in$0.60 / 1M out

Ready to build with GPT 4o mini?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gpt-4o-mini",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'