Skip to content
Clipia.
Home
What are we creating?

Pick a mode — Studio opens with the right prompt ready

All templates
Video
Text → videoDescribe a scene and get a clipImage → videoBring a frame to life with motionVideo templatesReady-made scenes and styles
Images
Text → imageGenerate an image from a promptEditModify an existing photoImage templatesReady-made product shots and art
BlogPricingFor Partners
Sign In
  • Home

  • Create Video

  • Create Image

  • Templates

  • My Works

  • Models

  • Support

Clipia.

Think differently — create the impossible.

Product

  • Create Image
  • Create Video
  • AI Models
  • Video Models
  • Image Models
  • Guides
  • Model Rankings
  • Balance

Support

  • About
  • Contact Us
  • Telegram Support

Legal

  • Terms of Service
  • Privacy Policy
  • Payment information
  • Cross-Border Transfers
  • Acceptable Use
  • Cookie Policy
  • Content License
  • Partner Agreement
Terms of Service·Privacy Policy·Cookie Policy·Acceptable Use
© 2026 Clipia.ai. All rights reserved.
  1. Home/
  2. MCP/
  3. generate_video
MCP tool · generate_video (i2v)

Animate an image into video right in the chat

Give the agent a start frame and a motion — generate_video with image_url turns the picture into video. The agent awaits the result via wait_generation and shows it in the conversation.

The image-to-video scenario uses the same generate_video tool: as soon as the arguments include an image_url with an HTTPS link to a start frame, generation switches from text-to-video to animating the image. This is handy for product shots, portraits, and covers: upload a picture, describe the camera motion — and the agent assembles a short clip without leaving the chat.

Tool parameters

ParameterTypeReq.Description
image_urlstringyesHTTPS link to the start frame
promptstringyesDescription of motion and scene
modelstring—Slug of a video model with i2v support
durationnumber (сек)—Clip duration
resolutionstring—480p / 720p / 1080p
generate_audiobool—Add audio if the model supports it

Request example (MCP tools/call)

{
  "name": "generate_video",
  "arguments": {
    "image_url": "https://example.com/product.jpg",
    "prompt": "gentle parallax, camera slowly pushes in, soft light",
    "resolution": "720p",
    "duration": 5
  }
}

Response example

{
  "request_id": "c4d9...­1fa",
  "status": "IN_PROGRESS",
  "model": "seedance-2-fast-i2v",
  "cost_credits": 12,
  "next_step": "call wait_generation with this request_id"
}

One tool — two modes

generate_video switches to image-to-video itself when image_url is passed. No separate tool needed.

Product shots in motion

Animate a product photo or a cover for Reels and Shorts right from the agent chat.

Verify without charges

A clipia_test_* key returns a mock instantly — debug the scenario beforehand.

Connect in a minute

claude mcp add --transport http clipia https://api.clipia.ai/mcp \
  --header "Authorization: Bearer clipia_live_XXXX"

For claude.ai and ChatGPT no key is needed — sign in with your account. Create a key in Clipia settings.

Pricing

The credit cost is returned at launch (cost_credits); image-to-video is billed as video generation.

FAQ

What start frame do I need?

Any public HTTPS link to an image. The agent passes it in image_url.

How does it differ from text-to-video?

Same tool, but with image_url — the video builds from your frame, not from scratch.

How long to wait?

Same as text-to-video: status is awaited via wait_generation, long-poll up to 30 s per call.

Get an API keyAll MCP tools

Related scenarios: Generate video right inside the AI-agent chat · Generate images right inside the AI-agent chat

Image-to-video via MCP in Claude — Clipia