OpenAI has recently added a chat completions history on the dashboard. I wanted to understand what all API calls are reflected in this history. I am not able to see any of the API calls (chat completions) which I have made. I am also attaching a snapshot for the same.
The short answer is that API calls are not automatically shown under Chat Completions. There’s a new parameter store which you need to set explicitly to true in order for the API calls to be reflected there.
The primary purpose of these stored completions is for their use in evaluations and distillations - the latter refers to the use of outputs from a large model to fine-tune a smaller model. There’s also more information on these capabilities under the link provided.
Let us know if you have any more specific questions!