
Text to Image
Create AI images from text prompts
Ultra-fast video generation by Vidu Q3 Turbo API with smooth motion, high stability. Lowest cost-per-video for high-traffic applications requiring rapid output. Built for free testing and stable API workflows.
// Step 1: Submit generation request
const response = await fetch('https://api.flaq.ai/api/v1/video/task', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model_name: 'viduq3-turbo-text-to-video',
prompt: 'A cinematic drone shot over misty mountains at sunrise, slow parallax, soft golden light',
aspect_ratio: '16:9',
resolution: '720p',
duration: 5,
sound: true,
bgm: false,
style: 'general',
seed: 42
})
});
const { data } = await response.json();
const taskId = data.task_id;
// Step 2: Poll for results
const taskId = data.task_id;
const pollResult = async (taskId) => {
const res = await fetch(`https://api.flaq.ai/api/v1/video/${taskId}`, {
headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
});
return res.json();
};
while (true) {
const pollResultData = await pollResult(taskId);
const status = pollResultData.data.task_status;
if (status === 'succeed') {
console.log(pollResultData.data.task_result.videos[0].url);
break;
}
if (status === 'failed') {
console.error(pollResultData.data.task_status_msg);
break;
}
await new Promise(resolve => setTimeout(resolve, 10000));
}
# Step 1: Submit generation request
import requests
response = requests.post(
'https://api.flaq.ai/api/v1/video/task',
headers={
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
json={
'model_name': 'viduq3-turbo-text-to-video',
'prompt': 'A cinematic drone shot over misty mountains at sunrise, slow parallax, soft golden light',
'aspect_ratio': '16:9',
'resolution': '720p',
'duration': 5,
'sound': True,
'bgm': False,
'style': 'general',
'seed': 42
}
)
result = response.json()
task_id = result['data']['task_id']
# Step 2: Poll for results
task_id = response.json()['data']['task_id']
poll_url = f"https://api.flaq.ai/api/v1/video/{task_id}"
while True:
poll_result = requests.get(poll_url, headers={'Authorization': 'Bearer YOUR_API_KEY'}).json()
status = poll_result['data']['task_status']
if status == 'succeed':
print(poll_result['data']['task_result']['videos'][0]['url'])
break
if status == 'failed':
print(poll_result['data']['task_status_msg'])
break
time.sleep(10)
curl -X POST https://api.flaq.ai/api/v1/video/task \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model_name": "viduq3-turbo-text-to-video",
"prompt": "A cinematic drone shot over misty mountains at sunrise, slow parallax, soft golden light",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": 5,
"sound": true,
"bgm": false,
"style": "general",
"seed": 42
}'
# Step 2: Poll for results
# Replace {task_id} with the task_id returned from the submit response
curl -X GET "https://api.flaq.ai/api/v1/video/{task_id}" \
-H "Authorization: Bearer YOUR_API_KEY"
| Parameters | Price | Original Price | Discount |
|---|
Vidu Q3 Turbo Text-to-Video API delivers cost-effective, high-speed AI video generation for developers and creative teams. This fast text-to-video API integration enables you to transform text descriptions into professional video clips at 540p, 720p, or 1080p resolution across 1–15 second durations. Built on Shengshu Technology's Q3 architecture, Vidu Q3 Turbo combines rapid processing with flexible sound and style controls for high-volume production workflows on Flaq AI.
sound and bgm parametersNote Please ensure your prompts comply with Vidu's content safety guidelines. If an error occurs, review your prompt for restricted content, adjust it, and try again.
Vidu Q3 Turbo vs. Vidu Q3 Pro Text-to-Video Vidu Q3 Pro delivers enhanced motion fidelity and premium rendering quality. Vidu Q3 Turbo prioritizes speed and cost-efficiency, making it the preferred choice for high-volume workflows where turnaround matters most.
Vidu Q3 Turbo vs. Kling Video O3 Standard Text-to-Video Kling Video O3 Standard offers MVL-powered scene reasoning with optional audio effects and extended duration up to 15 seconds. Vidu Q3 Turbo differentiates through Smart Cuts multi-shot storytelling, multi-resolution output, and built-in sound controls.
Vidu Q3 Turbo vs. Sora (OpenAI) Sora offers strong creative versatility and extended duration capabilities. Vidu Q3 Turbo Text-to-Video API differentiates through Smart Cuts storytelling, multi-resolution output, and flexible sound controls.
Vidu Q3 Turbo vs. Runway Gen-3 Alpha Runway Gen-3 Alpha provides robust creative controls and artistic flexibility. Vidu Q3 Turbo API offers fast processing speeds, multi-resolution options, and seamless integration into production workflows.
Vidu Q3 Turbo vs. Grok Imagine Text-to-Video (xAI) Grok Imagine Text-to-Video leverages xAI's Aurora engine for multi-style video generation. Vidu Q3 Turbo differentiates through multi-resolution pricing tiers, Smart Cuts multi-shot storytelling, and extended duration up to 15 seconds—making it versatile for diverse high-volume video generation workflows.
Explore several AI creation tools for quick image and video workflows in your browser, then scale successful ideas with Flaq AI's production-ready model APIs. Flaq AI provides a unified API layer for all models, making it easy to use and scale your workflows.

Create AI images from text prompts

Create AI images from images and text prompts

Create AI videos from text prompts

Animate images into AI videos

Create AI images and videos in one unified workspace

Create consistent videos from reference media