At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key comes from
STABILITY_API_KEY. - Docs: https://platform.stability.ai/docs/api-reference
Credentials
Set these per environment. See Connect an integration.Setup
- Create a Stability AI account: Sign up at https://platform.stability.ai - new accounts receive 25 free credits, enough to test image generation.
- Create an API key: Open https://platform.stability.ai/account/keys and copy your API key (starts with sk-). Create a dedicated key per application if you prefer.
- Store the key: Add it to your .env file as STABILITY_API_KEY=sk-…
- Verify access: Run the Get Balance tool to confirm the key works, then List Engines and try Text to Image with a simple prompt.
- Image generation is billed in credits per image - buy credits at https://platform.stability.ai/account/credits
- Text to Image defaults the Accept header to application/json so images return as base64 artifacts (each with its seed and finishReason)
- The newer v2beta Stable Image endpoints require multipart/form-data uploads and are not exposed here; tools use the JSON v1 generation API (SDXL)
Tools
Example prompts
- Generate an image with Stability AI from a prompt I provide and show me the seed used.
- Check my Stability AI credit balance and list the engines available to my account.