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#
| Parameter | Type | Details |
|---|---|---|
| model* | string | The 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* | string | What to generate. Max 2500 characters. |
| resolution | string | Output resolution. Options: 720p, 1080p. Default: 720p. |
| duration | integer | Clip length in seconds. Options: 3–15. Default: 5. |
| seed | integer | Reproducible 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].urlIntegrating with an AI assistant? Paste this model's llms.txt into your assistant — it contains just this model, ready to use.