How to Generate Content & Media with AI
Learn how to use AI to generate text, images, audio, video and and more.
Last updated
Learn how to use AI to generate text, images, audio, video and and more.
Last updated
This guide walks through the process of generating four types of AI content in a single MindStudio agent:
Text
Image
Audio
Video
You’ll also learn how to structure your prompts, connect blocks, and display all content together using a unified layout.
MindStudio supports generation of:
Text: Articles, emails, scripts, summaries, and more.
Image: AI-generated visuals from prompts.
Audio: Text-to-speech conversion using voice models.
Video: Short clips based on prompt descriptions.
Each content type has its own dedicated block, model settings, and display method.
We’ll create an agent that takes a single topic input and produces:
A long-form article
A relevant cover image
Audio narration of the article
A related short video
Add a User Input block.
Use Long Text.
Variable name: topic
Label: “What would you like your long-form article to be about?”
Add a Generate Text block.
Prompt:
Save the output to variable: text
Add another Generate Text block.
Prompt:
Save to variable: image_description
Add a Generate Image block.
Use {{ image_description }}
as the image prompt.
Output variable: image
Use your preferred model (e.g., Ideogram V2)
Optional: Set aspect ratio (e.g., 16:10
)
Add a Text to Speech block.
Input: {{ text }}
Output variable: audio
Choose a model and voice (e.g., ElevenLabs → Callum, Turbo 2.5)
Add another Generate Text block.
Prompt:
Save to variable: video_description
Add a Generate Video block.
Use {{ video_description }}
as the prompt.
Output variable: video
Select a video model (e.g., Ray 2)
Add a Display Content block and use the following syntax:
Alternatively, copy snippets from QuickHelp in the editor for image, audio, and video.
When previewed:
The agent will collect a topic.
AI will generate a markdown-formatted article.
An image, audio narration, and video will be produced from the article.
All outputs are combined into a clean, unified display.
To generate rich AI media in MindStudio:
Use content-specific generation blocks.
Structure prompts clearly and use variables throughout.
Save outputs to variables.
Use the Display Content block with proper syntax to render media.
This pattern allows for powerful, engaging AI experiences from just a single input. Experiment with other media types, models, and formatting to further customize your AI agents.