curl --location --request POST 'https://geekai.co/api/v1/responses' \
--header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-mini",
"input": "2025年票房最高的电影?",
"tools": [
{
"type": "web_search_preview_2025_03_11",
"search_context_size": "low"
}
]
}'