# Lumenfall > The unified API for AI image and video generation. Access the best AI media models from leading providers, all in one place. Lumenfall provides a single API to access top image and video generation models including Nano Banana Pro & Imagen (Google), GPT Image 1.5 and DALL-E (OpenAI), Flux (Black Forest Labs), Kling, Luma, and more. One integration, consistent pricing, and instant access to the latest models. ## Key Facts - 70 AI models available from 17 providers - OpenAI-compatible API — works with existing OpenAI SDKs - Multi-provider routing with automatic failover - Transparent pricing with no markup on provider costs - Supports image generation, image editing, video generation, and text generation - Free tier available at https://lumenfall.ai/pricing ## API Reference Lumenfall provides an OpenAI-compatible REST API. For complete endpoint documentation with parameters, request/response schemas, and code examples, see the [full API documentation](https://docs.lumenfall.ai/llms-full.txt). - Base URL: `https://api.lumenfall.ai/openai/v1` - Authentication: Bearer token (`Authorization: Bearer lmnfl_...`) - Compatibility: Works with OpenAI SDKs — just change the base URL ### Endpoints - `POST /images/generations` — [Generate images](https://docs.lumenfall.ai/api-reference/images/generate.md) from text prompts - `POST /images/edits` — [Edit images](https://docs.lumenfall.ai/api-reference/images/edit.md) using text prompts and optional masks - `POST /videos/generations` — [Generate videos](https://docs.lumenfall.ai/api-reference/videos/generate.md) from text or image prompts - `GET /videos/{id}` — [Get video status](https://docs.lumenfall.ai/api-reference/videos/get.md) for async generation requests - `DELETE /videos/{id}` — [Cancel video](https://docs.lumenfall.ai/api-reference/videos/cancel.md) generation - `POST /chat/completions` — [Chat completions](https://docs.lumenfall.ai/api-reference/chat/completions.md) for text generation - `GET /models` — [List models](https://docs.lumenfall.ai/api-reference/models/list.md) available through Lumenfall - `GET /models/{id}` — [Get model](https://docs.lumenfall.ai/api-reference/models/get.md) details for a specific model - `GET /balance` — [Get balance](https://docs.lumenfall.ai/api-reference/balance.md) and billing type ### Client Libraries & Integrations - [OpenAI SDK](https://docs.lumenfall.ai/client-libraries/openai-sdk.md) (Python & TypeScript) - [Vercel AI SDK](https://docs.lumenfall.ai/client-libraries/vercel-ai-sdk.md) - [LiteLLM](https://docs.lumenfall.ai/client-libraries/litellm.md) - [Ruby (RubyLLM / ruby-openai)](https://docs.lumenfall.ai/client-libraries/ruby.md) - [HTTP / cURL](https://docs.lumenfall.ai/client-libraries/http.md) - [OpenAPI Spec](https://docs.lumenfall.ai/api-reference/openapi.json) ## Pages - [API Documentation](https://docs.lumenfall.ai): Complete API reference and integration guides - [Model Catalog](https://lumenfall.ai/models): Browse all available AI image and video generation models - [Playground](https://lumenfall.ai/playground): Try models instantly in your browser - [Pricing](https://lumenfall.ai/pricing): API pricing and free tier details - [Arena Vote (Image)](https://lumenfall.ai/arena/vote/image): Blind comparison of AI image models - [Arena Vote (Video)](https://lumenfall.ai/arena/vote/video): Blind comparison of AI video models - [Text-to-Image Arena](https://lumenfall.ai/arena/text-to-image): Community-ranked image generation models - [Image-Editing Arena](https://lumenfall.ai/arena/image-editing): Community-ranked image editing models - [Text-to-Video Arena](https://lumenfall.ai/arena/text-to-video): Community-ranked video generation models - [Blog](https://lumenfall.ai/blog): Insights, tutorials, and updates about AI image and video generation - [Terms of Service](https://lumenfall.ai/terms): Terms and conditions - [Privacy Policy](https://lumenfall.ai/privacy): Privacy policy ## Featured Models - [FLUX.2 [max]](https://lumenfall.ai/models/black-forest-labs/flux.2-max): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) - Black Forest Labs' flagship image generation model delivering state-of-the-art quality with excep... - [Nano Banana 2](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview): [Google](https://lumenfall.ai/models/google) - Gemini 3.1 Flash with image generation capabilities. High-efficiency image generation model with ... - [Nano Banana Pro](https://lumenfall.ai/models/google/gemini-3-pro-image-preview): [Google](https://lumenfall.ai/models/google) - Gemini 3 Pro with image generation capabilities. Combines advanced reasoning with the ability to ... - [GPT Image 2](https://lumenfall.ai/models/openai/gpt-image-2): [OpenAI](https://lumenfall.ai/models/openai) - OpenAI's state-of-the-art image generation model with arbitrary resolution up to 4K and strong in... - [ImagineArt 1.5 (Preview)](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview): [Vyro AI](https://lumenfall.ai/models/vyro-ai) - Vyro AI's professional-grade text-to-image model delivering photorealistic output with accurate t... - [Qwen Image 2512](https://lumenfall.ai/models/alibaba/qwen-image-2512): [Alibaba](https://lumenfall.ai/models/alibaba) - Improved version of Alibaba's Qwen image model with better text rendering, finer natural textures... - [Reve Image 1.0](https://lumenfall.ai/models/reve-ai/reve): [Reve AI](https://lumenfall.ai/models/reve-ai) - Reve AI's text-to-image generation model with strong aesthetic quality, accurate text rendering, ... - [Seedream 4.5](https://lumenfall.ai/models/bytedance/seedream-4.5): [ByteDance](https://lumenfall.ai/models/bytedance) - ByteDance's latest image generation model unifying text-to-image and image editing in a single ar... - [Seedream 5.0 Lite](https://lumenfall.ai/models/bytedance/seedream-5-lite): [ByteDance](https://lumenfall.ai/models/bytedance) - ByteDance's image generation model with built-in reasoning, example-based editing, and deep domai... - [Wan 2.6](https://lumenfall.ai/models/alibaba/wan-2.6): [Alibaba](https://lumenfall.ai/models/alibaba) - Alibaba's multimodal generation model from the Wan AI suite, supporting text-to-video, image-to-v... ## All Models Every model has its own llms.txt with full specs, supported modes, API parameters (with types, constraints, and per-mode availability), provider pricing, performance metrics, arena benchmarks, per-category use case performance, code examples, and FAQ. Access it at `/models/:creator/:slug/llms.txt`. You can also retrieve a model's compiled parameter schema as JSON via the API by appending `?schema=true` to the model endpoint: `GET /v1/models/:model_id?schema=true`. This returns the full parameter schema including supported modes, parameter types, constraints, enums, defaults, and per-mode availability. - [DALL-E 2](https://lumenfall.ai/models/openai/dall-e-2): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/dall-e-2/about) | [API](https://lumenfall.ai/models/openai/dall-e-2/api) | [Providers](https://lumenfall.ai/models/openai/dall-e-2/providers) | [Use Cases](https://lumenfall.ai/models/openai/dall-e-2/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/dall-e-2/llms.txt) - [DALL-E 3](https://lumenfall.ai/models/openai/dall-e-3): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/dall-e-3/about) | [API](https://lumenfall.ai/models/openai/dall-e-3/api) | [Providers](https://lumenfall.ai/models/openai/dall-e-3/providers) | [Use Cases](https://lumenfall.ai/models/openai/dall-e-3/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/dall-e-3/llms.txt) - [FLUX1.1 [pro]](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro/llms.txt) - [FLUX1.1 [pro] Ultra](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux1.1-pro-ultra/llms.txt) - [FLUX.1 [dev]](https://lumenfall.ai/models/black-forest-labs/flux.1-dev): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-dev/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-dev/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-dev/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-dev/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-dev/llms.txt) - [FLUX.1 Kontext [dev]](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-dev/llms.txt) - [FLUX.1 Kontext [max]](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-max/llms.txt) - [FLUX.1 Kontext [pro]](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-kontext-pro/llms.txt) - [FLUX.1 Krea [dev]](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/llms.txt) - [FLUX.1 [schnell]](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell/llms.txt) - [FLUX.1 [schnell] FP8](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.1-schnell-fp8/llms.txt) - [FLUX.2 [dev]](https://lumenfall.ai/models/black-forest-labs/flux.2-dev): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.2-dev/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.2-dev/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.2-dev/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.2-dev/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.2-dev/llms.txt) - [FLUX.2 [dev] Flash](https://lumenfall.ai/models/fal/flux.2-dev-flash): [fal](https://lumenfall.ai/models/fal) | [About](https://lumenfall.ai/models/fal/flux.2-dev-flash/about) | [API](https://lumenfall.ai/models/fal/flux.2-dev-flash/api) | [Providers](https://lumenfall.ai/models/fal/flux.2-dev-flash/providers) | [Use Cases](https://lumenfall.ai/models/fal/flux.2-dev-flash/use-cases) | [llms.txt](https://lumenfall.ai/models/fal/flux.2-dev-flash/llms.txt) - [FLUX.2 [dev] Turbo](https://lumenfall.ai/models/fal/flux.2-dev-turbo): [fal](https://lumenfall.ai/models/fal) | [About](https://lumenfall.ai/models/fal/flux.2-dev-turbo/about) | [API](https://lumenfall.ai/models/fal/flux.2-dev-turbo/api) | [Providers](https://lumenfall.ai/models/fal/flux.2-dev-turbo/providers) | [Use Cases](https://lumenfall.ai/models/fal/flux.2-dev-turbo/use-cases) | [llms.txt](https://lumenfall.ai/models/fal/flux.2-dev-turbo/llms.txt) - [FLUX.2 [flex]](https://lumenfall.ai/models/black-forest-labs/flux.2-flex): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.2-flex/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.2-flex/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.2-flex/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.2-flex/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.2-flex/llms.txt) - [FLUX.2 [max]](https://lumenfall.ai/models/black-forest-labs/flux.2-max): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.2-max/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.2-max/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.2-max/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.2-max/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.2-max/llms.txt) - [FLUX.2 [pro]](https://lumenfall.ai/models/black-forest-labs/flux.2-pro): [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) | [About](https://lumenfall.ai/models/black-forest-labs/flux.2-pro/about) | [API](https://lumenfall.ai/models/black-forest-labs/flux.2-pro/api) | [Providers](https://lumenfall.ai/models/black-forest-labs/flux.2-pro/providers) | [Use Cases](https://lumenfall.ai/models/black-forest-labs/flux.2-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/black-forest-labs/flux.2-pro/llms.txt) - [Nano Banana](https://lumenfall.ai/models/google/gemini-2.5-flash-image): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/gemini-2.5-flash-image/about) | [API](https://lumenfall.ai/models/google/gemini-2.5-flash-image/api) | [Providers](https://lumenfall.ai/models/google/gemini-2.5-flash-image/providers) | [Use Cases](https://lumenfall.ai/models/google/gemini-2.5-flash-image/use-cases) | [llms.txt](https://lumenfall.ai/models/google/gemini-2.5-flash-image/llms.txt) - [Nano Banana 2](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview/about) | [API](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview/api) | [Providers](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview/providers) | [Use Cases](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/google/gemini-3.1-flash-image-preview/llms.txt) - [Nano Banana Pro](https://lumenfall.ai/models/google/gemini-3-pro-image-preview): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/gemini-3-pro-image-preview/about) | [API](https://lumenfall.ai/models/google/gemini-3-pro-image-preview/api) | [Providers](https://lumenfall.ai/models/google/gemini-3-pro-image-preview/providers) | [Use Cases](https://lumenfall.ai/models/google/gemini-3-pro-image-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/google/gemini-3-pro-image-preview/llms.txt) - [GPT Image 1](https://lumenfall.ai/models/openai/gpt-image-1): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/gpt-image-1/about) | [API](https://lumenfall.ai/models/openai/gpt-image-1/api) | [Providers](https://lumenfall.ai/models/openai/gpt-image-1/providers) | [Use Cases](https://lumenfall.ai/models/openai/gpt-image-1/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/gpt-image-1/llms.txt) - [GPT Image 1.5](https://lumenfall.ai/models/openai/gpt-image-1.5): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/gpt-image-1.5/about) | [API](https://lumenfall.ai/models/openai/gpt-image-1.5/api) | [Providers](https://lumenfall.ai/models/openai/gpt-image-1.5/providers) | [Use Cases](https://lumenfall.ai/models/openai/gpt-image-1.5/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/gpt-image-1.5/llms.txt) - [GPT Image 1 Mini](https://lumenfall.ai/models/openai/gpt-image-1-mini): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/gpt-image-1-mini/about) | [API](https://lumenfall.ai/models/openai/gpt-image-1-mini/api) | [Providers](https://lumenfall.ai/models/openai/gpt-image-1-mini/providers) | [Use Cases](https://lumenfall.ai/models/openai/gpt-image-1-mini/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/gpt-image-1-mini/llms.txt) - [GPT Image 2](https://lumenfall.ai/models/openai/gpt-image-2): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/gpt-image-2/about) | [API](https://lumenfall.ai/models/openai/gpt-image-2/api) | [Providers](https://lumenfall.ai/models/openai/gpt-image-2/providers) | [Use Cases](https://lumenfall.ai/models/openai/gpt-image-2/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/gpt-image-2/llms.txt) - [Grok Imagine Image](https://lumenfall.ai/models/xai/grok-imagine-image): [xAI](https://lumenfall.ai/models/xai) | [About](https://lumenfall.ai/models/xai/grok-imagine-image/about) | [API](https://lumenfall.ai/models/xai/grok-imagine-image/api) | [Providers](https://lumenfall.ai/models/xai/grok-imagine-image/providers) | [Use Cases](https://lumenfall.ai/models/xai/grok-imagine-image/use-cases) | [llms.txt](https://lumenfall.ai/models/xai/grok-imagine-image/llms.txt) - [Grok Imagine Image Pro](https://lumenfall.ai/models/xai/grok-imagine-image-pro): [xAI](https://lumenfall.ai/models/xai) | [About](https://lumenfall.ai/models/xai/grok-imagine-image-pro/about) | [API](https://lumenfall.ai/models/xai/grok-imagine-image-pro/api) | [Providers](https://lumenfall.ai/models/xai/grok-imagine-image-pro/providers) | [Use Cases](https://lumenfall.ai/models/xai/grok-imagine-image-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/xai/grok-imagine-image-pro/llms.txt) - [Grok Imagine Video](https://lumenfall.ai/models/xai/grok-imagine-video): [xAI](https://lumenfall.ai/models/xai) | [About](https://lumenfall.ai/models/xai/grok-imagine-video/about) | [API](https://lumenfall.ai/models/xai/grok-imagine-video/api) | [Providers](https://lumenfall.ai/models/xai/grok-imagine-video/providers) | [Use Cases](https://lumenfall.ai/models/xai/grok-imagine-video/use-cases) | [llms.txt](https://lumenfall.ai/models/xai/grok-imagine-video/llms.txt) - [HiDream E1](https://lumenfall.ai/models/hidream-ai/hidream-e1-1): [HiDream AI](https://lumenfall.ai/models/hidream-ai) | [About](https://lumenfall.ai/models/hidream-ai/hidream-e1-1/about) | [API](https://lumenfall.ai/models/hidream-ai/hidream-e1-1/api) | [Providers](https://lumenfall.ai/models/hidream-ai/hidream-e1-1/providers) | [Use Cases](https://lumenfall.ai/models/hidream-ai/hidream-e1-1/use-cases) | [llms.txt](https://lumenfall.ai/models/hidream-ai/hidream-e1-1/llms.txt) - [HiDream I1 Fast](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast): [HiDream AI](https://lumenfall.ai/models/hidream-ai) | [About](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast/about) | [API](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast/api) | [Providers](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast/providers) | [Use Cases](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast/use-cases) | [llms.txt](https://lumenfall.ai/models/hidream-ai/hidream-i1-fast/llms.txt) - [HiDream I1 Full](https://lumenfall.ai/models/hidream-ai/hidream-i1-full): [HiDream AI](https://lumenfall.ai/models/hidream-ai) | [About](https://lumenfall.ai/models/hidream-ai/hidream-i1-full/about) | [API](https://lumenfall.ai/models/hidream-ai/hidream-i1-full/api) | [Providers](https://lumenfall.ai/models/hidream-ai/hidream-i1-full/providers) | [Use Cases](https://lumenfall.ai/models/hidream-ai/hidream-i1-full/use-cases) | [llms.txt](https://lumenfall.ai/models/hidream-ai/hidream-i1-full/llms.txt) - [Imagen 3.0 Generate 002](https://lumenfall.ai/models/google/imagen-3.0-generate-002): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/imagen-3.0-generate-002/about) | [API](https://lumenfall.ai/models/google/imagen-3.0-generate-002/api) | [Providers](https://lumenfall.ai/models/google/imagen-3.0-generate-002/providers) | [Use Cases](https://lumenfall.ai/models/google/imagen-3.0-generate-002/use-cases) | [llms.txt](https://lumenfall.ai/models/google/imagen-3.0-generate-002/llms.txt) - [Imagen 4.0 Fast Generate 001](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001/about) | [API](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001/api) | [Providers](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001/providers) | [Use Cases](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001/use-cases) | [llms.txt](https://lumenfall.ai/models/google/imagen-4.0-fast-generate-001/llms.txt) - [Imagen 4.0 Generate 001](https://lumenfall.ai/models/google/imagen-4.0-generate-001): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/imagen-4.0-generate-001/about) | [API](https://lumenfall.ai/models/google/imagen-4.0-generate-001/api) | [Providers](https://lumenfall.ai/models/google/imagen-4.0-generate-001/providers) | [Use Cases](https://lumenfall.ai/models/google/imagen-4.0-generate-001/use-cases) | [llms.txt](https://lumenfall.ai/models/google/imagen-4.0-generate-001/llms.txt) - [Imagen 4.0 Ultra Generate 001](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001): [Google](https://lumenfall.ai/models/google) | [About](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001/about) | [API](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001/api) | [Providers](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001/providers) | [Use Cases](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001/use-cases) | [llms.txt](https://lumenfall.ai/models/google/imagen-4.0-ultra-generate-001/llms.txt) - [ImagineArt 1.5 (Preview)](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview): [Vyro AI](https://lumenfall.ai/models/vyro-ai) | [About](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview/about) | [API](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview/api) | [Providers](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview/providers) | [Use Cases](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/vyro-ai/imagineart-1.5-preview/llms.txt) - [Kling V3](https://lumenfall.ai/models/kuaishou/kling-v3): [Kuaishou](https://lumenfall.ai/models/kuaishou) | [About](https://lumenfall.ai/models/kuaishou/kling-v3/about) | [API](https://lumenfall.ai/models/kuaishou/kling-v3/api) | [Providers](https://lumenfall.ai/models/kuaishou/kling-v3/providers) | [Use Cases](https://lumenfall.ai/models/kuaishou/kling-v3/use-cases) | [llms.txt](https://lumenfall.ai/models/kuaishou/kling-v3/llms.txt) - [Lucid Origin](https://lumenfall.ai/models/leonardo-ai/lucid-origin): [Leonardo AI](https://lumenfall.ai/models/leonardo-ai) | [About](https://lumenfall.ai/models/leonardo-ai/lucid-origin/about) | [API](https://lumenfall.ai/models/leonardo-ai/lucid-origin/api) | [Providers](https://lumenfall.ai/models/leonardo-ai/lucid-origin/providers) | [Use Cases](https://lumenfall.ai/models/leonardo-ai/lucid-origin/use-cases) | [llms.txt](https://lumenfall.ai/models/leonardo-ai/lucid-origin/llms.txt) - [P-Image Edit](https://lumenfall.ai/models/prunaai/p-image-edit): [PrunaAI](https://lumenfall.ai/models/prunaai) | [About](https://lumenfall.ai/models/prunaai/p-image-edit/about) | [API](https://lumenfall.ai/models/prunaai/p-image-edit/api) | [Providers](https://lumenfall.ai/models/prunaai/p-image-edit/providers) | [Use Cases](https://lumenfall.ai/models/prunaai/p-image-edit/use-cases) | [llms.txt](https://lumenfall.ai/models/prunaai/p-image-edit/llms.txt) - [Qwen Image](https://lumenfall.ai/models/alibaba/qwen-image): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image/llms.txt) - [Qwen Image 2.0](https://lumenfall.ai/models/alibaba/qwen-image-2.0): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-2.0/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-2.0/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-2.0/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-2.0/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-2.0/llms.txt) - [Qwen Image 2.0 Pro](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-2.0-pro/llms.txt) - [Qwen Image 2512](https://lumenfall.ai/models/alibaba/qwen-image-2512): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-2512/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-2512/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-2512/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-2512/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-2512/llms.txt) - [Qwen Image Edit 2509](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-edit-2509/llms.txt) - [Qwen Image Edit 2511](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-edit-2511/llms.txt) - [Qwen Image Edit Latest](https://lumenfall.ai/models/alibaba/qwen-image-edit): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/qwen-image-edit/about) | [API](https://lumenfall.ai/models/alibaba/qwen-image-edit/api) | [Providers](https://lumenfall.ai/models/alibaba/qwen-image-edit/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/qwen-image-edit/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/qwen-image-edit/llms.txt) - [Recraft V4](https://lumenfall.ai/models/recraft-ai/recraft-v4): [Recraft AI](https://lumenfall.ai/models/recraft-ai) | [About](https://lumenfall.ai/models/recraft-ai/recraft-v4/about) | [API](https://lumenfall.ai/models/recraft-ai/recraft-v4/api) | [Providers](https://lumenfall.ai/models/recraft-ai/recraft-v4/providers) | [Use Cases](https://lumenfall.ai/models/recraft-ai/recraft-v4/use-cases) | [llms.txt](https://lumenfall.ai/models/recraft-ai/recraft-v4/llms.txt) - [Recraft V4 Pro](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro): [Recraft AI](https://lumenfall.ai/models/recraft-ai) | [About](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro/about) | [API](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro/api) | [Providers](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro/providers) | [Use Cases](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro/llms.txt) - [Recraft V4 Pro SVG](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg): [Recraft AI](https://lumenfall.ai/models/recraft-ai) | [About](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg/about) | [API](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg/api) | [Providers](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg/providers) | [Use Cases](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg/use-cases) | [llms.txt](https://lumenfall.ai/models/recraft-ai/recraft-v4-pro-svg/llms.txt) - [Recraft V4 SVG](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg): [Recraft AI](https://lumenfall.ai/models/recraft-ai) | [About](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg/about) | [API](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg/api) | [Providers](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg/providers) | [Use Cases](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg/use-cases) | [llms.txt](https://lumenfall.ai/models/recraft-ai/recraft-v4-svg/llms.txt) - [Reve Image 1.0](https://lumenfall.ai/models/reve-ai/reve): [Reve AI](https://lumenfall.ai/models/reve-ai) | [About](https://lumenfall.ai/models/reve-ai/reve/about) | [API](https://lumenfall.ai/models/reve-ai/reve/api) | [Providers](https://lumenfall.ai/models/reve-ai/reve/providers) | [Use Cases](https://lumenfall.ai/models/reve-ai/reve/use-cases) | [llms.txt](https://lumenfall.ai/models/reve-ai/reve/llms.txt) - [Riverflow 1](https://lumenfall.ai/models/sourceful/riverflow-1): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-1/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-1/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-1/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-1/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-1/llms.txt) - [Riverflow 1 Mini](https://lumenfall.ai/models/sourceful/riverflow-1-mini): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-1-mini/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-1-mini/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-1-mini/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-1-mini/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-1-mini/llms.txt) - [Riverflow 1 Pro](https://lumenfall.ai/models/sourceful/riverflow-1-pro): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-1-pro/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-1-pro/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-1-pro/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-1-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-1-pro/llms.txt) - [Riverflow 2 Fast Preview](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-2-fast-preview/llms.txt) - [Riverflow 2 Max Preview](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-2-max-preview/llms.txt) - [Riverflow 2 Standard Preview](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview): [Sourceful](https://lumenfall.ai/models/sourceful) | [About](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview/about) | [API](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview/api) | [Providers](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview/providers) | [Use Cases](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/sourceful/riverflow-2-standard-preview/llms.txt) - [Seedream 4.0](https://lumenfall.ai/models/bytedance/seedream-4): [ByteDance](https://lumenfall.ai/models/bytedance) | [About](https://lumenfall.ai/models/bytedance/seedream-4/about) | [API](https://lumenfall.ai/models/bytedance/seedream-4/api) | [Providers](https://lumenfall.ai/models/bytedance/seedream-4/providers) | [Use Cases](https://lumenfall.ai/models/bytedance/seedream-4/use-cases) | [llms.txt](https://lumenfall.ai/models/bytedance/seedream-4/llms.txt) - [Seedream 4.5](https://lumenfall.ai/models/bytedance/seedream-4.5): [ByteDance](https://lumenfall.ai/models/bytedance) | [About](https://lumenfall.ai/models/bytedance/seedream-4.5/about) | [API](https://lumenfall.ai/models/bytedance/seedream-4.5/api) | [Providers](https://lumenfall.ai/models/bytedance/seedream-4.5/providers) | [Use Cases](https://lumenfall.ai/models/bytedance/seedream-4.5/use-cases) | [llms.txt](https://lumenfall.ai/models/bytedance/seedream-4.5/llms.txt) - [Seedream 5.0 Lite](https://lumenfall.ai/models/bytedance/seedream-5-lite): [ByteDance](https://lumenfall.ai/models/bytedance) | [About](https://lumenfall.ai/models/bytedance/seedream-5-lite/about) | [API](https://lumenfall.ai/models/bytedance/seedream-5-lite/api) | [Providers](https://lumenfall.ai/models/bytedance/seedream-5-lite/providers) | [Use Cases](https://lumenfall.ai/models/bytedance/seedream-5-lite/use-cases) | [llms.txt](https://lumenfall.ai/models/bytedance/seedream-5-lite/llms.txt) - [Sora 2](https://lumenfall.ai/models/openai/sora-2): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/sora-2/about) | [API](https://lumenfall.ai/models/openai/sora-2/api) | [Providers](https://lumenfall.ai/models/openai/sora-2/providers) | [Use Cases](https://lumenfall.ai/models/openai/sora-2/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/sora-2/llms.txt) - [Sora 2 Pro](https://lumenfall.ai/models/openai/sora-2-pro): [OpenAI](https://lumenfall.ai/models/openai) | [About](https://lumenfall.ai/models/openai/sora-2-pro/about) | [API](https://lumenfall.ai/models/openai/sora-2-pro/api) | [Providers](https://lumenfall.ai/models/openai/sora-2-pro/providers) | [Use Cases](https://lumenfall.ai/models/openai/sora-2-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/openai/sora-2-pro/llms.txt) - [Stable Diffusion 3.5 Large](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large): [Stability AI](https://lumenfall.ai/models/stability-ai) | [About](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large/about) | [API](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large/api) | [Providers](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large/providers) | [Use Cases](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large/use-cases) | [llms.txt](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large/llms.txt) - [Stable Diffusion 3.5 Large Turbo](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo): [Stability AI](https://lumenfall.ai/models/stability-ai) | [About](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo/about) | [API](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo/api) | [Providers](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo/providers) | [Use Cases](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo/use-cases) | [llms.txt](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-large-turbo/llms.txt) - [Stable Diffusion 3.5 Medium](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium): [Stability AI](https://lumenfall.ai/models/stability-ai) | [About](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium/about) | [API](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium/api) | [Providers](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium/providers) | [Use Cases](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium/use-cases) | [llms.txt](https://lumenfall.ai/models/stability-ai/stable-diffusion-3.5-medium/llms.txt) - [Vidu Q2](https://lumenfall.ai/models/shengshu-technology/vidu-q2): [ShengShu Technology](https://lumenfall.ai/models/shengshu-technology) | [About](https://lumenfall.ai/models/shengshu-technology/vidu-q2/about) | [API](https://lumenfall.ai/models/shengshu-technology/vidu-q2/api) | [Providers](https://lumenfall.ai/models/shengshu-technology/vidu-q2/providers) | [Use Cases](https://lumenfall.ai/models/shengshu-technology/vidu-q2/use-cases) | [llms.txt](https://lumenfall.ai/models/shengshu-technology/vidu-q2/llms.txt) - [Wan 2.5 (Preview)](https://lumenfall.ai/models/alibaba/wan-2.5-preview): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/wan-2.5-preview/about) | [API](https://lumenfall.ai/models/alibaba/wan-2.5-preview/api) | [Providers](https://lumenfall.ai/models/alibaba/wan-2.5-preview/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/wan-2.5-preview/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/wan-2.5-preview/llms.txt) - [Wan 2.6](https://lumenfall.ai/models/alibaba/wan-2.6): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/wan-2.6/about) | [API](https://lumenfall.ai/models/alibaba/wan-2.6/api) | [Providers](https://lumenfall.ai/models/alibaba/wan-2.6/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/wan-2.6/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/wan-2.6/llms.txt) - [Wan 2.7](https://lumenfall.ai/models/alibaba/wan-2.7): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/wan-2.7/about) | [API](https://lumenfall.ai/models/alibaba/wan-2.7/api) | [Providers](https://lumenfall.ai/models/alibaba/wan-2.7/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/wan-2.7/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/wan-2.7/llms.txt) - [Wan 2.7 Pro](https://lumenfall.ai/models/alibaba/wan-2.7-pro): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/wan-2.7-pro/about) | [API](https://lumenfall.ai/models/alibaba/wan-2.7-pro/api) | [Providers](https://lumenfall.ai/models/alibaba/wan-2.7-pro/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/wan-2.7-pro/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/wan-2.7-pro/llms.txt) - [Z-Image Turbo](https://lumenfall.ai/models/alibaba/z-image-turbo): [Alibaba](https://lumenfall.ai/models/alibaba) | [About](https://lumenfall.ai/models/alibaba/z-image-turbo/about) | [API](https://lumenfall.ai/models/alibaba/z-image-turbo/api) | [Providers](https://lumenfall.ai/models/alibaba/z-image-turbo/providers) | [Use Cases](https://lumenfall.ai/models/alibaba/z-image-turbo/use-cases) | [llms.txt](https://lumenfall.ai/models/alibaba/z-image-turbo/llms.txt) ## Model Creators Each creator has a dedicated page listing all their published models. Available at `/models/:creator`. - [Alibaba](https://lumenfall.ai/models/alibaba) - [Black Forest Labs](https://lumenfall.ai/models/black-forest-labs) - [ByteDance](https://lumenfall.ai/models/bytedance) - [Google](https://lumenfall.ai/models/google) - [HiDream AI](https://lumenfall.ai/models/hidream-ai) - [Kuaishou](https://lumenfall.ai/models/kuaishou) - [Leonardo AI](https://lumenfall.ai/models/leonardo-ai) - [OpenAI](https://lumenfall.ai/models/openai) - [PrunaAI](https://lumenfall.ai/models/prunaai) - [Recraft AI](https://lumenfall.ai/models/recraft-ai) - [Reve AI](https://lumenfall.ai/models/reve-ai) - [ShengShu Technology](https://lumenfall.ai/models/shengshu-technology) - [Sourceful](https://lumenfall.ai/models/sourceful) - [Stability AI](https://lumenfall.ai/models/stability-ai) - [Vyro AI](https://lumenfall.ai/models/vyro-ai) - [fal](https://lumenfall.ai/models/fal) - [xAI](https://lumenfall.ai/models/xai) ## Arena & Leaderboard The Arena lets users compare AI image models in blind head-to-head matchups. Community votes determine Elo-based rankings on the leaderboard. See the [Methodology](https://lumenfall.ai/arena/methodology) page for details on the TrueSkill ranking algorithm and voting process. ### Leaderboard Categories The leaderboard is organized into categories. Each category page shows rankings filtered to challenges in that category. **Text To Image**: [Text Rendering](https://lumenfall.ai/arena/text-to-image/text-rendering), [Photorealism](https://lumenfall.ai/arena/text-to-image/photorealism), [Product, Branding & Commercial](https://lumenfall.ai/arena/text-to-image/product-branding-commercial), [Portrait](https://lumenfall.ai/arena/text-to-image/portrait) **Image Editing**: [Photorealism](https://lumenfall.ai/arena/image-editing/photorealism), [Anime](https://lumenfall.ai/arena/image-editing/anime), [Portrait](https://lumenfall.ai/arena/image-editing/portrait) ### Challenge Pages Each arena challenge has a dedicated leaderboard page showing how all competing models performed. There are currently { => 63, => 72, => 69, => 39, => 57, => 45, => 63, => 48, => 39, => 75, => 51, => 63, => 45, => 42, => 43, => 39, => 63, => 57} active challenges. Challenge pages are available at `/arena/:competition_type/:competition_id` (competition IDs are prefixed with `comp_`). ### Model Comparisons Head-to-head comparison pages are available for any two models that share arena challenges. Each comparison page includes win rates across shared challenges and per-challenge AI judge analysis with pros/cons for each model. Comparison pages use canonical alphabetical slug ordering. URL pattern: `/compare/:slug_a/:slug_b` Example: To compare `flux-1.1-pro` and `gpt-image-1`, visit `/compare/flux-1.1-pro/gpt-image-1`. Each model page also has a "Use Cases" tab (`/models/:creator/:slug/use-cases`) showing per-category performance across arena challenge categories. ## Blog Categories - [Announcements](https://lumenfall.ai/blog/category/announcements) - [Market Landscape](https://lumenfall.ai/blog/category/market-landscape) - [State of AI Media Generation](https://lumenfall.ai/blog/category/state-of-ai-media-generation) - [Tutorials](https://lumenfall.ai/blog/category/tutorials) ## Recent Blog Posts - [Which AI Makes the Best Images? We Had Humans Vote 3,500 Times to Find Out](https://lumenfall.ai/blog/which-ai-makes-the-best-images-we-had-humans-vote-3-500-times-to-find-out) - [The Hidden Complexity of AI Image Generation](https://lumenfall.ai/blog/the-hidden-complexity-of-ai-image-generation) - [Top 5 Alternatives to Replicate for AI Image Generation in 2026](https://lumenfall.ai/blog/top-5-alternatives-to-replicate-for-ai-image-generation-in-2026) - [Top 5 Alternatives to fal.ai for AI Image Generation in 2026](https://lumenfall.ai/blog/top-5-alternatives-to-fal-ai-for-ai-image-generation-in-2026) - [The 5 Best AI Gateways for Developers in 2026](https://lumenfall.ai/blog/the-5-best-ai-gateways-for-developers-in-2026) - [How to Build an AI Image Generator in 10 Minutes with Lumenfall](https://lumenfall.ai/blog/how-to-build-an-ai-image-generator-in-10-minutes-with-lumenfall)