AI Gateway

GPT-5 Chat

openai/gpt-5-chat

GPT-5 Chat points to the GPT-5 snapshot currently used in ChatGPT.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5-chat',
prompt: 'Why is the sky blue?'
})