AI/ML API provides a suite of AI models and solutions for various tasks, including text generation, image processing, and more.
Tool to cancel a run that is currently in progress. Use when you need to stop an assistant run before it completes.
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.
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.
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.
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.
Tool to delete an assistant by ID. Use when you need to remove an assistant that is no longer needed.