Node Connectivity

There are 282 nodes that can be used as successor for a node with an output port of type OpenAI Nodes: Configuration.

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.

Create Conversation Modern UI

Create a conversation.