Hailuo 2.3
Transform images into dynamic videos with Hailuo 2.3 through VicSee API. Superior motion quality, lifelike expressions, anime styles, and e-commerce content. 35-110 credits.
Try it now: Use the Hailuo AI Generator to create videos from your images.
Pricing
| Variant | Duration | Resolution | Credits | Price (Pro Yearly) | Price (Pro Monthly) |
|---|---|---|---|---|---|
| Standard | 6s | 768P | 35 | $0.21 | $0.42 |
| Standard | 10s | 768P | 55 | $0.33 | $0.66 |
| Standard | 6s | 1080P | 55 | $0.33 | $0.66 |
| Pro | 6s | 768P | 55 | $0.33 | $0.66 |
| Pro | 10s | 768P | 110 | $0.66 | $1.32 |
| Pro | 6s | 1080P | 100 | $0.60 | $1.20 |
Note: 10-second videos at 1080P resolution are not supported.
Credits are deducted only on successful generation.
Endpoint
POST https://vicsee.com/api/v1/generateSee Authentication for API key setup.
Hailuo 2.3 Standard
Good motion quality for quick previews and iterations.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | hailuo-2-3-standard |
| input.prompt | string | Yes | Description of desired motion (max 5000 chars) |
| input.image_urls | string[] | Yes | Array with URL of the input image |
| input.duration | string | No | "6" or "10" (default: "6") |
| input.resolution | string | No | "768P" or "1080P" (default: "768P") |
Example Request
curl -X POST https://vicsee.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hailuo-2-3-standard",
"input": {
"prompt": "The character turns to face the camera with a gentle smile, hair flowing in the breeze",
"image_urls": ["https://example.com/your-image.jpg"],
"duration": "6",
"resolution": "768P"
}
}'Hailuo 2.3 Pro
Enhanced motion quality and better detail preservation for final production.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | hailuo-2-3-pro |
| input.prompt | string | Yes | Description of desired motion (max 5000 chars) |
| input.image_urls | string[] | Yes | Array with URL of the input image |
| input.duration | string | No | "6" or "10" (default: "6") |
| input.resolution | string | No | "768P" or "1080P" (default: "768P") |
Example Request
curl -X POST https://vicsee.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hailuo-2-3-pro",
"input": {
"prompt": "A dancer performs fluid ballet movements, arms extending gracefully, soft studio lighting",
"image_urls": ["https://example.com/dancer.jpg"],
"duration": "6",
"resolution": "1080P"
}
}'Input Image Requirements
- Formats: JPEG, PNG, WebP
- Max size: 10MB
- Recommendations: High-quality images with clear subjects work best
Tips for Best Results
Hailuo 2.3 excels at specific types of motion:
Dance & Body Movements:
- "The dancer performs hip-hop moves with precise footwork"
- "Character spins gracefully with arms extended"
Facial Expressions:
- "Subtle smile forms as eyes light up with joy"
- "Expression transitions from surprise to laughter"
Anime & Artistic Styles:
- "Anime character's hair flows dramatically in the wind"
- "Ink wash style landscape comes alive with floating petals"
E-commerce & Product:
- "Product rotates 360 degrees on turntable, smooth lighting"
- "Camera pans across product details from left to right"
Response
Success (200)
{
"success": true,
"data": {
"id": "task_abc123xyz",
"model": "hailuo-2-3-pro",
"status": "pending",
"creditsUsed": 100,
"creditsRemaining": 900,
"createdAt": "2026-02-11T12:00:00Z"
}
}Poll for completion using Tasks API.
Task Complete
{
"taskId": "task_abc123xyz",
"status": "completed",
"output": {
"url": "https://cdn.vicsee.com/outputs/video_xyz.mp4",
"duration": 6,
"resolution": "1080P",
"format": "mp4"
}
}Related Models
Wan 2.6 Flash
Fast, affordable image-to-video generation with Wan 2.6 Flash through VicSee API. Optional audio toggle, 720p/1080p resolution. Starting at 13 credits.
Nano Banana
Fast AI image generation with Google Gemini 2.5 Flash through VicSee API. Text-to-image, natural language editing, and upscaling. Multiple aspect ratios, 3-9 credits.