AI Gateway

GPT-5.1 Instant

openai/gpt-5.1-instant

GPT-5.1 Instant (or GPT-5.1 chat) is a warmer and more conversational version of GPT-5-chat, with improved instruction following and adaptive reasoning for deciding when to think before responding.

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