Stability AI
SA
Stability AI
/sd3

Stable Diffusion 3.5

Generate an image with SD 3.5; returns base64 PNG.

needs keyunknown~10s typical
image generationstable diffusion
$0.050
per call
plus $0.001 platform fee per run
Bring your own Stability AI key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run stability /sd3 for me.

Input

FieldTypeDescription
prompt*stringPrompt
aspect_ratiostringe.g. 16:9, 1:1 default "1:1"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"stability","endpoint":"/sd3","input":{"prompt":"...","aspect_ratio":"1:1"}}'
cli
npx cracked-ai run -p stability -e /sd3 -i '{"prompt":"...","aspect_ratio":"1:1"}'
mcp
run_tool({ provider: "stability", endpoint: "/sd3", input: {"prompt":"...","aspect_ratio":"1:1"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.