Web Search
Last updated
curl --location 'https://api.fastrouter.ai/api/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer API-KEY' \
--data '{
"model": "openai/gpt-4o-mini-search-preview",
"messages": [
{
"role": "user",
"content": "Which teams are playing the UEFA Champions League final?"
}
],
"stream": false,
"top_p": 1,
"temperature": 0,
"max_completion_tokens": 120,
"web_search_options": {
"search_context_size": "medium"
}
}'{
"model": "openai/gpt-oss-20b:online"
}