Node Connectivity

There are 283 nodes that can be used as predessesor for a node with an input port of type OpenAI Nodes: Configuration.

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

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.

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

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 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.

Create Completion Modern UI

Creates a completion for the provided prompt and parameters.

List Conversation Items Modern UI

List all items for a conversation with the given ID.

Create Conversation Items Modern UI

Create items in a conversation with the given ID.

Get Conversation Item Modern UI

Get a single item from a conversation with the given IDs.

Delete Conversation Item Modern UI

Delete an item from a conversation with the given IDs.