Api18.dev

Centaurus 1.0 — Image to Video

Animate a reference image into a cinematic clip. Aspect ratio matches the source. 720p/1080p, 3–15s.

centaurus-1.0-image-to-videovideo$0.28/s @ 720p · $0.56/s @ 1080p (× duration)

Endpoint#

POST /v1/video/generations · Bearer authentication · the response is a job (see jobs & polling).

Parameters#

ParameterTypeDetails
model*stringThe model id. Options: "centaurus-1.0-image-to-video".
image*string (URL)Public URL of the reference image to animate. JPEG/PNG/WEBP/BMP, max 10MB.
prompt*stringWhat to generate. Max 2500 characters.
resolutionstringOutput resolution. Options: 720p, 1080p. Default: 720p.
durationintegerClip length in seconds. Options: 3–15. Default: 5.
seedintegerReproducible results. Omit for a random seed.

* required. model and prompt are always needed.

Example#

curl -X POST "https://api18.dev/v1/generate?wait=true" \
  -H "Authorization: Bearer $API18_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"centaurus-1.0-image-to-video","image":"https://example.com/your-image.jpg","prompt":"Gentle camera push-in, hair and fabric moving softly in the breeze","resolution":"720p","duration":5}'

# → returns the finished job; the output URL is at .data[0].url
Integrating with an AI assistant? Paste this model's llms.txt into your assistant — it contains just this model, ready to use.