Icon

OpenAI

The OpenAI REST API. Please see https://platform.openai.com/docs/api-reference for more details.

This category contains 59 nodes.

IconAdvanced 

Nodes for advanced configuration

IconAssistants 

Build assistants that can call models and use tools to perform tasks. [Get started with the Assistants API](/docs/assistants)

IconAudio 

Learn how to turn audio into text. Related guide: [Speech to text](/docs/guides/speech-to-text)

IconAuthorize 

Nodes for different authorization methods

IconChat 

Given a list of messages comprising a conversation, the model will return a response. Related guide: [Chat Completions](/docs/guides/text-generation)

IconCompletions 

Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.

IconEdits 

Given a prompt and an instruction, the model will return an edited version of the prompt.

IconEmbeddings 

Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms. Related guide: […]

IconFiles 

Files are used to upload documents that can be used with features like [Fine-tuning](/docs/api-reference/fine-tunes).

IconFine Tunes 

Manage fine-tuning jobs to tailor a model to your specific training data. The [updated Fine-tuning endpoint](/docs/guides/fine-tuning) offers more […]