kwaivgi/kling-video-o3-pro/reference-to-video

Kling Omni Video O3 Reference-to-Video generates creative videos using character, prop, or scene references. Professional quality with up to 7 reference images and optional video input.

IMAGE-TO-VIDEOREFERENCE-TO-VIDEOPRO
Inicio
Explorar
Kling Video Models
Kling 3.0 Video Models
kwaivgi/kling-video-o3-pro/reference-to-video
Imagen a Video
PRO

Kling Omni Video O3 Reference-to-Video generates creative videos using character, prop, or scene references. Professional quality with up to 7 reference images and optional video input.

Entrada

Cargando configuración de parámetros...

Salida

Inactivo
Los videos generados se mostrarán aquí
Configura los parámetros y haz clic en ejecutar para comenzar a generar

Cada ejecución costará 0.204. Con $10 puedes ejecutar aproximadamente 49 veces.

Puedes continuar con:

1. Ejemplos de Código

2. Schema

3. Prompt LLM

4. Parámetros

import requests
import time

# Step 1: Start video generation
generate_url = "https://api.atlascloud.ai/api/v1/model/generateVideo"
headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer $ATLASCLOUD_API_KEY"
}
data = {
    "model": "kwaivgi/kling-video-o3-pro/reference-to-video",
    "prompt": "A beautiful sunset over the ocean with gentle waves",
    "width": 512,
    "height": 512,
    "duration": 3,
    "fps": 24
}

generate_response = requests.post(generate_url, headers=headers, json=data)
generate_result = generate_response.json()
prediction_id = generate_result["data"]["id"]

# Step 2: Poll for result
poll_url = f"https://api.atlascloud.ai/api/v1/model/prediction/{prediction_id}"

def check_status():
    while True:
        response = requests.get(poll_url, headers={"Authorization": "Bearer $ATLASCLOUD_API_KEY"})
        result = response.json()

        if result["data"]["status"] in ["completed", "succeeded"]:
            print("Generated video:", result["data"]["outputs"][0])
            return result["data"]["outputs"][0]
        elif result["data"]["status"] == "failed":
            raise Exception(result["data"]["error"] or "Generation failed")
        else:
            # Still processing, wait 2 seconds
            time.sleep(2)

video_url = check_status()

Por favor inicia sesión para ver el historial de solicitudes

Necesitas iniciar sesión para acceder al historial de solicitudes del modelo.

Iniciar Sesión

Kling Video O3 Pro Reference-to-Video

Kling Video O3 Pro Reference-to-Video generates premium video from reference images with optional video guidance. Upload reference images to establish character identity and appearance, optionally provide a reference video for motion guidance, and describe the scene — the model produces top-tier cinematic video with identity consistency.

Why Choose This?

O3 Pro quality The highest visual fidelity and motion realism in the Kling family.

Multi-reference images Upload up to 7 reference images (or up to 4 with a reference video).

Video-guided generation Optional reference video for motion and scene guidance.

Keep original sound Preserve the audio from the reference video in the output.

Sound generation Optional AI-generated sound effects when no reference video is provided.

Parameters

ParameterRequiredDescription
promptYesText description of the video scene and motion
videoNoReference video for motion guidance
imagesNoReference images: up to 4 with video, up to 7 without (click "+ Add Item")
keep_original_soundNoKeep audio from the reference video (default: enabled)
soundNoGenerate AI audio (only when no reference video, default: disabled)
aspect_ratioNoOutput ratio: 16:9 (default), 9:16, 1:1
durationNoVideo length: 3-15 seconds (default: 5)

How to Use

  1. Run — submit and download your video.
  2. Set duration — choose any length from 3 to 15 seconds.
  3. Select aspect ratio — match your target platform.
  4. Configure audio — keep original sound from video, or enable AI sound generation.
  5. Upload reference images — add character or scene references.
  6. Upload reference video (optional) — provide a video for motion guidance.
  7. Write your prompt — describe the scene, characters, and action.

Best Use Cases

  • Long-Form Scenes — Up to 15 seconds for extended scene development.
  • Storytelling — Produce narrative scenes with consistent character appearance.
  • Marketing & Ads — Create promotional videos featuring specific people or products.
  • Video Remixing — Use reference video for motion guidance with new characters.
  • Character Consistency — Generate videos with identity-consistent characters.

Pro Tips

  • Match aspect ratio to your platform: 16:9 for YouTube, 9:16 for TikTok/Reels, 1:1 for Instagram.
  • Use shorter durations (3-5s) for testing, longer (10-15s) for final production.
  • Sound generation is only available when no reference video is provided.
  • Enable keep_original_sound to preserve audio from your reference video.
  • When using a reference video, the image limit is 4; without a video, you can use up to 7.
  • Use multiple reference images from different angles for better identity preservation.

Notes

  • Ensure uploaded image and video URLs are publicly accessible.
  • When a reference video is provided, sound generation is replaced by keep_original_sound.
  • Reference images limit: up to 4 with video, up to 7 without.
  • Duration supports any value from 3 to 15 seconds.
  • Only prompt is required; other parameters are optional.
  • Kling V3.0 Pro Text-to-Video — Pro quality text-to-video.
  • Kling V3.0 Pro Image-to-Video — V3.0 Pro quality at lower cost.
  • Kling Video O3 Pro Image-to-Video — O3 Pro quality single image to video.

Especificaciones Detalladas

Descripción General:

Proveedor del Modelo:KUAISHOU
Tipo de Modelo:image-to-video
Implementación:API de Inferencia; Playground
Precios:$0.204

Especificaciones Clave:

Límite de Tamaño:Ancho máx. × Alto (configurable por usuario)
Soporte LoRA:No
Opciones de Semilla:N/A

Crea Tu Próxima Obra Maestra

Más de 300 Modelos, Comienza Ahora,

Explorar Todos los Modelos