AI/ML API
AI/ML API

AI/ML API provides a suite of AI models and solutions for various tasks, including text generation, image processing, and more.

Completely Secure
169806VIEWS
2374USERS

Tools

1 of 6

Cancel Run

Tool to cancel a run that is currently in progress. Use when you need to stop an assistant run before it completes.

Create Assistant

Tool to create an AI assistant with configurable model, instructions, and tools. Use when you need to set up a new assistant that can maintain conversation context and use tools like code_interpreter or file_search.

Create Message

Tool to create a new message in a thread. Use when you need to add a user or assistant message to an existing conversation thread.

Create Run

Tool to create a run that executes an assistant on a thread. The assistant processes messages in the thread and generates responses based on its instructions and available tools.

Create Thread

Tool to create a new thread for conversation with an assistant. Threads store messages and maintain context across interactions. Use when starting a new conversation or when you need a fresh context for assistant interactions.

Delete Assistant

Tool to delete an assistant by ID. Use when you need to remove an assistant that is no longer needed.