Skip to content

GPT 4o Mini Search Preview

GPT 4o Mini Search Preview combines GPT-4o mini's cost efficiency with built-in web search, grounding responses in real-time information from the web without requiring external search tool integration.

Web Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-4o-mini-search-preview',
prompt: 'Why is the sky blue?'
})