{
"model": "gpt-5.1",
"input": "1+1如何让他等于3 请深度思考后再回答",
"reasoning": {
"effort": "high",
"summary": "detailed"
}
}curl --location -g --request POST 'http://api.example.com/v1/responses' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-5.1",
"input": "1+1如何让他等于3 请深度思考后再回答",
"reasoning": {
"effort": "high",
"summary": "detailed"
}
}'{}