GPT-5.1 Instant
GPT-5.1 Instant is the fastest model in the GPT-5.1 family, optimized for low-latency responses across general-purpose tasks, delivering GPT-5.1 generation quality at speeds suited for real-time applications.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.1-instant', prompt: 'Why is the sky blue?'})