Skip to content

GPT 5.4 Mini

GPT 5.4 Mini is the cost-efficient member of the GPT-5.4 family, delivering strong performance in code generation, tool orchestration, and multi-step browser interactions at a price point designed for agentic production workloads.

ReasoningTool UseVision (Image)File InputImplicit CachingWeb Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.4-mini',
prompt: 'Why is the sky blue?'
})