Use AgentRouter to generate images, edit images, and create short videos through one routed media API for agents.
1
Live Providers
6
Live Routes
39 credits ($0.039)
Image Generate
40 credits ($0.04)
Video Generate
The live media catalog currently exposes 3 capabilities for AI agents. Image Generate currently starts at 39 credits ($0.039), and video generate currently starts at 40 credits ($0.04).
Availability Note
Only StableStudio image generate, image edit, and video generate are live right now. Background removal, replace, upscale, and interpolate are still temporarily unavailable.
What Is Media Generation & Editing?
Agent media generation is the operational layer that lets an AI agent create or transform media assets programmatically. That includes prompt-based image generation, image editing, and short video generation through one routed domain.
Without a routed layer, media workflows quickly splinter into separate model and provider stacks. That makes it harder to compare price, switch transport, or keep the agent's media capability stable as upstream supply changes.
AgentRouter keeps media creation behind one capability-first surface so the agent can recommend the best route before execution and keep its prompts and workflow stable over time.
Top Scenarios
Start from a prompt when the workflow needs a hero image, product mockup, or campaign creative.
Image Generation
StableStudio
39 credits ($0.039)
Launch assets, thumbnails, and visual concept generation
Coverage: 1 capabilities · 2 live routes
Start with Image Generation
Transform a source image instead of regenerating from scratch.
Image Editing
StableStudio
22 credits ($0.022)
Creative variations, in-context edits, and refinement passes
Coverage: 1 capabilities · 2 live routes
Start with Image Editing
Create a teaser or motion asset when the deliverable needs movement instead of a still image.
Video Generation
StableStudio
40 credits ($0.04)
Launch clips, social teasers, and motion previews
Coverage: 1 capabilities · 2 live routes
Start with Video Generation
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
StableStudio Covers Image Generation, Image Editing, Video Generation through the live routed catalog. 6 live routes | Image Generation and Image Editing | Image Generation, Image Editing, Video Generation Modes: Managed | 22 credits ($0.022) | AgentCash, MPP |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Generate one hero image | StableStudio (media.image.generate.stablestudio.agentcash) | 39 credits ($0.039) | Use prompt-only generation for a fresh visual asset. |
| Edit one existing image | StableStudio (media.image.edit.stablestudio.agentcash) | 22 credits ($0.022) | Apply a targeted change without regenerating from scratch. |
| Generate one short video clip | StableStudio (media.video.generate.stablestudio.agentcash) | 40 credits ($0.04) | Create a motion asset for launch or campaign workflows. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
It is the routed layer that lets an AI agent generate or edit image and video assets through one media domain.
Use image edit when you already have a source image and want a transformed version. Use image generate when you are starting from prompt-only input.
Yes. The media domain groups image generate, image edit, and video generate behind one routed surface.
No. AgentRouter handles route recommendation and execution through the live media catalog without requiring separate direct integrations.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
image.generate Create one or more images from a prompt. | GET /api/agentic-api/domains/media/capabilities/image-generateRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/image-generate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/image-generate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 6 routes in this breakdown are temporarily unavailable. | ||
image.edit Edit or transform an existing image with prompt-guided instructions. | GET /api/agentic-api/domains/media/capabilities/image-editRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/image-edit/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/image-edit/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 4 routes in this breakdown are temporarily unavailable. | ||
background.remove Remove the background from an image while keeping the subject. | GET /api/agentic-api/domains/media/capabilities/background-removeRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/background-remove/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/background-remove/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
background.replace Replace the background of an image while preserving the main subject. | GET /api/agentic-api/domains/media/capabilities/background-replaceRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/background-replace/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/background-replace/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
image.upscale Increase image resolution and recover or synthesize additional detail. | GET /api/agentic-api/domains/media/capabilities/image-upscaleRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/image-upscale/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/image-upscale/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
video.generate Generate a video from text or from one input image. | GET /api/agentic-api/domains/media/capabilities/video-generateRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/video-generate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/video-generate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
video.interpolate Generate a transition video between a first frame and a last frame. | GET /api/agentic-api/domains/media/capabilities/video-interpolateRead the capability contract, current lifecycle status, and machine-readable metadata for this media workflow. | Free |
POST /api/agentic-api/domains/media/capabilities/video-interpolate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/media/capabilities/video-interpolate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Web Crawl & Extraction domain
Fetch, scrape, extract, crawl, map, browse, and screenshot public pages through one routed surface.