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

GPT 5.4 Mini

Strongest OpenAI mini model for coding and agentic workloads, with 400K context, 128K max output, multimodal input, and broad tool support.

Provider
openai
Modality
multi-to-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."
    }
  ]
}'