Authorization: Bearer ********************{
"model": "gpt-4o-search-preview-2025-03-11",
"web_search_options": {},
"messages": [
{
"role": "user",
"content": "What was a positive news story from today?"
}
]
}curl --location --request POST '/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json' \
--data-raw '{
"model": "gpt-4o-search-preview-2025-03-11",
"web_search_options": {},
"messages": [
{
"role": "user",
"content": "What was a positive news story from today?"
}
]
}'{}