Does enabling logs for Chat Completion cost money?

I found: https://platform.openai.com/logs?api=chat-completions
It was disabled by default and I enabled it. I have my own logs setup in my code but was curious what I would see in the logs they provide. Does having it enabled charge me more money or can I leave it on? Because presumably they have to store those logs somewhere for me being able to view them.

1 Like

I’ve found no official docs, but AFAIK they aren’t charged (I have them enabled for quite some time).

2 Likes

Not much to add to @aprendendo.next very good response.
The completions, and responses, are stored for free for thirty days if the optional store parameter is set to true, which is also the default value.
This coincides with the 30 day data retention policy set out in the terms. I would assume if they have the data anyways it’s easy to provide you access to it.

2 Likes