I’m using the openai-go
package to call the Response API with the GPT-5 model and the web_search
tool. I’m trying to find images for some products in our application.
Recently, I noticed a strange increase in cost in our OpenAI platform related to web_search. Without any code changes, after around the 5th of September, GPT-5 is calling the web_search tool 10 times more aggressively than before. When I tried to limit the number of calls in the response API request by the MaxToolCalls parameter, the results degraded so much.