Text to Video
Advanced options
What You Can Create
9 Visual Styles
Switch between cinematic, film-noir, anime, photorealistic and five more presets. One prompt, nine different looks, no lens or lighting jargon needed.
Flexible Aspect Ratios
Render 16:9 for YouTube, 9:16 for TikTok and Instagram Reels, or 1:1 for feed posts. Choose the frame up front and skip cropping the video later.
2 to 12 Seconds
Two-second clips are free with no account, three once you sign up, up to twelve with tokens. Long enough for intros, B-roll and social media hooks.
Negative Prompts
Name what you do not want, from blur and on-screen text to watermarks, and the model steers around it. The quickest fix for a nearly-right clip.
GPU-Powered
Pick a self-hosted model and your clip renders on our own A100 servers running Wan 2.2 or CogVideoX, so the prompt never reaches a third-party API. Most finish in under two minutes.
Instant Download
Take the finished MP4 straight from the browser: no watermark, no render queue, no email required. Re-run the same prompt as often as you like.
How to Use Text to Video
Open Text to Video
Open Text to Video on Rewind.ai. No account needed to start.
Add your input
Enter your text or upload a file, then set any options Text to Video offers.
Get the result
Text to Video runs on our own GPU servers and returns a result in seconds. Download it, copy it, or share the link.
Rewind.ai has 400+ AI tools beyond video generation.
Use this tool via API
Call this tool straight from your own scripts. The endpoint follows the OpenAI REST format and signs requests with a bearer token, so client libraries you already use keep working. You are billed the same token rate as the web app.
curl -X POST https://api.rewind.ai/v1/videos/generations \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"model": "bytedance/seedance-1-5-pro", "prompt": "a hummingbird hovering near a hibiscus", "aspectRatio": "1:1", "duration": "4s"}'