openai/gpt-5-mini/Released Aug 2025

GPT 5 Mini

Optimized for cost and speed, handles long contexts, supports text and image input, and excels at structured outputs and tool integration for precise tasks.

Provider
openai
Modality
Text
Released
Aug 2025
Pricing
$0.25 / 1M in$2.00 / 1M out

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