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
DreamStudio is Stability AI's user interface for generative AI, allowing users to create and edit generated images.
Connect Dreamstudio to Definable to route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas call Dreamstudio'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 Dreamstudio action below is a callable tool any Definable persona can invoke.
Tool to generate a new image from an initial image and text prompts. Use after you have a reference image and want to transform it via text guidance.
Generate images from text prompts using Stability AI's text-to-image models. Use when you need to create images from textual descriptions without a reference image. Supports multiple prompts with weights, configurable dimensions, and various generation parameters.
List all available DreamStudio/Stability AI engines accessible with your API key. This action retrieves all AI models (engines) you can use for image generation and other tasks. Common engines include Stable Diffusion XL and various Stable Diffusion versions. Use this action to: - Discover which engines are available to your account - Get engine IDs needed for image generation requests - Check engine types and capabilities No parameters required - simply call to get the complete list of accessible engines. Using an unsupported engine_id in generation requests will cause failures; engines also vary in supported image sizes (typically capped near 1024x1024) and quality for specific tasks.
Retrieves authenticated user's account information from Stability AI. Returns user ID, email, organization memberships, and profile picture. No parameters required - uses authenticated session.
Retrieves the user's current credit balance from their DreamStudio account. Use this tool to check how many credits are available before generating images or to monitor remaining credits after API operations. Credits are consumed when generating images through the Stability AI API. For large or high-resolution batch generation, verify sufficient balance first — insufficient credits will cause failures mid-run.
Anything Dreamstudio 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 Dreamstudio tools directly, then chain the result into another integration without you writing code.
Dreamstudio 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 Dreamstudio tools. You only need a separate Dreamstudio subscription if Dreamstudio itself charges per seat or per API call.
Every call from a persona to Dreamstudio 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 Dreamstudio, and connect via OAuth or API key. You can immediately attach Dreamstudio to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 Dreamstudio actions as callable tools — including `Generate Image from Image`, `Generate Image from Text`, `List Engines`, 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.