Skip to main content
Server path: /openai-data | Type: Application | PCID required: Yes

Tools


openai_data_add_upload_part

Adds a Part to an Upload object. A Part represents a chunk of bytes from the file you are trying to upload. Each Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB. It is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you complete the Upload. Parameters:

openai_data_cancel_batch

Cancels an in-progress batch. The batch will be in status cancelling for up to 10 minutes, before changing to cancelled, where it will have partial results (if any) available in the output file. Parameters:

openai_data_cancel_eval_run

Cancel an ongoing evaluation run. Parameters:

openai_data_cancel_fine_tuning_job

Immediately cancel a fine-tune job. Parameters:

openai_data_cancel_upload

Cancels the Upload. No Parts may be added after an Upload is cancelled. Parameters:

openai_data_cancel_vector_store_file_batch

Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible. Parameters:

openai_data_complete_upload

Completes the Upload. Within the returned Upload object, there is a nested File object that is ready to use in the rest of the platform. You can specify the order of the Parts by passing in an ordered list of the Part IDs. The number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed. Parameters:

openai_data_create_batch

Creates and executes a batch from an uploaded file of requests Parameters:

openai_data_create_eval

Create the structure of an evaluation that can be used to test a model’s performance. An evaluation is a set of testing criteria and a datasource. After creating an evaluation, you can run it on different models and model parameters. We support several types of graders and datasources. For more information, see the Evals guide. Parameters:

openai_data_create_eval_run

Create a new evaluation run. This is the endpoint that will kick off grading. Parameters:

openai_data_create_file

Upload a file that can be used across various endpoints. Individual files can be up to 512 MB, and the size of all files uploaded by one organization can be up to 100 GB. The Assistants API supports files up to 2 million tokens and of specific file types. See the Assistants Tools guide for details. The Fine-tuning API only supports .jsonl files. The input also has certain required formats for fine-tuning chat or completions models. The Batch API only supports .jsonl files up to 200 MB in size. The input also has a specific required format. Please contact us if you need to increase these storage limits. Parameters:

openai_data_create_fine_tuning_checkpoint_permission

NOTE: Calling this endpoint requires an admin API key. This enables organization owners to share fine-tuned models with other projects in their organization. Parameters:

openai_data_create_fine_tuning_job

Creates a fine-tuning job which begins the process of creating a new model from a given dataset. Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete. Learn more about fine-tuning Parameters:

openai_data_create_upload

Creates an intermediate Upload object that you can add Parts to. Currently, an Upload can accept at most 8 GB in total and expires after an hour after you create it. Once you complete the Upload, we will create a File object that contains all the parts you uploaded. This File is usable in the rest of our platform as a regular File object. For certain purpose values, the correct mime_type must be specified. Please refer to documentation for the supported MIME types for your use case. For guidance on the proper filename extensions for each purpose, please follow the documentation on creating a File. Parameters:

openai_data_create_vector_store

Create a vector store. Parameters:

openai_data_create_vector_store_file

Create a vector store file by attaching a File to a vector store. Parameters:

openai_data_create_vector_store_file_batch

Create a vector store file batch. Parameters:

openai_data_delete_eval

Delete an evaluation. Parameters:

openai_data_delete_eval_run

Delete an eval run. Parameters:

openai_data_delete_file

Delete a file. Parameters:

openai_data_delete_fine_tuning_checkpoint_permission

NOTE: This endpoint requires an admin API key. Organization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint. Parameters:

openai_data_delete_vector_store

Delete a vector store. Parameters:

openai_data_delete_vector_store_file

Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the delete file endpoint. Parameters:

openai_data_download_file

Returns the contents of the specified file. Parameters:

openai_data_get_eval

Get an evaluation by ID. Parameters:

openai_data_get_eval_run

Get an evaluation run by ID. Parameters:

openai_data_get_eval_run_output_item

Get an evaluation run output item by ID. Parameters:

openai_data_get_eval_run_output_items

Get a list of output items for an evaluation run. Parameters:

openai_data_get_eval_runs

Get a list of runs for an evaluation. Parameters:

openai_data_get_vector_store

Retrieves a vector store. Parameters:

openai_data_get_vector_store_file

Retrieves a vector store file. Parameters:

openai_data_get_vector_store_file_batch

Retrieves a vector store file batch. Parameters:

openai_data_list_batches

List your organization’s batches. Parameters:

openai_data_list_evals

List evaluations for a project. Parameters:

openai_data_list_files

Returns a list of files. Parameters:

openai_data_list_files_in_vector_store_batch

Returns a list of vector store files in a batch. Parameters:

openai_data_list_fine_tuning_checkpoint_permissions

NOTE: This endpoint requires an admin API key. Organization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint. Parameters:

openai_data_list_fine_tuning_events

Get status updates for a fine-tuning job. Parameters:

openai_data_list_fine_tuning_job_checkpoints

List checkpoints for a fine-tuning job. Parameters:

openai_data_list_paginated_fine_tuning_jobs

List your organization’s fine-tuning jobs Parameters:

openai_data_list_vector_store_files

Returns a list of vector store files. Parameters:

openai_data_list_vector_stores

Returns a list of vector stores. Parameters:

openai_data_modify_vector_store

Modifies a vector store. Parameters:

openai_data_retrieve_batch

Retrieves a batch. Parameters:

openai_data_retrieve_file

Returns information about a specific file. Parameters:

openai_data_retrieve_fine_tuning_job

Get info about a fine-tuning job. Learn more about fine-tuning Parameters:

openai_data_retrieve_vector_store_file_content

Retrieve the parsed contents of a vector store file. Parameters:

openai_data_search_vector_store

Search a vector store for relevant chunks based on a query and file attributes filter. Parameters:

openai_data_update_eval

Update certain properties of an evaluation. Parameters:

openai_data_update_vector_store_file_attributes

Update attributes on a vector store file. Parameters: