Image-to-video API
Pass image_url with your prompt. VideoGenAPI switches to image-to-video automatically. 14 models currently advertise this mode.
Example request
curl -X POST https://videogenapi.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"kling-3","prompt":"The product rotates slowly under studio light","image_url":"https://example.com/product.jpg","duration":5}'
Models with image-to-video
Sora 2 API
OpenAI · Included in plans from $29
Flux 3 API
Black Forest Labs · Included in plans from $29
Kling 3 API
Kuaishou · Included in plans from $29
Seedance 2.5 API
ByteDance · Included in plans from $29
Veo 3 Fast API
Google DeepMind · $0.45/video
Veo 3.1 Fast API
Google DeepMind · $1.50/video
Grok Imagine 1.5 API
xAI · Included in plans from $29
Seedance 2 API
ByteDance · Included in plans from $29
Nano Banana API
LanneTech · Included in plans from $29
LTX Video 2 API
Lightricks · Included in plans from $29
Veo 2 API
Google DeepMind · Included in plans from $29
Hailuo 3 API
MiniMax · Included in plans from $29
Seedance 2.0 Mini API
ByteDance · Included in plans from $29
Wan 2.5 API
Alibaba · Included in plans from $29
Need first/last frame or multi-image? Veo 3.1 accepts reference_image_urls. Details in generate docs.