You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Background
Fal added support for new Flux Kontext models.
## Summary
Adds model ids, example, and updates docs.
## Tasks
- [ ] Tests have been added / updated (for bug fixes / features)
- [x] Documentation has been added / updated (for bug fixes / features)
- [x] A _patch_ changeset for relevant packages has been added (for bug
fixes / features - run `pnpm changeset` in the project root)
- [x] Formatting issues have been fixed (run `pnpm prettier-fix` in the
project root)
## Future Work
We might want to add typed provider options here. Currently just pass
through the entire provider options into the body.
Copy file name to clipboardExpand all lines: content/providers/01-ai-sdk-providers/10-fal.mdx
+29-9Lines changed: 29 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,15 +93,17 @@ console.log(`Image saved to ${filename}`);
93
93
94
94
Fal offers many models optimized for different use cases. Here are a few popular examples. For a full list of models, see the [Fal AI documentation](https://fal.ai/models).
|`fal-ai/fast-sdxl`| High-speed SDXL model optimized for quick inference with up to 4x faster speeds |
99
-
|`fal-ai/flux-lora`| Super fast endpoint for the FLUX.1 [dev] model with LoRA support, enabling rapid and high-quality image generation using pre-trained LoRA adaptations. |
100
-
|`fal-ai/flux-pro/v1.1-ultra`| Professional-grade image generation with up to 2K resolution and enhanced photorealism |
101
-
|`fal-ai/ideogram/v2`| Specialized for high-quality posters and logos with exceptional typography handling |
102
-
|`fal-ai/recraft-v3`| SOTA in image generation with vector art and brand style capabilities |
103
-
|`fal-ai/stable-diffusion-3.5-large`| Advanced MMDiT model with improved typography and complex prompt understanding |
104
-
|`fal-ai/hyper-sdxl`| Performance-optimized SDXL variant with enhanced creative capabilities |
|`fal-ai/fast-sdxl`| High-speed SDXL model optimized for quick inference with up to 4x faster speeds |
99
+
|`fal-ai/flux-pro/kontext`| FLUX.1 Kontext [pro] handles both text and reference images as inputs, seamlessly enabling targeted, local edits and complex transformations of entire scenes |
100
+
|`fal-ai/flux-pro/kontext/max`| FLUX.1 Kontext [max] with greatly improved prompt adherence and typography generation, meeting premium consistency for editing without compromise on speed |
101
+
|`fal-ai/flux-lora`| Super fast endpoint for the FLUX.1 [dev] model with LoRA support, enabling rapid and high-quality image generation using pre-trained LoRA adaptations. |
102
+
|`fal-ai/flux-pro/v1.1-ultra`| Professional-grade image generation with up to 2K resolution and enhanced photorealism |
103
+
|`fal-ai/ideogram/v2`| Specialized for high-quality posters and logos with exceptional typography handling |
104
+
|`fal-ai/recraft-v3`| SOTA in image generation with vector art and brand style capabilities |
105
+
|`fal-ai/stable-diffusion-3.5-large`| Advanced MMDiT model with improved typography and complex prompt understanding |
106
+
|`fal-ai/hyper-sdxl`| Performance-optimized SDXL variant with enhanced creative capabilities |
105
107
106
108
Fal models support the following aspect ratios:
107
109
@@ -123,6 +125,24 @@ Key features of Fal models include:
123
125
- Cost-effective scaling with pay-per-use pricing
124
126
- LoRA training capabilities for model personalization
0 commit comments