meituan/longcat-video/image-to-video-480p
Longcat Video Image To Video 480p is meituan's image-to-video AI model. Bring static images to life with fluid animation, consistent character motion, and professional-grade video output.
PNG, JPEG, WebP, or GIF · 20 MiB maximum
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runmeituan/longcat-video/image-to-video-480pInput Schema
5 parameters · 2 required · 3 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | Required | The URL of the image to generate a video from. |
prompt | string | Required | The prompt to guide the video generation. · Default: "First-person view from the cockpit of a Formula 1 car. The driver's gloved hands firmly grip the intricate, carbon-fiber steering wheel adorned with numerous colorful buttons and a vibrant digital display showing race data. Beyond the windshield, a sun-drenched racetrack stretches ahead, lined with cheering spectators in the grandstands. Several rival cars are visible in the distance, creating a dynamic sense of competition. The sky above is a clear, brilliant blue, reflecting the exhilarating atmosphere of a high-speed race. high resolution 4k" |
seed | integer | Optional | The seed for the random number generator. |
guidance_scale | number | Optional | Min: 1 · Max: 10 · Default: 4 |
num_inference_steps | integer | Optional | Min: 8 · Max: 50 · Default: 40 |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "meituan/longcat-video/image-to-video-480p",
"image": "https://static.sandbase.ai/examples/lightricks/ltx-2.3-pro/image-to-video/input_image_0.png",
"prompt": "First-person view from the cockpit of a Formula 1 car. The driver's gloved hands firmly grip the intricate, carbon-fiber steering wheel adorned with numerous colorful buttons and a vibrant digital display showing race data. Beyond the windshield, a sun-drenched racetrack stretches ahead, lined with cheering spectators in the grandstands. Several rival cars are visible in the distance, creating a dynamic sense of competition. The sky above is a clear, brilliant blue, reflecting the exhilarating atmosphere of a high-speed race. high resolution 4k",
"guidance_scale": 4,
"num_inference_steps": 40
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
LongCat Video
LongCat Video Image to Video 480p provides a fixed-resolution proxy route for animating an existing image. It retains the reference-led workflow of the main endpoint but targets 480p output, reducing the cost of testing camera direction, subject movement, and scene dynamics. The route works well for motion boards and bulk variant review when a team already trusts the still composition but has not yet chosen the final animation treatment.
Users can select fps, frame count, aspect ratio, guidance, inference behavior, quality, write mode, and X264, VP9, ProRes 4444, or GIF delivery. These options make the endpoint useful for both browser review and intermediate editorial tests at proxy scale. Judge timing and continuity first, avoid treating the preview as a texture benchmark, and reproduce the winning prompt and settings on the appropriate higher-resolution route.
Highlights
- LongCat Video: dedicated reference-frame animation. This exact route centers on reference-frame animation; it uses
prompt,imageto separate its job from neighboring endpoints in the same family. seedcontrol. The seed for the random number generator; this setting provides a concrete lever for route-specific output planning.imagecontrol. The URL of the image to generate a video from; use it to build controlled comparisons without changing the rest of the request.guidance_scalecontrol. range1to10; together with the other documented fields, it supports repeatable review of this model path.
Pricing
| Configuration | Price |
|---|---|
| Billing rule | params.duration * 0.025 |
| Formula-priced request | Starts from $0.025000; final charge follows the billing rule above |
When to Use
| Scenario | Why this model fits |
|---|---|
| Create the exact route output | Choose it when you need image-to-video generation and already have a source image and motion direction. |
| Develop controlled variations | Keep the main brief fixed while changing one documented setting at a time to compare motion, framing, quality, or asset behavior. |
| Build repeatable batches | Use a consistent request shape for catalog, campaign, storyboard, game-asset, or social-content production. |
| Preserve source intent | Prefer this route when the supplied reference material must remain the foundation of a moving sequence that develops the supplied frame. |
| Connect a media pipeline | Use asynchronous results in an automated review, approval, post-production, or asset-management workflow. |
Prompt Guide
Start with the desired result, then describe the source relationship, subject action, composition or camera behavior, lighting, style, and timing. For image-to-video generation, state what must remain stable as clearly as what should change. Use only fields exposed by the schema; the example below is structurally valid for this route.
{
"prompt": "First-person view from the cockpit of a Formula 1 car. The driver's gloved hands firmly grip the intricate, carbon-fiber steering wheel adorned with numerous colorful buttons and a vibrant digital display showing race data. Beyond the windshield, a sun-drenched racetrack stretches ahead, lined with cheering spectators in the grandstands. Several rival cars are visible in the distance, creating a dynamic sense of competition. The sky above is a clear, brilliant blue, reflecting the exhilarating atmosphere of a high-speed race. high resolution 4k",
"image": "https://static.sandbase.ai/examples/lightricks/ltx-2.3-pro/image-to-video/input_image_0.png",
"seed": 1,
"guidance_scale": 4,
"num_inference_steps": 40
}
Technical Specs
| Specification | Value |
|---|---|
| Model ID | meituan/longcat-video/image-to-video-480p |
| Workflow | Image-to-video generation |
| Required inputs | prompt, image |
seed | integer |
image | string |
prompt | string |
guidance_scale | number; minimum: 1; maximum: 10 |
num_inference_steps | integer; minimum: 8; maximum: 50 |

