---
title: "Image Agent"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/agents/imageagent
markdown: https://docs.nodetool.ai/nodes/nodetool/agents/imageagent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/agents/imageagent.md
---

# Image Agent

**Type:** `nodetool.agents.ImageAgent`

**Namespace:** `nodetool.agents`

## Description

Analyze and transform images with a vision model from a prompt.
    agent, image, vision, transform, analysis

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `language_model` | Model used for image prompts. | `{"type":"language_model","provider":"empty","id...` |
| image | `list[image]` | Optional image inputs for image reasoning tasks. Accepts a list, or a single Image (auto-wrapped). | `[]` |
| prompt | `str` | Prompt describing the image task. | `` |
| timeout_seconds | `int` | Maximum runtime for agent execution. | `90` |
| max_output_chars | `int` | Maximum serialized output chars before truncation. | `120000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| image | `image` |  |
| text | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.agents](./) namespace.
