# ComfyUI Node Documentation: ByteDance Seed

## Overview

Generate text responses using ByteDance's Seed 2.0 models. Provide a text prompt and optionally include images or videos for multimodal context.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `prompt` | Text input to the model. | STRING | Yes | N/A |
| `model` | The Seed model used to generate the response. | COMBO | Yes | `"Seed 2.0 Pro"`<br>`"Seed 2.0 Lite"`<br>`"Seed 2.0 Mini"` |
| `seed` | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 0) | INT | Yes | 0 to 2147483647 |
| `system_prompt` | Foundational instructions that dictate the model's behavior. (default: "") | STRING | No | N/A |

**Note on `model` parameter:** The `model` parameter is a dynamic combo that also accepts images and videos. You can connect image and video inputs to this parameter to provide multimodal context. A maximum of 20 images and 4 videos are supported per request.

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `output` | The generated text response from the Seed model. | STRING |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ByteDanceSeedNode/en.md)

---
**Source fingerprint (SHA-256):** `676c53f00c5368e145a1241f376d2c1624a11e4c06f691c3416ae5e2e46d5c71`
