Stable Diffusion 3.5 Large Turbo

Stability AI
Image Generation

Distilled, 4-step version of SD 3.5 Large from Stability AI. Keeps most of the large model's quality and text rendering at a fraction of the inference time. Open weights under the Stability Community License.

Generate with Stable Diffusion 3.5 Large Turbo
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

Stable Diffusion 3.5 Large Turbo is image generation AI model from Stability AI, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

SD 3.5 Large Turbo applies adversarial diffusion distillation to the 8B MMDiT base so it produces images in about 4 steps instead of 35. It is the speed-oriented sibling of SD 3.5 Large, trading a small amount of fine detail for much faster generation while retaining the improved typography of the 3.5 series.
Try Stable Diffusion 3.5 Large Turbo
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€1.00

API Integration

Use our OpenAI-compatible API to integrate Stable Diffusion 3.5 Large Turbo into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("stable-diffusion-3-5-large-turbo", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("stable-diffusion-3-5-large-turbo", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€1.00
Developer
Stability AI
Category
Image Generation
Supported Formats
text
Tags
replicate
stability-ai
stable-diffusion
text-to-image
fast
open-weights
flagship

Frequently asked questions

Start using Stable Diffusion 3.5 Large Turbo today

Get started with free credits. No credit card required. Access Stable Diffusion 3.5 Large Turbo and 100+ other models through a single API.