AI & ML30 toolsPaste one API key
AI/ML API integration for AI agents
AI/ML API provides a suite of AI models and solutions for various tasks, including text generation, image processing, and more.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect AI/ML API once and call the same tools from all of them.
Setup
Connect AI/ML API through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
AI/ML API exposes 30 tools through ClawLink. The 27 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
ai_ml_api_get_assistant | Retrieve details of a specific assistant by ID | Read |
ai_ml_api_get_billing_balance | Retrieve the current billing balance for the account | Read |
ai_ml_api_get_luma_generation | Fetch Luma AI video generation results by generation IDs | Read |
ai_ml_api_get_message | Retrieve information about a specific message by its ID | Read |
ai_ml_api_get_response | Retrieve a previously generated model response by its unique ID | Read |
ai_ml_api_get_run | Retrieve a specific run by ID from a thread | Read |
ai_ml_api_get_run_step | Retrieve a specific run step by its ID within a thread and run | Read |
ai_ml_api_get_thread | Retrieve information about a specific thread by ID | Read |
ai_ml_api_list_assistants | List all assistants associated with the account | Read |
ai_ml_api_list_batches | Get the status or results of a batch processing job | Read |
ai_ml_api_list_luma_generations | Fetch user's Luma AI video generations | Read |
ai_ml_api_list_messages | Retrieve a list of messages from a specific thread | Read |
ai_ml_api_list_models | List all available AI models from the AI/ML API | Read |
ai_ml_api_list_models_with_details | List all available AI/ML models with detailed information including pricing, features, and | Read |
ai_ml_api_list_run_steps | List the steps in a run | Read |
ai_ml_api_list_runs | List all runs for a specific thread | Read |
ai_ml_api_text_chat_completion | Generate text completions or chat responses using a specified LLM model | Read |
ai_ml_api_create_assistant | Create an AI assistant with configurable model, instructions, and tools | Write |
ai_ml_api_create_message | Create a new message in a thread | Write |
ai_ml_api_create_run | Create a run that executes an assistant on a thread | Write |
ai_ml_api_create_thread | Create a new thread for conversation with an assistant | Write |
ai_ml_api_submit_tool_outputs | Submit tool outputs for a run that requires action | Read |
ai_ml_api_update_assistant | Modify an existing assistant's properties including name, instructions, model, and tools | Write |
ai_ml_api_update_message | Modify metadata for a specific message in a thread | Write |
ai_ml_api_update_run | Update a run's metadata with key-value pairs | Write |
ai_ml_api_update_thread | Update thread metadata and tool resources in the AI/ML API | Write |
ai_ml_api_cancel_run | Cancel a run that is currently in progress | Write |