Hermes built-in image generation backend excerpt
Sources:
- /home/ubuntu/repos/hermes-agent-v0.8.0/tools/image_generation_tool.py
- /home/ubuntu/repos/hermes-agent-v0.8.0/toolsets.py
- /home/ubuntu/repos/hermes-agent-v0.8.0/website/docs/user-guide/features/image-generation.md
Captured on: 2026-04-11
Status: immutable raw excerpt
Excerpt(摘录)
Hermes code and docs currently show one built-in image generation tool:
- Tool name: image_generate
- Backend: FAL.ai
- Default model: fal-ai/flux-2-pro
- Upscaler: fal-ai/clarity-upscaler
- Availability: active when FAL_KEY is set, or when a managed fal queue gateway is configured
Relevant code/doc excerpts:
- image_generation_tool.py: “This module provides image generation tools using FAL.ai’s FLUX 2 Pro model with automatic upscaling via FAL.ai’s Clarity Upscaler”
- image_generation_tool.py: DEFAULT_MODEL = “fal-ai/flux-2-pro”
- image_generation_tool.py: UPSCALER_MODEL = “fal-ai/clarity-upscaler”
- image_generation_tool.py: registry.register(name=“image_generate”, toolset=“image_gen”, …)
- toolsets.py: core tools include “image_generate”
- docs/image-generation.md: “Hermes Agent can generate images from text prompts using FAL.ai’s FLUX 2 Pro model”
- docs/image-generation.md: “The image generation tool is automatically available when FAL_KEY is set”
Searches across tools/ and website/docs/ for a built-in video generation tool returned no matches for video generation tool names such as generate_video or video generation.