Rate Limit response headers not being sent

I am using the API using Dalle-3 Model, but the x-ratelimit-XXX header values are not being included with the response so I can see how many requests I have left etc… I am not using any specific library, just normal HTTP client with .NET / C#.

Any ideas?

Thanks

I am seeing this issue with Dalle3 and Dalle2, it’s pretty annoying, as I wanted to use it to calculate how quickly I could request a set of images for a given user!

1 Like

I’m using gpt-4o-mini and am running repeatedly into limits. Rate limit headers would help greatly, unfortunately they are not being sent with the response.
According to this section they’re supposed to be shown.
What to do?