generate_article_hero_image
Create a hero banner image for blog posts and articles using title and summary. Supports brand style hints and platform-specific aspect ratios.
Instructions
Generate a hero banner image for a blog post, article, or editorial page. Creates an AI-generated visual from the title and summary — ideal for CMS hero banners, newsletter headers, and article thumbnails. Use this when you need to create a featured image, hero graphic, or cover illustration for written content. Supports brand style hints and reference images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the article, email, or post. Used to derive visual style and subject. | |
| summary | No | Short summary or body text to guide image composition. If omitted, title alone is used. | |
| content_type | No | Type of content this image supports (blog, newsletter, email, social). Defaults to blog. | |
| tone | No | Desired emotional tone (e.g. "professional", "playful", "urgent"). Optional. | |
| brand_style | No | Brand aesthetic descriptor (e.g. "minimalist dark", "bold colorful"). Optional. | |
| target_platform | No | Platform this image targets, used to pick aspect ratio and style conventions. | |
| aspect_ratio | No | Explicit aspect ratio override (e.g. "16:9", "1:1", "4:5"). Optional. | |
| reference_images | No | Optional reference images with roles (e.g. brand logo, style reference). | |
| size | No | Output image dimensions. Defaults to 1024x1024. |