OpenAI API

OpenAI #FtJob: Cancel
Add-ons

OpenAI #FtJob: Cancel

Immediately cancels the Fine Tuning Job (FtJob). FtJob status will be “cancelled”. If logging of fine-tuning events is required, perform a separate operation to obtain a list of events.

OpenAI #FtJob: Retrieve
Add-ons

OpenAI #FtJob: Retrieve

Gets info about the Fine-Tune Job (FtJob). FineTune status can be obtained. If the job status is “succeeded”, the MODEL name (ID) can also be obtained. It is typically placed in a flow that is called repeatedly every hour.

OpenAI #FtJob: Create
Add-ons

OpenAI #FtJob: Create

Creates a job (FtJob) that fine-tunes a specified MODEL. Stores the job ID. The job will take minutes or hours. The Fine-Tuned MODEL (FtMODEL) will be available after the job is completed. Note that the training file (dataset) must be uploaded in advance.

OpenAI #FtJob: Retrieve
Add-ons

OpenAI #FtJob: Retrieve

Gets info about the Fine-Tune Job (FtJob). FineTune event logs can be obtained. If the job status is “succeeded”, the MODEL name (ID) can also be obtained. It is typically placed in a flow that is called repeatedly every hour.

OpenAI #FtJob: Create
Add-ons

OpenAI #FtJob: Create

Creates a job (FtJob) that fine-tunes a specified MODEL. Stores the job ID. The job will take minutes or hours. The “Fine-Tuned MODEL” (FtMODEL) will be available after the job is completed. Note that the training file (dataset) must be uploaded in advance.

OpenAI #MODELs: List
Add-ons

OpenAI #MODELs: List

Lists the various models available in the API including Fine-Tuned Models (FtMODELs). The number of the currently available models and TSV of basic information about each one can be obtained; created time, owner, root MODEL, MODEL ID.

OpenAI #FtJobs: List
Add-ons

OpenAI #FtJobs: List

Lists all Fine-Tuning Jobs (FtJobs) in your organization. The number of all FtJobs and the TSV of all FtJobs can be obtained; start time, update time, status, Base MODEL, FtJob ID.

OpenAI #File: Delete
Add-ons

OpenAI #File: Delete

Deletes a file on the OpenAI API server. Delete a file by specifying its file ID. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be stored when uploading.

OpenAI #File: Download
Add-ons

OpenAI #File: Download

Downloads a file on the OpenAI API server. Files matching the specified ID are stored. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be obtained during upload.

OpenAI #Files: List
Add-ons

OpenAI #Files: List

Lists the files on the OpenAI API server. For all files belonging to the user organisation, the four attributes File ID, Purpose, File Size and File Name are stored as TSV text.

Scroll to Top