Zeus 1.0 — Image to Video
Turn an image into a high-quality video with smooth motion. 480p/720p, 5s or 8s clips.
zeus-1.0-image-to-videovideo$0.30 (480p, 5s) · $0.48 (480p, 8s) · $0.60 (720p, 5s) · $0.96 (720p, 8s) / run
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: "zeus-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: 480p, 720p. Default: 480p. |
| duration | integer | Clip length in seconds. Options: 5, 8. Default: 5. |
| seed | integer | Reproducible results. -1 (or omit) for random. Default: -1. |
* 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":"zeus-1.0-image-to-video","image":"https://example.com/your-image.jpg","prompt":"Subtle natural motion, cinematic lighting","resolution":"480p","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.