GPT 4o Mini Search Preview

openai/gpt-4o-mini-search-preview

GPT-4o mini Search Preview is a specialized model trained to understand and execute web search queries with the Chat Completions API. In addition to token fees, web search queries have a fee per tool call.

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