Skip to content

GPT-5.3 Chat

GPT-5.3 Chat is a conversational variant in the GPT-5.3 generation, optimized for tone, relevance, and conversational flow with reduced hallucination rates and fewer unnecessary refusals.

Vision (Image)File InputTool UseReasoningImplicit CachingWeb Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.3-chat',
prompt: 'Why is the sky blue?'
})