OpenAI
OpenAI

Toolkit for OpenAI APIs: manage Assistants, Threads/Messages; upload/list/delete Files; list/retrieve Models (including vision/multimodal); and view fine-tune listings and events.

Completely Secure
169981VIEWS
2582USERS

Tools

1 of 22

Add Upload Part

Tool to add a part (chunk of bytes) to an Upload object. Use when uploading large files in chunks, with each part up to 64 MB.

Cancel Batch

Tool to cancel an in-progress batch. Use when you need to stop a batch that is currently processing. The batch will be in status 'cancelling' for up to 10 minutes before changing to 'cancelled', where partial results (if any) will be available.

Cancel Evaluation Run

Tool to cancel an ongoing evaluation run. Use when you need to stop an evaluation run that is currently in progress.

Cancel Response

Tool to cancel a background model response by its ID. Use when you need to stop a response that was created with the 'background' parameter set to true. Only background responses can be cancelled; attempting to cancel a non-background response will fail.

Cancel Run

Tool to cancel a run that is currently in progress. Use when you need to stop an assistant run that is taking too long or is no longer needed. The run's status will transition to 'cancelling' and then 'cancelled'.

Cancel Upload

Tool to cancel an upload. Use when you need to stop an upload that is in progress. No parts may be added after cancellation.