Api18.dev

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#

ParameterTypeDetails
model*stringThe 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*stringWhat to generate. Max 2500 characters.
durationintegerClip length in seconds. Options: 5. Default: 5.
negative_promptstringThings to avoid in the output.
enable_prompt_expansionbooleanAuto-expand a short prompt into a richer script. Default: false.
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-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].url
Integrating with an AI assistant? Paste this model's llms.txt into your assistant — it contains just this model, ready to use.