---
title: "MiniMax Text to Speech"
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/minimax/minimaxtexttospeech
markdown: https://docs.nodetool.ai/nodes/minimax/minimaxtexttospeech.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/minimax/minimaxtexttospeech.md
---

# MiniMax Text to Speech

**Type:** `minimax.TextToSpeech`

**Namespace:** `minimax`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` | The text to convert to speech (up to 10,000 characters). | `Hello, how are you?` |
| voice_id | `str` |  | - |
| model | `enum` | The MiniMax speech model to use. | `speech-2.6-hd` |
| emotion | `enum` | Emotional tone of the speech. 'auto' lets the model decide from the text. | `auto` |
| speed | `float` | Speech speed multiplier. | `1` |
| volume | `float` | Output volume. | `1` |
| pitch | `int` | Pitch shift in semitones. | `0` |
| language_boost | `enum` | Bias pronunciation toward a language. 'auto' autodetects from the text. | `auto` |
| format | `enum` | Output audio format. | `mp3` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `audio` |  |

## Related Nodes

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