Seedance 2.0 立省 15% | 在 Video Generator 中创作 →

Pika V2.2 T2V

pika /

Pika v2.2 is a text-to-video model that creates high-quality videos from text prompts, supporting multiple video sizes and advanced prompt optimization. Ready-to-use REST API, no coldstarts, affordable pricing.

text-to-video
输入

就绪

$0.2每次运行·~50 / $10

下一步:

示例查看全部

Nurse finishing a long night shift, walking alone through hospital corridor, fatigue in her posture

Family dinner in a small apartment kitchen, lively conversation, warm lighting, cluttered table

A teenager sitting alone on a rooftop, city lights below, headphones on, lost in thought

Police car chasing a motorcycle at night through urban alleys, sirens blaring, shaky cam style

Food delivery worker rushing up apartment stairs, panting, checking phone GPS, camera following from behind

Woman walking alone through a poorly lit parking garage, footsteps echoing, turning around nervously

Elderly man reading a newspaper by the window in a quiet café, morning light streaming through dust particles

Teenagers hanging out at a gas station late at night, drinking soda, laughing under flickering fluorescent lights

A cozy cabin in snowy mountains, smoke rising from the chimney, camera slowly panning, morning golden light, high detail realism

A sports car drifting through sharp turns on a mountain road, tire smoke trailing, action camera, 4K slow motion

相关模型

README

Pika V2.2 Text-to-Video

Pika V2.2 Text-to-Video is a state-of-the-art text-to-video generation model that creates high-quality videos from text descriptions. Generate cinematic 720p videos with smooth motion and rich detail — simply describe your scene and watch it come to life.

Why It Stands Out

  • High-quality generation: Produces detailed, visually striking videos with natural motion.
  • HD 720p output: Generate crisp 1280×720 videos with excellent clarity.
  • Prompt Enhancer: Built-in AI-powered prompt optimization for better results.
  • Flexible duration: Choose video length based on your needs.
  • Simple workflow: Just describe your scene — no complex settings required.

Parameters

ParameterRequiredDescription
promptYesText description of the video you want to generate.
sizeNoOutput resolution (default: 1280×720).
durationNoVideo length in seconds (default: 5).

How to Use

  1. Write a prompt describing the scene, action, and style you want. Use the Prompt Enhancer for AI-assisted optimization.
  2. Select size — choose the resolution that fits your needs.
  3. Set duration — choose how long you want the video to be.
  4. Click Run and wait for your video to generate.
  5. Preview and download the result.

Best Use Cases

  • Social Media Content — Create engaging video clips for TikTok, Reels, and Shorts.
  • Marketing & Advertising — Produce promotional videos and ad creatives.
  • Storytelling & Film — Generate cinematic scenes for short films and narratives.
  • Concept Visualization — Bring creative ideas to life before full production.
  • Music Videos — Create visual content for songs and audio tracks.

Pricing

DurationPrice
5 seconds$0.20
10 seconds$0.40

Pro Tips for Best Quality

  • Be detailed in your prompt — describe subject, action, environment, lighting, and mood.
  • Include emotional or atmospheric keywords like "fatigue," "tension," "joy," or "serenity."
  • Describe camera angles and movements for more cinematic results.
  • Keep prompts focused on a single clear scene or action.
  • Start with shorter durations to test concepts, then extend for final versions.

Notes

  • Processing time varies based on duration and current queue load.
  • Please ensure your prompts comply with content guidelines.
无障碍:本网站使用的 AI 模型由第三方提供。

v2.2 T2v API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/pika/v2.2-t2v 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 v2.2 T2v below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/pika/v2.2-t2v" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "size": "1280*720",
    "duration": 5
}'

# 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("pika/v2.2-t2v", {
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "size": "1280*720",
        "duration": 5
});

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

output = wavespeed.run(
    "pika/v2.2-t2v",
    {
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "size": "1280*720",
    "duration": 5
}
)

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

v2.2 T2v API — Frequently asked questions

What is the v2.2 T2v API?

v2.2 T2v is a Pika model for video generation, exposed as a REST API on WaveSpeedAI. Pika v2.2 is a text-to-video model that creates high-quality videos from text prompts, supporting multiple video sizes and advanced prompt optimization. Ready-to-use REST API, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the v2.2 T2v 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/pika/pika-v2.2-t2v.

How much does v2.2 T2v cost per run?

v2.2 T2v starts at $0.20 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 v2.2 T2v accept?

Key inputs: `prompt`, `duration`, `size`. 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/pika/pika-v2.2-t2v.

How long does v2.2 T2v take to generate?

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

Can I use v2.2 T2v outputs commercially?

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