Zeus 1.0 — Image to Video 480p
Budget image-to-video at 480p, 5s clips. Supports a negative prompt and automatic prompt expansion.
zeus-1.0-image-to-video-480pvideo$0.40 (480p, 5s) / 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-480p". |
| 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. |
| duration | integer | Clip length in seconds. Options: 5. Default: 5. |
| negative_prompt | string | Things to avoid in the output. |
| enable_prompt_expansion | boolean | Auto-expand a short prompt into a richer script. Default: false. |
| 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-480p","image":"https://example.com/your-image.jpg","prompt":"Subtle natural motion, cinematic lighting","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.