We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8ccb2 commit 9339cffCopy full SHA for 9339cff
1 file changed
schemas/services.ts
@@ -989,6 +989,11 @@ export const services: ServiceDef[] = [
989
desc: "FLUX.1 [dev] - High-quality text-to-image generation",
990
amount: "25000",
991
},
992
+ {
993
+ route: "POST /fal-ai/flux/dev/image-to-image",
994
+ desc: "FLUX.1 [dev] - Image-to-image editing and transformations",
995
+ amount: "25000",
996
+ },
997
{
998
route: "POST /fal-ai/flux/schnell",
999
desc: "FLUX.1 [schnell] - Fast text-to-image (1-4 steps)",
0 commit comments