Text Generation
4 min
text generation workflows use large language models (llms) to generate, rewrite, summarize, and analyze text from prompts use them for content creation, coding assistance, brainstorming, research, documentation, and q\&a overview text generation workflows use llms to produce and transform text from your prompts this example uses the qwen3 5 9b model to generate text from a user prompt, with optional image input, so the model can understand both text and visual content multimodal (note style) because this model accepts images as well as text, you can ask questions about an image, extract information from it, or generate descriptions, not just work from text alone what you'll learn generate text from prompts use llms for content creation generate code and technical content analyze images alongside text prompts adjust generation settings for different outputs example workflow enter your prompt in the string (multiline) node, type the instruction or question you want the model to respond to examples write a product description for a smartwatch summarize this article in three paragraphs create a java calculator application explain machine learning in simple terms configure generation settings the textgenerate node controlshow the model responds (see the settings table below) for most use cases, the defaults work well without changes (optional) add an image connect an image to the workflow if you want the model to analyze visual input alongside your prompt run the workflow click run the model processes your prompt (and image, if provided) and generates a response review the output the response appears in the preview as text node review it, copy the text, and use it in your projects