內容簡介
AI Provider for fal.ai 是一款獨立的 WordPress 外掛,能夠將 fal.ai 與 WordPress 的 AI Client 和 Connectors API 整合,提供簡便的圖像生成服務,無需額外的 HTTP 代碼或 API 金鑰儲存。
【主要功能】
• 支援多種圖像生成模型,如 Seedream 5.0 Pro 和 GPT Image 2
• 自動出現在設定 → 連接器中進行 API 金鑰驗證
• 使用 fal 的官方 FAL_KEY 環境變數進行設定
• 正確發送 fal 所需的授權標頭
外掛標籤
開發者團隊
原文外掛簡介
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
Image generation with Seedream 5.0 Pro, GPT Image 2, Nano Banana Pro/2, Flux, and Recraft V3
Appears automatically on Settings → Connectors (API key authentication)
Uses fal’s official FAL_KEY environment variable / PHP constant when set
Sends the correct Authorization: Key … header required by fal
Requirements
PHP 7.4 or higher
WordPress 7.0 or higher (built-in AI Client), or WordPress 6.9 with the php-ai-client package available
A fal.ai API key from fal.ai Dashboard → Keys
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.
External services
This plugin connects to the fal.ai Model APIs to generate images when an AI Client consumer requests it.
Endpoints: https://queue.fal.run/ (submit / status / result), https://api.fal.ai/v1/models/requests/by-endpoint (authenticated request-history recovery), and related fal CDN URLs for completed images. Legacy sync https://fal.run/ is not used by this provider’s image path.
Data sent: fal API key (Authorization: Key … header); prompt text and generation parameters supplied by the calling code.
When: only when a consumer requests image generation through the AI Client or via FalQueueClient, or when Connectors validates that the provider is configured/available.
Service provider: fal.ai
Terms: https://fal.ai/legal/terms-of-service
Privacy: https://fal.ai/legal/privacy-policy
You are responsible for complying with fal’s terms and with applicable privacy laws for any content you send.
Privacy
This plugin does not set cookies, does not track users, and does not phone home to the plugin author beyond normal plugin updates after listing on WordPress.org.
API credentials are handled by WordPress Connectors (or FAL_KEY). Generated image binaries are returned to the calling code (for example to sideload into the Media Library); this plugin does not persist generation history of its own.
