Skip to content
Dashboard

GPT 5.1 Thinking (Fast)

An upgraded version of GPT-5 that adapts thinking time more precisely to the question to spend more time on complex questions and respond more quickly to simpler tasks. Your use is subject to OpenAI's Terms & Privacy Policies.

Tool UseImplicit CachingFile InputReasoningVision (Image)Web Search
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.1-thinking-fast',
prompt: 'Why is the sky blue?'
})
Read docs