---
title: "TTS Model Input"
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/input/ttsmodelinput
markdown: https://docs.nodetool.ai/nodes/nodetool/input/ttsmodelinput.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/input/ttsmodelinput.md
---

# TTS Model Input

**Type:** `nodetool.input.TTSModelInput`

**Namespace:** `nodetool.input`

## Description

Accepts a text-to-speech model as a parameter for workflows.
    input, parameter, model, tts, speech, voice

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The parameter name for the workflow. | `` |
| value | `tts_model` | The text-to-speech model to use as input. | `{"type":"tts_model","provider":"empty","id":"",...` |
| description | `str` | The description of the input for the workflow. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `tts_model` |  |

## Related Nodes

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