MODELS/image/Stable Diffusion 3.5 Large
Stable Diffusion 3.5 Large
SAMPLE OUTPUT
━━ MODEL

Stable Diffusion 3.5 Large.

Stability AI
stable-diffusion-v35-large

Multi-subject, typography, photoreal style range.

━━ RATE
$0.085
per image
ALL-IN. NO HIDDEN FEES.
━━ INPUT
10 PARAMS

PLAYGROUND

The prompt to generate an image from.

The size of the generated image. Defaults to landscape_4_3 if no controlnet has been passed, otherwise defaults to the size of the controlnet conditioning image.

━━ OUTPUT
AWAITING INPUT.
━━ CURL

CALL IT FROM
ANYTHING.

curl https://plumestudios.dev/api/run/stable-diffusion-v35-large \
  -H "Authorization: Bearer $PLUME_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "prompt": "…",
  "image_size": "landscape_16_9"
}'