I’m calling the API from my c# script using Http client.
This has been working for weeks. Today I tried to send a petition and the API response doesn’t make any sense.
I’m trying on playgrond with exact same parameters and model and receiving the correct answer in matter of 1-2 seconds. From the API, it takes 10+ seconds and the response is completely different (and wrong).
The latency issue has been there since day one, but those wrong api responses not. What is going on?
I’m using temperature 0. In case is relevant, I have tried a bunch of different models (gpt-4.1-nano, gpt-4.0-mini, gpt-4)