Stable Diffusion 3
stable-diffusion-3A text-to-image model with greatly improved performance in image quality, typography, complex prompt understanding, and resource-efficiency
- Prijs
- US$Â 0,042/afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 9:16, 9:21
- Invoer → Uitvoer
- Tekst → Afbeelding
- Ontwikkelaar
- Stability AI
- Bijgewerkt
- 24 september 2026
Playground
Stable Diffusion 3 proberen
Invoer & resultaat
Deze uitvoering
US$ 0,042 · 4,2 credits
Voor accounts zonder aankoop: uitvoeringen boven 2 credits hebben een opwaardering nodig.
Nieuw hier?
10 gratis credits (US$Â 0,10) wanneer je je aanmeldt met Google
Bruikbaar 24 uur na aanmelding, tot 5 uitvoeringen per dag en maximaal 2 credits per uitvoering. Andere aanmeldmethoden starten zonder credits.
Examples
Open full sizePrompt
a photo of vibrant artistic graffiti on a wall saying "SD3 medium"
Settings
- aspect_ratio
- 3:2
Open full sizePrompt
an epic logo for "STABLE DIFFUSION 3", depicting a space wizard in the style of a nebula background with blue and purple neon text on a white glowing background floating over a mountain range
Settings
negative_prompt: watermark
- aspect_ratio
- 3:2
Open full sizePrompt
a 3D render of a wizard holding a sign saying "SD3"
Settings
- aspect_ratio
- 1:1
Over Stable Diffusion 3
Stable Diffusion 3 is een model van Stability AI in de categorie Afbeeldingsgenerering. Op Railwail kost Stable Diffusion 3 US$Â 0,042 per afbeelding. Ondersteunde beeldverhoudingen: 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 9:16 en 9:21.
Prijzen
| Per afbeelding | US$Â 0,042 per afbeelding |
|---|
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 4,20
420 credits
Per run
US$ 0,042 · 4,2 credits
Vaste prijs per run, bekend voordat de run start.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stable-diffusion-3",
"prompt": "A lighthouse on a rocky coast at sunset, photorealistic"
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
image = client.images.generate(
model="stable-diffusion-3",
prompt="A lighthouse on a rocky coast at sunset, photorealistic",
)
print(image.data[0].url)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const image = await client.images.generate({
model: "stable-diffusion-3",
prompt: "A lighthouse on a rocky coast at sunset, photorealistic"
});
console.log(image.data[0].url);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.image("stable-diffusion-3", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specificaties
- Model-ID
stable-diffusion-3- Ontwikkelaar
- Stability AI
- Categorie
- Afbeeldingsgenerering
- Invoer
- Tekst
- Uitvoer
- Afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 9:16, 9:21
- Facturering
- Vaste prijs, bekend voordat de uitvoering begint
- Catalogusitem bijgewerkt
- 24 september 2026
Invoerparameters
Invoeren en instellingen uit het invoerschema van het model. Het voorbeeld in de API-sectie toont welke daarvan de API accepteert.
promptVerplichtType: TekstStandaard: –Toegestane waarden: –aspectRatioType: KeuzeStandaard: –Toegestane waarden: 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 9:16 of 9:21
Tags
- replicate
- stability-ai
- text-to-image
Gebruiksscenario's
Veelgestelde vragen
Wat is Stable Diffusion 3?
Stable Diffusion 3 is een model van Stability AI in de categorie Afbeeldingsgenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost Stable Diffusion 3 op Railwail?
Op Railwail kost Stable Diffusion 3 US$Â 0,042 per afbeelding. De prijs staat vast voordat de run begint. Gebruik wordt betaald met vooraf gekochte credits; 1 credit is gelijk aan US$Â 0,01.
Welke instellingen ondersteunt Stable Diffusion 3?
Volgens het invoerschema kent Stable Diffusion 3 deze parameters: prompt en aspectRatio (1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 9:16 of 9:21).
Hoe snel is Stable Diffusion 3?
Er zijn nog niet genoeg gemeten runs van Stable Diffusion 3 op Railwail om een uitvoeringstijd op te geven. Dit hangt af van de invoer, de instellingen en de belasting bij de provider.
Is Stable Diffusion 3 beter dan FLUX 1.1 Pro?
Dat hangt van de taak af. Stable Diffusion 3 (Stability AI) en FLUX 1.1 Pro (Black Forest Labs) zijn beide modellen in de categorie Afbeeldingsgenerering. De vergelijkingspagina toont hun prijzen en specificaties naast elkaar.
Stable Diffusion 3 en FLUX 1.1 Pro vergelijkenHoe gebruik ik Stable Diffusion 3 via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID stable-diffusion-3. Codevoorbeelden voor curl, Python en JavaScript staan in het API-gedeelte van deze pagina.
Vergelijkbare modellen
Alle in deze categorie- FLUX 1.1 ProBlack Forest Labs
Black Forest Labs' flagship text-to-image model. Faster generation than FLUX.1 Pro at higher prompt adherence, with strong photorealism and reliable spatial composition. Runs as a hosted Replicate model.
- Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
- Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Stable Diffusion 3 via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.