AI & ML8 toolsPaste one API key
ImageRouter integration for AI agents
Generate images, videos, and text with ImageRouter, inspect credits, validate normal API keys, and discover models.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect ImageRouter once and call the same tools from all of them.
Setup
Connect ImageRouter 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
ImageRouter exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
imagerouter_get_credits | Inspect remaining credits, cumulative usage, deposits, and optional per-key usage before making | Read |
imagerouter_get_model | Get current capabilities, accepted parameters, and pricing for one exact ImageRouter model ID | Read |
imagerouter_list_models | Discover current ImageRouter model IDs, modalities, supported parameters, and pricing before | Read |
imagerouter_create_chat_completion | Create a non-streaming OpenAI-compatible chat completion with a paid text model | Write |
imagerouter_create_response | Create a non-streaming OpenAI Responses API result from plain text or structured multimodal | Write |
imagerouter_edit_image | Transform or inpaint one or more existing images supplied as URLs or data URIs | Write |
imagerouter_generate_image | Generate an image from a text prompt with a selected ImageRouter model | Read |
imagerouter_generate_video | Generate a video from text and optional URL or data-URI image inputs | Read |