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

# MiniMax Text to Image

**Type:** `minimax.TextToImage`

**Namespace:** `minimax`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | The MiniMax image model to use. | `image-01` |
| prompt | `str` | Text prompt describing the desired image. | `A cat holding a sign that says hello world` |
| negative_prompt | `str` | Describe what to avoid in the image. | `` |
| aspect_ratio | `enum` | Aspect ratio of the generated image. | `1:1` |
| prompt_optimizer | `bool` | Let MiniMax automatically refine the prompt before generating. | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

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