Wan 2.2 A14B Turbo API integration
Rivya Public API v1 দিয়ে Wan 2.2 A14B Turbo ব্যবহার করুন: model id wan-2-2-a14b-turbo, supported inputs, parameters, Files API rules, credits এবং response examples সহ।
wan-2-2-a14b-turbo
text, file
reference modes-এর জন্য required
12
ভিডিও
FIXED
5000 characters
Request contract
model id top level-এ পাঠান। Model-specific controls params-এ থাকবে।
| Key | Type | Required | Default | বিবরণ |
|---|---|---|---|---|
| model | string | Yes | wan-2-2-a14b-turbo | wan-2-2-a14b-turbo API model id ব্যবহার করুন। |
| prompt | string | Yes | - | এই model-এর জন্য maximum 5000 characters। |
| params | object | No | - | Model-specific parameter object। allowed keys-এর জন্য নিচের rows ব্যবহার করুন। |
| client_request_id | string | No | - | আপনার system-এ requests trace করার optional client-side id। |
Model parameters
| Key | Type | Required | Default | Range | Options | বিবরণ |
|---|---|---|---|---|---|---|
| resolution | select | No | 720p | - | 480p, 580p, 720p | Text এবং image run বর্তমানে `480p / 720p`-এ থাকে, আর image-plus-audio-driven path অতিরিক্ত `580p` expose করে। Rivya current mode অনুযায়ী unsupported tier automatically filter করে। |
| aspect_ratio | select | No | 16:9 | - | 16:9, 9:16 | এটি শুধু text-to-video-তে available থাকে, কারণ current public image এবং image-plus-audio-driven endpoints stable `aspect_ratio` field expose করে না। |
| enable_prompt_expansion | select | No | false | - | false, true | Generation-এর আগে upstream service যেন rough text prompt expand করে, সেটি চাইলে এটি on করুন। এটি text এবং image run-এ limited থাকে। |
| seed | number | No | - | min 0 / max 2147483647 | - | প্রতিবার নতুন random result চাইলে empty রাখুন। একই integer reuse করলে আগের result reproduce বা fine-tune করা সহজ হয়। Prompt এবং অন্য key setting একই রকম থাকলেই শুধু result কাছাকাছি থাকে, এবং এটি guaranteed 1:1 match নয়। |
| acceleration | select | No | none | - | none, regular | Public text এবং image mode-এ limited থাকা একটি lighter acceleration control। |
| num_frames | number | No | 80 | min 40 / max 120 / step 1 | - | Image-plus-audio-driven only। Valid values 40 থেকে 120, এবং number অবশ্যই 4 দিয়ে divisible হতে হবে। Typical starting point 80। |
| frames_per_second | number | No | 16 | min 4 / max 60 / step 1 | - | Image-plus-audio-driven only। Valid values 4 থেকে 60। Higher FPS সাধারণত smoother লাগে, কিন্তু generation pressure-ও বাড়ায়। |
| negative_prompt | text | No | - | - | - | Image-plus-audio-driven only। Motion failure, unwanted artifact বা avoid করতে চান এমন visual element describe করতে এটি ব্যবহার করুন। |
| num_inference_steps | number | No | 27 | min 2 / max 40 / step 1 | - | Image-plus-audio-driven only। Valid values 2 থেকে 40। Higher steps quality improve করতে পারে, কিন্তু runtime-ও বাড়ায়। |
| guidance_scale | number | No | 3.5 | min 1 / max 10 / step 0.1 | - | Image-plus-audio-driven only। Valid values 1 থেকে 10। Higher values prompt বেশি closely follow করে, কিন্তু motion stiff লাগতেও পারে। |
| shift | number | No | 5 | min 1 / max 10 / step 0.1 | - | Image-plus-audio-driven only। Valid values 1 থেকে 10। এটি generation-এর temporal offset feel বদলায়, তাই default-এর কাছাকাছি থেকে শুরু করা safest। |
| enable_safety_checker | select | No | true | - | true, false | Image-plus-audio-driven only। Generation-এর আগে safety checks চালাতে on করুন, অথবা কম filtering দরকার হলে এবং trade-off accept করলে off করুন। |
Upload policy
প্রথমে reference files upload করুন, তারপর returned URL এবং duration token params.referenceMediaItems-এর মধ্যে দিন।
Reference media: সর্বোচ্চ 2টি asset upload করুন। Text mode-এ কিছু লাগে না, image-to-video 1টি image ব্যবহার করে, আর image-plus-audio-driven path 1টি image plus 1টি audio clip ব্যবহার করে।
2
image, audio
duration verification required হলে video এবং audio references /api/v1/files থেকে durationToken carry করবে।
| kind | Max size | MIME types |
|---|---|---|
| image | 10 MB | image/jpeg, image/png, image/webp |
| audio | 10 MB | audio/mpeg, audio/mp4, audio/wav, audio/x-wav, audio/aac, audio/ogg, audio/flac, audio/x-ms-wma |
Minimal request
{
"model": "wan-2-2-a14b-turbo",
"prompt": "A cinematic product reveal with smooth camera movement",
"params": {
"resolution": "720p",
"aspect_ratio": "16:9",
"enable_prompt_expansion": "false",
"seed": 0,
"acceleration": "none",
"num_frames": 80,
"frames_per_second": 16,
"negative_prompt": "এড়াতে চান এমন optional exclusion বা failure mode.",
"num_inference_steps": 27,
"guidance_scale": 3.5,
"shift": 5,
"enable_safety_checker": "true"
}
}রেফারেন্স ফাইল রিকোয়েস্ট
{
"model": "wan-2-2-a14b-turbo",
"prompt": "A cinematic product reveal with smooth camera movement",
"params": {
"resolution": "720p",
"aspect_ratio": "16:9",
"enable_prompt_expansion": "false",
"seed": 0,
"acceleration": "none",
"num_frames": 80,
"frames_per_second": 16,
"negative_prompt": "এড়াতে চান এমন optional exclusion বা failure mode.",
"num_inference_steps": 27,
"guidance_scale": 3.5,
"shift": 5,
"enable_safety_checker": "true",
"referenceMediaItems": [
{
"url": "https://cdn.example.com/reference-image.png",
"kind": "image",
"name": "reference-image.png",
"mimeType": "image/png"
}
]
}
}Create response
create endpoint public task id return করে। task succeeds বা fails না করা পর্যন্ত status endpoint poll করুন।
{
"id": "task_wan_2_2_a14b_turbo_example",
"status": "queued",
"model": "wan-2-2-a14b-turbo",
"reserved_credits": 12,
"final_credits": 0,
"created_at": "2026-05-11T00:00:00.000Z",
"updated_at": "2026-05-11T00:00:00.000Z",
"result": null,
"error": null
}Common errors
validation_failed, insufficient_credits, idempotency_conflict, rate_limited, not_found
কিছু modes-এর জন্য Files API reference uploads দরকার।