Docs menu
On this page

Text

The Text node holds a block of text you write yourself, and feeds it to any other node that accepts text, such as an LLM's Prompt or Texts input, an Image or Video node's Prompt, or a Voice node's Text input.

What it does

This node is source only: it never receives a connection from another node, it only sends its own text out. It has no model, no provider, and nothing to configure beyond the text itself.

Output: a single Text handle.

Using it

  1. Add a Text node to your canvas.
  2. Type or paste your text into the box ("Write text to feed connected nodes...").
  3. Connect its Text output to any node that accepts text.

Use the Copy button in the settings bar to copy the text elsewhere. There's no Run button on this node, since there's nothing to generate, it's static content you wrote yourself.