Flux Fast
flux-fastThis is the fastest Flux endpoint in the world.
- Prijs
- US$Â 0,0060/afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 9:16, 9:21
- Invoer → Uitvoer
- Tekst → Afbeelding
- Ontwikkelaar
- Community
- Bijgewerkt
- 24 september 2026
Playground
Flux Fast proberen
Invoer & resultaat
Deze uitvoering
US$ 0,006 · 0,6 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 16 uitvoeringen van dit model.
Examples
Open full sizePrompt
a man staring into the sunset
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
a cat
Settings
- aspect_ratio
- 1:1
Open full sizePrompt
black forest gateau cake spelling out the words "FLUX DEV", tasty, food photography, dynamic shot
Settings
- aspect_ratio
- 1:1
Over Flux Fast
Flux Fast is een model van Community in de categorie Afbeeldingsgenerering. Op Railwail kost Flux Fast US$Â 0,0060 per afbeelding. Ondersteunde beeldverhoudingen: 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 9:16 en 9:21.
Prijzen
| Per afbeelding | US$Â 0,0060 per afbeelding |
|---|
- 1 credit = US$Â 0,01
Kostencalculator
Prijscalculator
Totaal
US$Â 0,60
60 credits
Per run
US$ 0,006 · 0,6 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-fast",
"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-fast",
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-fast",
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-fast", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specificaties
- Model-ID
flux-fast- Ontwikkelaar
- Community
- Categorie
- Afbeeldingsgenerering
- Invoer
- Tekst
- Uitvoer
- Afbeelding
- Beeldverhoudingen
- 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 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, 3:4, 4:3, 9:16 of 9:21
Tags
- replicate
- prunaai
- text-to-image
Gebruiksscenario's
Veelgestelde vragen
Wat is Flux Fast?
Flux Fast is een model van Community in de categorie Afbeeldingsgenerering. Op Railwail kunt u het aanroepen met een API-sleutel via de Railwail-API.
Hoeveel kost Flux Fast op Railwail?
Op Railwail kost Flux Fast US$Â 0,0060 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 Fast?
Volgens het invoerschema kent Flux Fast deze parameters: prompt en aspectRatio (1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 9:16 of 9:21).
Hoe snel is Flux Fast?
Er zijn nog niet genoeg gemeten runs van Flux Fast op Railwail om een uitvoeringstijd op te geven. Dit hangt af van de invoer, de instellingen en de belasting bij de provider.
Is Flux Fast beter dan FLUX 1.1 Pro?
Dat hangt van de taak af. Flux Fast (Community) 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 Fast en FLUX 1.1 Pro vergelijkenHoe gebruik ik Flux Fast via de API?
Maak een Railwail-API-sleutel aan en stuur uw aanvraag met de model-ID flux-fast. 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 Fast via de API gebruiken
Één API-sleutel voor elk model op Railwail. Gebruik wordt afgerekend via vooraf gekochte credits, 1 credit = US$ 0,01.