openai/gpt-5-4-mini/Released Mar 2026

GPT 5.4 Mini

Fast model for coding, computer use

Provider
openai
Modality
Text
Released
Mar 2026
Pricing
$0.75 / 1M in$4.50 / 1M out

Ready to build with GPT 5.4 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": "gpt-5-4-mini",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'