Describe Image (Image to Text)

Extract a text description from an image using Claude Sonnet vision, with configurable detail levels.

Overview

Describe Image (internally image-to-text) analyzes an input image using Claude Sonnet’s multimodal vision capability and produces a text description. It supports three detail levels (brief, detailed, structured) and an optional custom prompt for specialized descriptions. This is a sync HTTP node – it calls the Anthropic API directly rather than queuing a BullMQ job. The output is text, not an image.

Configuration

Field Type Default Description
Detail Level select "detailed" Controls description depth: brief (1-2 sentences), detailed (3-6 sentences, flowing prose), structured (labeled sections: Subject, Setting, Colors, Lighting, Mood, Details)
Custom Prompt text "" Optional override for the system prompt. When provided, replaces the default detail-level prompt entirely. Max 2000 characters.
Model select Gemini 3.6 Flash Any vision-capable LLM. Drives capability and credit tier.
Effort select Auto Reasoning effort for models that support it.
Advanced mode boolean false Gemini models only. Runs the model on the provider’s own API so Temperature and Max Tokens actually apply. Bills one credit tier up; disabled with an inline reason on other models.
promptPrefix / promptSuffix text Optional pre/post text wrapped around the prompt at run time (settings panel → Pre & post text; hidden from app users; captured by presets). See Prompt pre & post text.

Inputs & Outputs

Inputs:

Outputs:

This node uses Claude Sonnet exclusively via the Anthropic API. There is no provider selection – the model is fixed.

Best Practices

Common Use Cases

Tips