Skip to content

OpenAI File operations#

Use this operation to create, delete, list, message, or update a file in OpenAI. Refer to OpenAI for more information on the OpenAI node itself.

Delete a File#

Use this operation to delete a file from the server.

Enter these parameters:

  • Credential to connect with: Create or select an existing OpenAI credential.
  • Resource: Select File.
  • Operation: Select Delete a File.
  • File: Enter the ID of the file to use for this operation or select the file name from the dropdown.

Refer to Delete file | OpenAI documentation for more information.

List Files#

Use this operation to list files that belong to the user's organization.

Enter these parameters:

  • Credential to connect with: Create or select an existing OpenAI credential.
  • Resource: Select File.
  • Operation: Select List Files.

Options#

  • Purpose: Use this to only return files with the given purpose. Use Assistants to return only files related to Assistants and Message operations. Use Fine-Tune for files related to Fine-tuning.

Refer to List files | OpenAI documentation for more information.

Upload a File#

Use this operation to upload a file. This can be used across various operations.

Enter these parameters:

  • Credential to connect with: Create or select an existing OpenAI credential.
  • Resource: Select File.
  • Operation: Select Upload a File.
  • Input Data Field Name: Defaults to data. Enter the name of the binary property which contains the file. The size of individual files can be a maximum of 512 MB or 2 million tokens for Assistants.

Options#

  • Purpose: Enter the intended purpose of the uploaded file. Use Assistants for files associated with Assistants and Message operations. Use Fine-Tune for Fine-tuning.

Refer to Upload file | OpenAI documentation for more information.