OpenAI

OpenAI

Connect to OpenAI services including GPT models, DALL-E, and other AI capabilities.

Triggers & Actions

Use OpenAI as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Create Text Model Response

    Creates a text model response using OpenAI's Response API. Provide text input to generate AI text responses.

  • Create File Model Response

    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.

  • Create Image Model Response

    Creates a model response using OpenAI's Response API with image input. Provide image input to generate AI responses.

  • Get Model Response

    Retrieves a model response with the given ID.

  • Delete Model Response

    Deletes a model response with the given ID.

  • Cancel Response

    Cancels a model response with the given ID. Only responses created with background=true can be cancelled.

  • List Input Items

    Returns a list of input items for a given response.

  • Create Chat Completion

    Creates a model response for the given chat conversation using the legacy chat completions API.

  • Create Embeddings

    Creates an embedding vector representing the input text.

  • Generate Image

    Creates an image given a text description using DALL-E.

  • Create Conversation

    Create a new conversation using OpenAI's Conversation API. Optionally include initial items and metadata.

  • Get Conversation

    Retrieve a conversation with the given ID using OpenAI's Conversation API.

  • Update Conversation

    Update a conversation's metadata with the given ID using OpenAI's Conversation API.

  • Delete Conversation

    Delete a conversation with the given ID using OpenAI's Conversation API.

  • Create Assistant

    Create an assistant with a model and instructions.

  • List Assistants

    Returns a list of assistants.

  • Retrieve Assistant

    Retrieves an assistant by ID.

  • Modify Assistant

    Modifies an existing assistant.

  • Delete Assistant

    Delete an assistant by ID.

  • List Users

    Lists all of the users in the organization.

  • Retrieve User

    Retrieves a user by their identifier.

  • Modify User

    Modifies a user's role in the organization.

  • Delete User

    Deletes a user from the organization.

  • List Projects

    Returns a list of projects.

  • Create Project

    Create a new project in the organization. Projects can be created and archived, but cannot be deleted.

  • Retrieve Project

    Retrieves a project.

  • Modify Project

    Modifies a project in the organization.

  • Archive Project

    Archives a project in the organization. Archived projects cannot be used or updated.

  • List Project Users

    Returns a list of users in the project.

  • Create Thread

    Create a thread.

  • Retrieve Thread

    Retrieves a thread.

  • Modify Thread

    Modifies a thread.

  • Delete Thread

    Delete a thread.

  • Create Message

    Create a message.

  • List Messages

    Returns a list of messages for a given thread.

  • Retrieve Message

    Retrieve a message.

  • Modify Message

    Modifies a message.

  • Delete Message

    Deletes a message.

  • Create Speech

    Generates audio from the input text.

  • Create Transcription

    Transcribes audio into the input language.

  • Create Translation

    Translates audio into English.