OpenAI API

Azure OpenAI Service #Chat: Interact with Parameters

Communicates with Azure OpenAI Service API (ChatGPT running on Microsoft infrastructure). Supports the assignment of advanced parameters. Specifically, sampling temperature, upper % sampling, recurrence prohibition, frequency prohibition and Logit bias can be set.

OpenAI #FtJob: List Events

OpenAI #FtJob: List Events

Lists status updates for the fine-tuning job. The number of all events and the TSV of all event details can be obtained; created time, event level, event message. (upto 20)

OpenAI #FtJob: Cancel

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

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

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

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

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 #FtMODEL: Delete

OpenAI #FtMODEL: Delete

Deletes a Fine-Tuned Model (FtMODEL). The Owner role in your organization is required. If the specified FtMODEL does not exist, a 404 error will occur.

OpenAI #MODELs: List

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 #FtJob: Cancel

OpenAI #FtJob: Cancel

Immediately cancels a Fine Tuning Job (FtJob). FtJob status will be “cancelled”. Fine-tune event logs can be obtained.

OpenAI #FtJobs: List

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

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

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

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.

OpenAI #File: Upload

Uploads files to the OpenAI API server. File documents are used by various endpoints and functions, such as fine tuning.