openai
openai/gpt-5-2025-08-07/Released Aug 2025

GPT 5

Handles complex reasoning, code generation, and multimodal inputs with improved accuracy, long context retention, and robust multilingual and personalization features.

Provider
openai
Modality
text-to-text
Released
Aug 2025
Pricing
$1.25 / 1M in$10.00 / 1M out

Ready to build with GPT 5?

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-2025-08-07",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'