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?'
})

Playground

Try out GPT 4o Mini Search Preview by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.