Rivya AI Docs
หน้า API ของโมเดล

การเชื่อมต่อ API ของ Kling 3.0

ใช้ Kling 3.0 ผ่าน Rivya Public API v1 ด้วย model id kling-3-0, input ที่รองรับ, พารามิเตอร์, กฎ Files API, เครดิต และตัวอย่าง response

พร้อมใช้งานผ่าน APIText หรือ URL พร้อม; โหมด reference ใช้ Files APIวิดีโอ
ID โมเดล API

kling-3-0

Input

text, file

Files API

จำเป็นสำหรับโหมด reference

เครดิตพื้นฐาน

90

ความสามารถ

วิดีโอ

Billing

FIXED

ขีดจำกัดพรอมต์

2000 อักขระ

contract ของ request

ส่ง model id ที่ระดับบนสุด control เฉพาะโมเดลอยู่ใน params

KeyTypeจำเป็นค่าเริ่มต้นคำอธิบาย
modelstringใช่kling-3-0ใช้ API model id kling-3-0
promptstringใช่-สูงสุด 2000 อักขระสำหรับโมเดลนี้
paramsobjectไม่ใช่-object พารามิเตอร์เฉพาะโมเดล ใช้แถวด้านล่างสำหรับ key ที่อนุญาต
client_request_idstringไม่ใช่-client-side id แบบเลือกได้สำหรับ trace คำขอในระบบของคุณ

พารามิเตอร์โมเดล

KeyTypeจำเป็นค่าเริ่มต้นช่วงตัวเลือกคำอธิบาย
modeselectไม่ใช่pro-std, proโหมดการสร้าง
multi_shotsselectไม่ใช่false-false, trueโหมดช็อต
durationselectไม่ใช่5-3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15ระยะเวลา
soundselectไม่ใช่false-false, trueสร้างเสียง
aspect_ratioselectไม่ใช่16:9-16:9, 9:16, 1:1อัตราส่วนภาพ

policy การอัปโหลด

อัปโหลดไฟล์ reference ก่อน จากนั้นใส่ URL และ duration token ที่ได้กลับมาไว้ใน params.referenceMediaItems

กฎ reference

สื่ออ้างอิง: อัปโหลดไฟล์รูปภาพรวมได้สูงสุด 2 ไฟล์สำหรับโปรเจกต์ image-to-video

ไฟล์สูงสุด

2

ชนิดไฟล์ที่รับ

image

Duration token

reference วิดีโอและเสียงควรมี durationToken จาก /api/v1/files เมื่อจำเป็นต้องตรวจ duration

kindขนาดสูงสุดMIME type
image10 MBimage/jpeg, image/png, image/webp

request ขั้นต่ำ

{
  "model": "kling-3-0",
  "prompt": "A cinematic product reveal with smooth camera movement",
  "params": {
    "mode": "pro",
    "multi_shots": "false",
    "duration": "5",
    "sound": "false",
    "aspect_ratio": "16:9"
  }
}

request แบบไฟล์ reference

{
  "model": "kling-3-0",
  "prompt": "A cinematic product reveal with smooth camera movement",
  "params": {
    "mode": "pro",
    "multi_shots": "false",
    "duration": "5",
    "sound": "false",
    "aspect_ratio": "16:9",
    "referenceMediaItems": [
      {
        "url": "https://cdn.example.com/reference-image.png",
        "kind": "image",
        "name": "reference-image.png",
        "mimeType": "image/png"
      }
    ]
  }
}

response จากการสร้าง

endpoint create ส่ง public task id กลับมา poll endpoint สถานะจนกว่างานจะสำเร็จหรือล้มเหลว

{
  "id": "task_kling_3_0_example",
  "status": "queued",
  "model": "kling-3-0",
  "reserved_credits": 90,
  "final_credits": 0,
  "created_at": "2026-05-11T00:00:00.000Z",
  "updated_at": "2026-05-11T00:00:00.000Z",
  "result": null,
  "error": null
}

error ทั่วไป

validation_failed, insufficient_credits, idempotency_conflict, rate_limited, not_found

บางโหมดต้องใช้การอัปโหลด reference ผ่าน Files API