Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Stability AI: Stable Diffusion 3.5 Large Turbo

stability-ai/stable-diffusion-3.5-large-turbo

Access Stable Diffusion 3.5 Large Turbo from Stability AI using the Puter.js AI API.

Get Started

Model Card

Stable Diffusion 3.5 Large Turbo is a distilled version of Stable Diffusion 3.5 Large, built to generate images in as few as four inference steps instead of the dozens a standard diffusion model needs. It keeps the same 8-billion-parameter MMDiT architecture and multi-encoder text understanding as Large, compressed for speed through step distillation.

Stability AI markets it as one of the fastest inference options for a model of its size while staying competitive on quality and prompt adherence, trading some of Large's fidelity for lower latency.

It targets applications where response time matters, such as interactive tools, rapid prototyping, or high-volume generation, and it costs less per image than Large through this API, making it a reasonable default when fast turnaround matters more than maximum detail.

Cost Per Image $0.04

per generation

Configuration output

resolution

Release Date Oct 22, 2024

 

Code Example

Use Stable Diffusion 3.5 Large Turbo in your app with the Puter.js AI API — no API keys or setup required.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.txt2img("A serene mountain landscape at sunset", {
    model: "stability-ai/stable-diffusion-3.5-large-turbo"
}).then(image => {
    document.body.appendChild(image);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.txt2img("A serene mountain landscape at sunset", {
            model: "stability-ai/stable-diffusion-3.5-large-turbo"
        }).then(image => {
            document.body.appendChild(image);
        });
    </script>
</body>
</html>

More AI Models From Stability AI

Find other Stability AI models

Image

Stable Diffusion 3.5 Medium

Stable Diffusion 3.5 Medium is the smallest model in Stability AI's SD 3.5 family, built on an improved MMDiT-X architecture with 2.5 billion parameters, roughly a third the size of SD 3.5 Large. Stability AI positions it as outperforming other medium-sized image models, and it supports a wider range of output resolutions, from 0.25 to 2 megapixels, than the fixed 1-megapixel target of Large. It sits between Large and Large Turbo on the quality-speed-cost curve, less detailed and prompt-adherent than Large, but cheaper to call through the API and still capable of the typography and complex-prompt handling introduced across the SD 3.5 lineup. It fits applications generating high volumes of images where Large's extra fidelity isn't worth the added cost.

Image

Stable Diffusion 3.5 Large

Stable Diffusion 3.5 Large is Stability AI's flagship image model in the SD 3.5 family, built on a Multimodal Diffusion Transformer (MMDiT) architecture with 8.1 billion parameters. It combines three text encoders, OpenCLIP-ViT/G, CLIP-ViT/L, and T5-XXL, with QK-normalization for more stable training. Stability AI describes it as leading the market in prompt adherence and rivaling larger models in image quality, generating images up to 1 megapixel (1024x1024) with improved typography and complex-prompt understanding over the earlier SD3 Medium. Within the SD 3.5 lineup, Large is the highest-quality but slowest option, compared with the faster Large Turbo and the smaller, more resource-efficient Medium. It fits professional design work, marketing content, and any use case where prompt fidelity and image detail matter more than generation speed.

Image

Stable Diffusion XL Base 1.0

Stable Diffusion XL Base 1.0 is a text-to-image latent diffusion model by Stability AI that generates more photorealistic images with better composition and legible text compared to earlier SD versions. It uses a mixture-of-experts pipeline and can work standalone or with an optional refiner model for enhanced results. The model runs efficiently on consumer GPUs with 8GB VRAM.

Frequently Asked Questions

How do I use Stable Diffusion 3.5 Large Turbo?

You can access Stable Diffusion 3.5 Large Turbo by Stability AI through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.

Is Stable Diffusion 3.5 Large Turbo free?

Stable Diffusion 3.5 Large Turbo is free to integrate using the Puter.js AI API. With the User-Pays Model, you can add AI to your app for $0, since users cover their own AI usage through their Puter account.

What is the pricing for Stable Diffusion 3.5 Large Turbo?
Stable Diffusion 3.5 Large Turbo costs $0.04 per image.
Price
Per image$0.04
Who created Stable Diffusion 3.5 Large Turbo?

Stable Diffusion 3.5 Large Turbo was created by Stability AI and released on Oct 22, 2024.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Stable Diffusion 3.5 Large Turbo API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Add Stable Diffusion 3.5 Large Turbo to your app for free

Developers can integrate Stable Diffusion 3.5 Large Turbo for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.

Get started How pricing works