Blocks
Vision
Analyze images with vision models
Process visual content with customizable prompts to extract insights and information from images.
Toolsvision
Block Preview
Vision
Analyze images with vision models
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the vision block with monitoring enabled in production.
Inputs (UI)
Image URL
short-inputPlaceholder: Enter publicly accessible image URL
Layout: full
Vision Model
dropdownLayout: half
Options: gpt-4o, claude-3-opus-20240229, claude-3-sonnet-20240229
Prompt
long-inputPlaceholder: Enter prompt for image analysis
Layout: full
API Key
short-inputPlaceholder: Enter your API key
Layout: full
Inputs (API)
apiKey
stringRequired
imageUrl
stringRequired
model
stringOptional
prompt
stringOptional
Outputs
Primary response type:
{
"content": "string",
"model": "string",
"tokens": "number"
}Tool Access
vision_tool