---
title: "Summarization"
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/huggingface/summarization
markdown: https://docs.nodetool.ai/nodes/huggingface/summarization.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/summarization.md
---

# Summarization

**Type:** `huggingface.Summarization`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Summarization model repo id. | `facebook/bart-large-cnn` |
| inputs | `str` | The text to summarize. | `` |
| max_length | `int` | Maximum length of the summary in tokens (0 = model default). | `0` |
| min_length | `int` | Minimum length of the summary in tokens (0 = model default). | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

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