FLUX.1 [schnell]
flux-1-schnellThe fastest FLUX model from Black Forest Labs, distilled to produce images in 1 to 4 steps. Apache 2.0 licensed for commercial use. Built for high-volume generation and real-time previews.
- Prijs
- US$Â 0,0036/afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Invoer → Uitvoer
- Tekst → Afbeelding
- Uitvoeringstijd (mediaan)
- 24 s
- Ontwikkelaar
- Black Forest Labs
- Bijgewerkt
- 23 september 2026
Playground
FLUX.1 [schnell] proberen
Invoer & resultaat
Deze uitvoering
US$ 0,0036 · 0,36 credits
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. Voldoende voor 27 uitvoeringen van dit model.
Examples
Open full sizePrompt
black forest gateau cake spelling out the words "FLUX SCHNELL", tasty, food photography, dynamic shot
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
Three magical wizards standing on a yellow table, each holding a sign. On the left, a wizard in black robes holds a sign that says ‘AI’; in the middle, a witch in red robes holds a sign that says ‘is’; and on the right, a wizard in blue robes holds a sign that says ‘cool’
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
a cat holding a sign that says hello world
Settings
- aspect_ratio
- 1:1
Over FLUX.1 [schnell]
FLUX.1 [schnell] is een model van Black Forest Labs in de categorie Afbeeldingsgenerering. Op Railwail kost FLUX.1 [schnell] US$Â 0,0036 per afbeelding. Ondersteunde beeldverhoudingen: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 en 2:3.
Prijzen
| Per afbeelding | US$Â 0,0036 per afbeelding |
|---|
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 0,36
36 credits
Per run
US$ 0,0036 · 0,36 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": "flux-1-schnell",
"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="flux-1-schnell",
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: "flux-1-schnell",
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("flux-1-schnell", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specificaties
- Model-ID
flux-1-schnell- Ontwikkelaar
- Black Forest Labs
- Categorie
- Afbeeldingsgenerering
- Invoer
- Tekst
- Uitvoer
- Afbeelding
- Uitvoerformaten
- WEBP, PNG, JPG
- Beeldverhoudingen
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
- Facturering
- Vaste prijs, bekend voordat de uitvoering begint
- Uitvoeringstijd (mediaan)
- 24 s6 voltooide uitvoeringen op Railwail in de afgelopen 90 dagen
- Catalogusitem bijgewerkt
- 23 september 2026
Invoerparameters
Invoeren en instellingen uit het invoerschema van het model. Het voorbeeld in de API-sectie toont welke daarvan de API accepteert.
seedOptional seed for reproducibility
Type: Geheel getalStandaard: –Toegestane waarden: –promptWhat to generate
Type: TekstStandaard: –Toegestane waarden: tot 2.000 tekensaspect_ratioType: KeuzeStandaard:1:1Toegestane waarden: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2 of 2:3output_formatType: KeuzeStandaard:webpToegestane waarden: webp, png of jpgnum_inference_stepsType: Geheel getalStandaard:4Toegestane waarden: 1 tot 4
Tags
- replicate
- flux
- black-forest-labs
- text-to-image
- fast
- open-weights
- flagship
- anon-free
Gebruiksscenario's
Veelgestelde vragen
Wat is FLUX.1 [schnell]?
FLUX.1 [schnell] is een model van Black Forest Labs in de categorie Afbeeldingsgenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost FLUX.1 [schnell] op Railwail?
Op Railwail kost FLUX.1 [schnell] US$Â 0,0036 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 FLUX.1 [schnell]?
Volgens het invoerschema kent FLUX.1 [schnell] deze parameters: seed, prompt (tot 2.000 tekens), aspect_ratio (1:1, 16:9, 9:16, 4:3, 3:4, 3:2 of 2:3), output_format (webp, png of jpg) en num_inference_steps (1 tot 4).
Hoe snel is FLUX.1 [schnell]?
Op Railwail bedroeg de mediane uitvoeringstijd van FLUX.1 [schnell] in de afgelopen 90 dagen 24 s, gebaseerd op 6 voltooide runs.
Is FLUX.1 [schnell] beter dan FLUX 1.1 Pro?
Dat hangt van de taak af. FLUX.1 [schnell] (Black Forest Labs) en FLUX 1.1 Pro (Black Forest Labs) zijn beide modellen in de categorie Afbeeldingsgenerering. De vergelijkingspagina toont hun prijzen en specificaties naast elkaar.
FLUX.1 [schnell] en FLUX 1.1 Pro vergelijkenHoe gebruik ik FLUX.1 [schnell] via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID flux-1-schnell. 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.
FLUX.1 [schnell] via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.