getimg.ai for your agents.
Connect getimg.ai once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to getimg.ai.
What agents can do with getimg.ai
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
getimg-ai_generate_imageGenerate an image from a text prompt. `model` is the model id (e.g. seedream-4-5). `prompt` describes the image.
getimg-ai_generate_videoSubmit a video generation task. `model` is the video model id. `prompt` describes the video. Returns a task id for polling.
getimg-ai_list_modelsList available models for image and video generation.
getimg-ai_text_to_imageGenerate an image with a Stable Diffusion model. `model` e.g. stable-diffusion-v1-5. Returns a base64-encoded image.
getimg-ai_image_to_imageTransform a source image guided by a prompt. `image` is a base64-encoded source image; `strength` (0-1) controls how far to deviate from it.
getimg-ai_upscale_imageUpscale or enhance an image. `model` e.g. real-esrgan-4x; `image` is a base64-encoded source image.
getimg-ai_get_balanceGet the remaining API credit balance for the account.
getimg-ai_get_accountGet account details including plan, credits used, and limits.
getimg-ai_remove_backgroundRemove the background from an image. `image` is base64-encoded source image.
getimg-ai_inpaint_imageInpaint parts of an image using a mask. `image` and `mask` are base64-encoded.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to getimg.ai.
- Go to Developer Dashboard.
- Create a project and generate an API key, then copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect getimg.ai to Even: call connect_begin("getimg-ai") on the even-connect MCP and walk me through it.
Generate an image from a text prompt using Stable Diffusion, upscale the result, and check account balance.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.