Models/openai/OpenAI: GPT-5.3 Chat
openai

OpenAI: GPT-5.3 Chat

128K context$1.75/M input$14.00/M output
openai/gpt-5.3-chat

Description

GPT-5.3 Chat is an update to ChatGPT's most-used model that makes everyday conversations smoother, more useful, and more directly helpful. It delivers more accurate answers with better contextualization and significantly...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5.3-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextInput: ImageInput: FileOutput: Text

Pricing

Input$1.75/M
Output$14.00/M
Context128K tokens

Model Info

Provideropenai
IDopenai/gpt-5.3-chat