openai
openai/gpt-5-5-pro-2026-04-23/Released Apr 2026

GPT 5.5 Pro

OpenAI's premium 5.5 variant — top-of-line reasoning at a higher price than 5.5 base, for the hardest agentic and research workloads.

Provider
openai
Modality
multi-to-text
Released
Apr 2026
Pricing
$39.00 / 1M in$234.00 / 1M out

Ready to build with GPT 5.5 Pro?

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-5-pro-2026-04-23",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'