openai
openai/gpt-5-3-chat-latest/Released Mar 2026

GPT 5.3 Chat

GPT-5.3 Instant model for ChatGPT with 128K context, text and image inputs, and optimized conversational performance.

Provider
openai
Modality
multi-to-text
Released
Mar 2026
Pricing
$1.75 / 1M in$14.00 / 1M out

Ready to build with GPT 5.3 Chat?

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