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

VariantDurationResolutionCreditsPrice (Pro Yearly)Price (Pro Monthly)
Standard6s768P35$0.21$0.42
Standard10s768P55$0.33$0.66
Standard6s1080P55$0.33$0.66
Pro6s768P55$0.33$0.66
Pro10s768P110$0.66$1.32
Pro6s1080P100$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/generate

See Authentication for API key setup.


Hailuo 2.3 Standard

Good motion quality for quick previews and iterations.

Request Parameters

ParameterTypeRequiredDescription
modelstringYeshailuo-2-3-standard
input.promptstringYesDescription of desired motion (max 5000 chars)
input.image_urlsstring[]YesArray with URL of the input image
input.durationstringNo"6" or "10" (default: "6")
input.resolutionstringNo"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

ParameterTypeRequiredDescription
modelstringYeshailuo-2-3-pro
input.promptstringYesDescription of desired motion (max 5000 chars)
input.image_urlsstring[]YesArray with URL of the input image
input.durationstringNo"6" or "10" (default: "6")
input.resolutionstringNo"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"
  }
}

  • Veo 3.1 - Cinematic videos with native audio
  • Kling 2.6 - Videos with dialogue and lip-sync
  • Sora 2 - 10-15s videos with physics-accurate motion