ลด 50% โมเดล Vidu Q3 และ Q3 Pro · เฉพาะที่ WaveSpeedAI | 20 พ.ค. – 2 มิ.ย.

Vidu Text to Image Q2

vidu /

Vidu Text-to-Image Q2 converts text prompts into high-quality images with exceptional visual detail and creative flexibility. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

text-to-image
อินพุต

ว่าง

Commercial food photography, extreme macro close-up. A wooden dipper pulling up thick, golden honey from a jar. The honey is translucent and glowing in the sunlight. A few pollen particles floating in the air. Background is a blurred garden. Mouth-watering texture, warm tone, high fidelity, subsurface scattering.

$0.03ต่อครั้ง·~33 / $1

ต่อไป:

ตัวอย่างดูทั้งหมด

Commercial food photography, extreme macro close-up. A wooden dipper pulling up thick, golden honey from a jar. The honey is translucent and glowing in the sunlight. A few pollen particles floating in the air. Background is a blurred garden. Mouth-watering texture, warm tone, high fidelity, subsurface scattering.

Commercial food photography, extreme macro close-up. A wooden dipper pulling up thick, golden honey from a jar. The honey is translucent and glowing in the sunlight. A few pollen particles floating in the air. Background is a blurred garden. Mouth-watering texture, warm tone, high fidelity, subsurface scattering.

Hyper-realistic portrait of an elderly tribal elder with weathered, leathery skin deep in a rainforest. Every wrinkle and pore is visible. Raindrops sitting on the skin. Intricate colorful feather headdress. Rim lighting from the side highlighting the fine facial fuzz and floating dust particles. Intense gaze, cinematic lighting, shot on 70mm lens, IMAX quality.

Hyper-realistic portrait of an elderly tribal elder with weathered, leathery skin deep in a rainforest. Every wrinkle and pore is visible. Raindrops sitting on the skin. Intricate colorful feather headdress. Rim lighting from the side highlighting the fine facial fuzz and floating dust particles. Intense gaze, cinematic lighting, shot on 70mm lens, IMAX quality.

A futuristic cyberpunk megastructure city built vertically inside a massive cave system. Neon lights in teal and orange illuminating the fog. Hundreds of flying vehicles moving on different levels. Bottom-up view looking at the towering skyscrapers disappearing into the mist. Volumetric lighting, atmospheric perspective, high contrast, unreal engine 5 style, intricate details.

A futuristic cyberpunk megastructure city built vertically inside a massive cave system. Neon lights in teal and orange illuminating the fog. Hundreds of flying vehicles moving on different levels. Bottom-up view looking at the towering skyscrapers disappearing into the mist. Volumetric lighting, atmospheric perspective, high contrast, unreal engine 5 style, intricate details.

High-speed photography of a colorful paint and powder explosion in a dark studio. Swirls of red, blue, and gold liquid mixing in mid-air. Liquid droplets frozen in time. High contrast, sharp focus, subsurface scattering in the liquid, dynamic composition, 4k, wallpaper quality.

High-speed photography of a colorful paint and powder explosion in a dark studio. Swirls of red, blue, and gold liquid mixing in mid-air. Liquid droplets frozen in time. High contrast, sharp focus, subsurface scattering in the liquid, dynamic composition, 4k, wallpaper quality.

Close-up of a mechanical heart mechanism. Intricate steampunk style. Thousands of tiny brass gears, copper pipes, and steel pistons working together. Steam escaping from small vents. A glowing amber crystal energy source in the center. Vintage atmosphere, cinematic depth of field, sharp focus on the gears, metallic texture.

Close-up of a mechanical heart mechanism. Intricate steampunk style. Thousands of tiny brass gears, copper pipes, and steel pistons working together. Steam escaping from small vents. A glowing amber crystal energy source in the center. Vintage atmosphere, cinematic depth of field, sharp focus on the gears, metallic texture.

โมเดลที่เกี่ยวข้อง

README

vidu/text-to-image-q2 — High-resolution cinematic text-to-image

vidu/text-to-image-q2 is a high-end text-to-image model that focuses on clean composition, cinematic lighting, and high resolutions up to 4K. It’s built for scenarios where a single image has to carry a lot of visual weight: posters, key visuals, thumbnails, or product hero shots.

Why it’s useful

  • Cinematic aspect ratios – choose from 1:1, 16:9, 9:16, 4:3, 3:4, 21:9, 2:3, 3:2 for social posts, banners, and vertical feeds.
  • High resolutions (1080p → 4K) – generate images ready for large displays, detailed crops, or light print use.
  • Prompt-driven style control – supports rich, descriptive prompts for mood, camera angle, lens type, lighting, and composition.
  • Consistent structure and detail – strong global coherence makes it suitable for scenes with multiple elements and clear storytelling.

How to use

  1. prompt* – describe the scene, subject, mood, and style you want (for example: “cinematic nighttime city street, shallow depth of field, dramatic lighting, 35mm film look”).
  2. aspect_ratio – pick the framing:
  • 1:1 for avatars, album covers, square posts
  • 16:9 / 21:9 for cinematic or banner shots
  • 9:16 for vertical / mobile content
  • 4:3, 3:4, 2:3, 3:2 for more traditional photography ratios
  1. resolution – choose the output quality:
  • 1080p – fast preview and web-ready images
  • 2K – higher detail for close-ups and cropping
  • 4K – maximum sharpness and fidelity
  1. Run the job, preview the result, and iterate on your prompt if needed.

Pricing

ResolutionPrice per image
1080p$0.03
2K$0.04
4K$0.05

Tips for best results

  • Use specific, photography-style language (lens type, lighting, time of day, camera angle) to get more cinematic images.
  • Pair aspect_ratio with prompt hints like “widescreen establishing shot” or “vertical social ad portrait” to guide composition.
  • For 4K images, write slightly richer prompts (background, textures, materials) so the extra resolution is filled with meaningful detail.
การเข้าถึง:เว็บไซต์นี้ใช้โมเดล AI ที่จัดหาโดยบุคคลที่สาม

Text To Image Q2 API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/vidu/text-to-image-q2 with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Text To Image Q2 below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/vidu/text-to-image-q2" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "aspect_ratio": "1:1",
    "resolution": "1080p",
    "seed": -1
}'

# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# When status is "completed", read the output from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("vidu/text-to-image-q2", {
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "aspect_ratio": "1:1",
        "resolution": "1080p",
        "seed": -1
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "vidu/text-to-image-q2",
    {
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "aspect_ratio": "1:1",
    "resolution": "1080p",
    "seed": -1
}
)

print(output["outputs"][0])  # → URL of the generated output

Text To Image Q2 API — Frequently asked questions

What is the Text To Image Q2 API?

Text To Image Q2 is a Vidu model for image generation, exposed as a REST API on WaveSpeedAI. Vidu Text-to-Image Q2 converts text prompts into high-quality images with exceptional visual detail and creative flexibility. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the Text To Image Q2 API?

POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/vidu/vidu-text-to-image-q2.

How much does Text To Image Q2 cost per run?

Text To Image Q2 starts at $0.030 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.

What inputs does Text To Image Q2 accept?

Key inputs: `prompt`, `aspect_ratio`, `resolution`, `seed`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/vidu/vidu-text-to-image-q2.

How long does Text To Image Q2 take to generate?

Average end-to-end generation time on WaveSpeedAI is around 85 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.

Can I use Text To Image Q2 outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (Vidu). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.