Stable Diffusion 3.5 Large

Replicate
Image Generation

Stability AI's latest open-source image model. 8B parameter model with improved prompt adherence, typography, and photorealism.

Try Stable Diffusion 3.5 Large

Your generated image will appear here

Sign up free to start generating
Get Started

Pricing

Price per Generation
Per generationFree

API Integration

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

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

const rw = railwail("YOUR_API_KEY");

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

// Or use the image() method for full control
const res = await rw.image("sd-3-5-large", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Provider
Replicate
Category
Image Generation
Tags
open-source
8B params
typography
Try this model

Free credits on sign-up

Start using Stable Diffusion 3.5 Large today

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