Connect to OpenAI services including GPT models, DALL-E, and other AI capabilities.
Use OpenAI as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Creates a text model response using OpenAI's Response API. Provide text input to generate AI text responses.
Creates a model response using OpenAI's Response API with file or image input. Automatically detects file type and uses appropriate input format. Files are analyzed directly without file search tools.
Creates a model response using OpenAI's Response API with image input. Provide image input to generate AI responses.
Retrieves a model response with the given ID.
Deletes a model response with the given ID.
Cancels a model response with the given ID. Only responses created with background=true can be cancelled.
Returns a list of input items for a given response.
Creates a model response for the given chat conversation using the legacy chat completions API.
Creates an embedding vector representing the input text.
Creates an image given a text description using DALL-E.
Create a new conversation using OpenAI's Conversation API. Optionally include initial items and metadata.
Retrieve a conversation with the given ID using OpenAI's Conversation API.
Update a conversation's metadata with the given ID using OpenAI's Conversation API.
Delete a conversation with the given ID using OpenAI's Conversation API.
Create an assistant with a model and instructions.
Returns a list of assistants.
Retrieves an assistant by ID.
Modifies an existing assistant.
Delete an assistant by ID.
Lists all of the users in the organization.
Retrieves a user by their identifier.
Modifies a user's role in the organization.
Deletes a user from the organization.
Returns a list of projects.
Create a new project in the organization. Projects can be created and archived, but cannot be deleted.
Retrieves a project.
Modifies a project in the organization.
Archives a project in the organization. Archived projects cannot be used or updated.
Returns a list of users in the project.
Create a thread.
Retrieves a thread.
Modifies a thread.
Delete a thread.
Create a message.
Returns a list of messages for a given thread.
Retrieve a message.
Modifies a message.
Deletes a message.
Generates audio from the input text.
Transcribes audio into the input language.
Translates audio into English.