Stable Diffusion 3.5 Medium
stable-diffusion-3-5-medium2.5 billion parameter image model with improved MMDiT-X architecture
- Prijs
- US$Â 0,042/afbeelding
- Beeldverhoudingen
- 16:9, 1:1, 21:9, 2:3, 3:2, 4:5, 5:4, 9:16, 9:21
- Invoer → Uitvoer
- Tekst → Afbeelding
- Ontwikkelaar
- Stability AI
- Bijgewerkt
- 24 september 2026
Playground
Stable Diffusion 3.5 Medium 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 captivating anime-style illustration of a woman in a white astronaut suit. She has long, dark wavy hair. Surrounding the astronaut are vibrant orange flowers with yellow centers. The background itself is a mesmerizing night sky filled with countless stars
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
a portrait of a man standing in front of a white wall. He is looking up towards something beyond the frame, fine art photography with dappled light
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
A photo of beautiful flowery meadow, at sunset
Settings
- aspect_ratio
- 1:1
Over Stable Diffusion 3.5 Medium
Stable Diffusion 3.5 Medium is een model van Stability AI in de categorie Afbeeldingsgenerering. Op Railwail kost Stable Diffusion 3.5 Medium US$Â 0,042 per afbeelding. Ondersteunde beeldverhoudingen: 16:9, 1:1, 21:9, 2:3, 3:2, 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-5-medium",
"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-5-medium",
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-5-medium",
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-5-medium", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specificaties
- Model-ID
stable-diffusion-3-5-medium- Ontwikkelaar
- Stability AI
- Categorie
- Afbeeldingsgenerering
- Invoer
- Tekst
- Uitvoer
- Afbeelding
- Beeldverhoudingen
- 16:9, 1:1, 21:9, 2:3, 3:2, 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: 16:9, 1:1, 21:9, 2:3, 3:2, 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.5 Medium?
Stable Diffusion 3.5 Medium 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.5 Medium op Railwail?
Op Railwail kost Stable Diffusion 3.5 Medium 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.5 Medium?
Volgens het invoerschema kent Stable Diffusion 3.5 Medium deze parameters: prompt en aspectRatio (16:9, 1:1, 21:9, 2:3, 3:2, 4:5, 5:4, 9:16 of 9:21).
Hoe snel is Stable Diffusion 3.5 Medium?
Er zijn nog niet genoeg gemeten runs van Stable Diffusion 3.5 Medium 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.5 Medium beter dan FLUX 1.1 Pro?
Dat hangt van de taak af. Stable Diffusion 3.5 Medium (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.5 Medium en FLUX 1.1 Pro vergelijkenHoe gebruik ik Stable Diffusion 3.5 Medium via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID stable-diffusion-3-5-medium. 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.
US$Â 0,048/afbeelding
14 % duurder per eenheid
Stable Diffusion 3.5 Medium en FLUX 1.1 Pro vergelijken - Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
US$Â 0,072/afbeelding
71 % duurder per eenheid
Stable Diffusion 3.5 Medium en Flux 1.1 Pro Ultra vergelijken - Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Stable Diffusion 3.5 Medium via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.