繁體中文
import { sunra } from "@sunra/client"; const result = await sunra.subscribe("kling/kling-v2-master/image-to-video", { input: { prompt: '一隻可愛的倉鼠悠閒地躺在救生圈上,戴著時尚的太陽眼鏡,在波光粼粼的海面上隨波逐流。倉鼠舒適地斜倚著,享受著寧靜愉快的時光。卡通風格,鏡頭跟隨主體移動,畫面溫馨且畫質高。', negative_prompt: '', guidance_scale: 0.5, aspect_ratio: '16:9', duration: 5, start_image: 'https://assets.sunra.ai/uploads/1748811753168-05ceab0d.png' }, logs: true, onQueueUpdate: (update) => { console.log(update) }, }); console.log(result.data); console.log(result.requestId);