AI Gateway
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.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.1-instant', prompt: 'Why is the sky blue?'})Try out GPT-5.1 Instant by OpenAI. Usage is billed to your team at API rates. Free users get $5 of credits every 30 days, and you are considered a free user if you haven't made a payment.
Chat with
Powered by AI Gateway