Icon

Chat

Given a list of messages comprising a conversation, the model will return a response.

This category contains 6 nodes.

Create Chat Completion Modern UI

**Starting a new project?** We recommend trying [Responses](/docs/api-reference/responses) to take advantage of the latest OpenAI platform features. Compare […]

Delete Chat Completion Modern UI

Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.

Get Chat Completion Modern UI

Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.

Get Chat Completion Messages Modern UI

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 Chat Completions Modern UI

List stored Chat Completions. Only Chat Completions that have been stored with the `store` parameter set to `true` will be returned.

Update Chat Completion Modern UI

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 […]