Given a list of messages comprising a conversation, the model will return a response.
This category contains 6 nodes.
**Starting a new project?** We recommend trying [Responses](/docs/api-reference/responses) to take advantage of the latest OpenAI platform features. Compare […]
Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.
Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.
Get the messages in a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.
List stored Chat Completions. Only Chat Completions that have been stored with the `store` parameter set to `true` will be returned.
Modify a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be modified. Currently, the only […]