Veo3.1 Quality API ইন্টিগ্রেশন
Rivya Public API v1 দিয়ে Veo3.1 Quality ব্যবহার করুন: model id veo3-1-quality, সমর্থিত ইনপুট, প্যারামিটার, Files API নিয়ম, ক্রেডিট এবং response উদাহরণসহ।
veo3-1-quality
text, file
reference mode-এর জন্য প্রয়োজন
150
ভিডিও
FIXED
5000 অক্ষর
রিকোয়েস্ট contract
model id top level-এ পাঠান। Model-specific control params-এ থাকবে।
| Key | ধরন | প্রয়োজনীয় | ডিফল্ট | বিবরণ |
|---|---|---|---|---|
| model | string | হ্যাঁ | veo3-1-quality | veo3-1-quality API model id ব্যবহার করুন। |
| prompt | string | হ্যাঁ | - | এই model-এর জন্য সর্বোচ্চ 5000 অক্ষর। |
| params | object | না | - | মডেল-নির্দিষ্ট প্যারামিটার object। অনুমোদিত key-এর জন্য নিচের row ব্যবহার করুন। |
| client_request_id | string | না | - | আপনার সিস্টেমে request trace করার ঐচ্ছিক client-side id। |
মডেল প্যারামিটার
| Key | ধরন | প্রয়োজনীয় | ডিফল্ট | পরিসর | বিকল্প | বিবরণ |
|---|---|---|---|---|---|---|
| aspectRatio | select | না | 16:9 | - | 16:9, 9:16, Auto | Aspect ratio |
| watermark | text | না | - | - | - | Watermark text |
| seeds | number | না | - | min 10000 / max 99999 / step 1 | - | প্রতিবার নতুন random result চাইলে empty রাখুন। একই integer reuse করলে আগের result reproduce বা fine-tune করা সহজ হয়। Prompt এবং অন্য key setting একই রকম থাকলেই শুধু result কাছাকাছি থাকে, এবং এটি guaranteed 1:1 match নয়। |
| enableTranslation | select | না | true | - | true, false | Prompt translation |
আপলোড নীতি
প্রথমে reference file upload করুন, তারপর ফেরত পাওয়া URL এবং duration token params.referenceMediaItems-এর মধ্যে দিন।
Reference image: Supported image-led project-এর জন্য সর্বোচ্চ 2টি image file upload করুন।
2
image
duration verification প্রয়োজন হলে video এবং audio reference /api/v1/files থেকে durationToken বহন করবে।
| kind | সর্বোচ্চ আকার | MIME types |
|---|---|---|
| image | 10 MB | image/jpeg, image/png, image/webp |
ন্যূনতম request
{
"model": "veo3-1-quality",
"prompt": "A cinematic product reveal with smooth camera movement",
"params": {
"aspectRatio": "16:9",
"watermark": "Optional watermark text",
"seeds": 10000,
"enableTranslation": "true"
}
}রেফারেন্স ফাইল রিকোয়েস্ট
{
"model": "veo3-1-quality",
"prompt": "A cinematic product reveal with smooth camera movement",
"params": {
"aspectRatio": "16:9",
"watermark": "Optional watermark text",
"seeds": 10000,
"enableTranslation": "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 ফেরত দেয়। task succeeded বা failed না হওয়া পর্যন্ত status endpoint poll করুন।
{
"id": "task_veo3_1_quality_example",
"status": "queued",
"model": "veo3-1-quality",
"reserved_credits": 150,
"final_credits": 0,
"created_at": "2026-05-11T00:00:00.000Z",
"updated_at": "2026-05-11T00:00:00.000Z",
"result": null,
"error": null
}সাধারণ ত্রুটি
validation_failed, insufficient_credits, idempotency_conflict, rate_limited, not_found
কিছু mode-এর জন্য Files API reference upload দরকার।