| 开发者 | aslamdoctor |
|---|---|
| 更新时间 | 2026年4月14日 12:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
wp_ai_client_prompt()wp_ai_client_prompt()->generate_image()hugging_face_ai_provider_models and hugging_face_ai_provider_image_models filters/wp-content/plugins/ai-provider-for-hugging-face directory.The plugin dynamically fetches the top 20 most popular text and image generation models from HuggingFace, updated every 12 hours. You can also add any model via the Custom Models field in Settings > Hugging Face, or using the hugging_face_ai_provider_models and hugging_face_ai_provider_image_models filters.
Models on the free "hf-inference" provider work without credits. Other providers (fal-ai, replicate, etc.) require pre-paid HuggingFace credits. The plugin automatically selects the best available provider, preferring the free tier.
Yes. Use the hugging_face_ai_provider_base_url filter for text generation or hugging_face_ai_provider_image_url filter for image generation to point to your own inference instance.
Text generation and image generation. Video generation support may be added in future versions.