ai_featured_image
2 sites
No security coverage
AI Featured Image is a Drupal 11 module that automatically generates featured images for new nodes using artificial intelligence. Leveraging the DALL·E API (OpenAI), it creates a unique image based on the node's title and content, and automatically assigns it to the configured image field.
Ideal for news sites, blogs, government portals, or any site that needs to visually enrich its content without relying on a designer.
Key Features
- Per content type configuration: enable automatic image generation only for the bundles you select.
- Configurable image field: specify the field where the generated image will be stored.
- Custom prompt: define a template to describe what the AI should generate (e.g., Header about: [title] - [body]).
- Placeholder replacement: automatically replaces [title], [body], and other fields.
- Integration with DALL·E (OpenAI): directly calls the API to generate the image.
- Automatic storage: the image is saved in public://ai_images/ as a File entity.
Requirements
- An OpenAI account with access to the image generation API (DALL·E).
- A valid API key.
- HTTPS connection enabled on the server.
- An image field (e.g., field_image) configured on the target content types.
How to Use
- Install the module as usual (via Composer or manually).
- Go to the configuration page: /admin/config/content/ai-featured-image
- Enter your OpenAI API Key.
- Select the content types where the feature should apply.
- Specify the image field (e.g., field_image).
- Optionally, customize the prompt to generate more relevant images.
Roadmap (future versions)
- Support for Media fields.
- Preview image before saving.
- Support for other models (Stable Diffusion, Replicate, Gemini, Claude).
- Usage limits per user or role.
- Integration with editorial workflows.