Api18.dev

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#

ParameterTypeDetails
model*stringThe 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*stringWhat to generate. Max 2500 characters.
resolutionstringOutput resolution. Options: 480p, 720p. Default: 480p.
durationintegerClip length in seconds. Options: 5, 8. Default: 5.
seedintegerReproducible 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].url
Integrating with an AI assistant? Paste this model's llms.txt into your assistant — it contains just this model, ready to use.