{
"model": "gpt-4.1",
"tools": [
{
"type": "web_search_preview"
}
],
"input": "今天的重大新闻?"
}curl --location --request POST 'https://147ai.com/v1/responses' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4.1",
"tools": [
{
"type": "web_search_preview"
}
],
"input": "今天的重大新闻?"
}'{
"id": "string",
"object": "string",
"created": 0,
"choices": [
{
"index": 0,
"message": {
"role": "string",
"content": "string"
},
"finish_reason": "string"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}