Skip to content

Commit 9339cff

Browse files
decofeCentaur AI
andauthored
Add fal image-to-image service endpoint (#651)
Co-authored-by: Centaur AI <ai@centaur.local>
1 parent 6a8ccb2 commit 9339cff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schemas/services.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,11 @@ export const services: ServiceDef[] = [
989989
desc: "FLUX.1 [dev] - High-quality text-to-image generation",
990990
amount: "25000",
991991
},
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+
},
992997
{
993998
route: "POST /fal-ai/flux/schnell",
994999
desc: "FLUX.1 [schnell] - Fast text-to-image (1-4 steps)",

0 commit comments

Comments
 (0)