Linux 软件免费装

AI Provider for fal.ai

开发者 iamkingsleyf
kraftysprouts
更新时间 2026年8月27日 02:29
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

ai image-generation flux connectors fal

下载

1.1.12

详情介绍:

AI Provider for fal.ai is a standalone WordPress plugin. It integrates fal.ai with the WordPress AI Client and Connectors APIs. It is not tied to any other commercial plugin. Any theme, plugin, or custom code that uses wp_ai_client_prompt()->generateImage() can use fal once this provider is active and an API key is configured. After you activate the plugin and save a fal API key under Settings → Connectors, image generation requests that the AI Client routes to fal run through Flux, Recraft, and related models — without each consumer embedding fal-specific HTTP code or storing API keys itself. Features Requirements This plugin does not contact fal until another plugin or custom code requests image generation through the AI Client, or until Connectors checks provider availability.

安装:

  1. Upload the ai-provider-for-fal-ai folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.
  2. Activate AI Provider for fal.ai through the Plugins screen.
  3. Go to Settings → Connectors, open the fal.ai card, enter your API key, and save. Alternatively, define the FAL_KEY environment variable or PHP constant.
  4. Call image generation from any AI Client consumer (core features, third-party plugins, or your own code).

升级注意事项:

1.1.6 Clearer generation notice and auto-save after featured-image generation completes. 1.1.5 Prevents duplicate featured-image generation clicks (and extra fal charges) when the editor sidebar switches. 1.1.4 Uses fal’s queue API so slow image models no longer time out while fal still finishes the job. 1.1.3 Connectors no longer reports fal as Connected without an API key. 1.0.1 Plugin Check / WordPress.org compliance fixes. 1.0.0 Initial release. Activate, then add your fal API key under Settings → Connectors.

常见问题:

How do I get a fal.ai API key?

Create an account at fal.ai and generate a key under Dashboard → Keys.

Does this plugin store my API key?

No. Keys are stored by WordPress Connectors (encrypted), or you can supply FAL_KEY via environment / wp-config.php constant. This plugin does not write its own options for credentials.

Does this plugin work without the WordPress AI Client?

No. On WordPress 7.0+ the AI Client is built in. On WordPress 6.9 you must have the PHP AI Client package available. Without it, the plugin loads but does not register a provider.

Which models are available?

Version 1.1.0 ships a static catalog including Seedream 5.0 Pro, GPT Image 2, Nano Banana Pro, Nano Banana 2, Flux Schnell/Dev/Pro/Ultra, and Recraft V3. Prefer a model with using_model_preference() / provider preference APIs when your consumer supports it; otherwise the AI Client selects a suitable image-capable model.

Who can use this provider?

Anyone. It registers with the shared WordPress AI Client registry. Themes, plugins, mu-plugins, and custom PHP that call wp_ai_client_prompt() can request images once fal is configured in Connectors.

What data leaves my site?

When image generation runs, the fal API key and the text prompt (plus generation parameters such as image size) are sent to fal.ai. See External services.

更新日志:

1.1.12 1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0