Multi-provider routing
- Persona decides which model fits
- Calls this provider when its strengths apply
- Falls back to alternatives on rate-limits
5 tools available
AI Image Enhancer to Generate & Upscale
Connect DeepImage to Definable to route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas call DeepImage's 5 tools directly from chat or scheduled flows. Add it to your persona's available models and route requests to it where it fits best.
Every DeepImage action below is a callable tool any Definable persona can invoke.
Tool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed.
Tool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account details or credit balance.
Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
Tool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise returns a job hash for later retrieval. Use when you need to enhance images with options like denoising, deblurring, lighting improvements, or background removal.
Tool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement, resizing, background removal, and other image processing tasks.
Anything DeepImage exposes through its API. Common artificial intelligence workflows on Definable include route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas can call any of the 5 DeepImage tools directly, then chain the result into another integration without you writing code.
DeepImage uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 5 DeepImage tools. You only need a separate DeepImage subscription if DeepImage itself charges per seat or per API call.
Every call from a persona to DeepImage is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find DeepImage, and connect via OAuth or API key. You can immediately attach DeepImage to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 DeepImage actions as callable tools — including `Delete Job`, `Get Account Information`, `Get Job Result`, plus 2 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.