Prompt Detail

Prompt

Close-up of a pool of liquid chrome on a black surface. The metal slowly bulges upward, forms a perfect sphere, then ripples outward in concentric rings. Reflections of unseen lights distort on the surface. Macro lens, sharp specular highlights, zero color except metallic, pure motion study.

Seedance 2.0
abstract

fal.ai Ready JSON

{
  "prompt": "Close-up of a pool of liquid chrome on a black surface. The metal slowly bulges upward, forms a perfect sphere, then ripples outward in concentric rings. Reflections of unseen lights distort on the surface. Macro lens, sharp specular highlights, zero color except metallic, pure motion study.",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true
}
Run on fal.ai

TypeScript SDK

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("bytedance/seedance-2.0/text-to-video", {
  input: {
      "prompt": "Close-up of a pool of liquid chrome on a black surface. The metal slowly bulges upward, forms a perfect sphere, then ripples outward in concentric rings. Reflections of unseen lights distort on the surface. Macro lens, sharp specular highlights, zero color except metallic, pure motion study.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

console.log(result.data.video.url);

Video URL