FAL FLUX.2 Pro and Clarity Upscaler pricing excerpt
Sources:
- https://fal.ai/flux-2
- https://fal.ai/models/fal-ai/clarity-upscaler
- /home/ubuntu/repos/hermes-agent-v0.8.0/tools/image_generation_tool.py
Captured on: 2026-04-11
Status: immutable raw excerpt
Excerpt(摘录)
FLUX.2 [pro]:
- fal landing page lists FLUX.2 [pro] at $0.030 / MP
Clarity Upscaler:
- fal model page states: Your request will cost $0.03 per megapixel
Hermes image tool wiring:
- DEFAULT_MODEL = fal-ai/flux-2-pro
- UPSCALER_MODEL = fal-ai/clarity-upscaler
- Hermes image generation tool performs automatic 2x upscaling after generation
Use note:
In Hermes’ current built-in image_generate flow, FLUX.2 Pro and Clarity Upscaler are chained together by default.
Clarity Upscaler exists as an independent FAL model and can be called separately in principle, but Hermes does not expose it as a standalone built-in tool.