HappyHorse 1.1 Video Edit: AI 视频编辑器

Happy Horse 1.1 Video Edit modifies an existing video using a natural-language instruction, with selectable 720p/1080p output resolution. Happy Horse 1.1 Video Edit — modify an input video using natural-language instructions with optional reference images. Selectable output resolution (720p/1080p) — price scales with the resolution chosen.

Interactive model controls

Happy Horse 1.1 Video Edit — modify an input video using natural-language instructions with optional reference images. Selectable output resolution (720p/1080p) — price scales with the resolution chosen.

📝

概览

关于此模型

更新于 2026年9月11日

Happy Horse 1.1 Video Edit modifies an existing video using a natural-language instruction, with optional reference images to guide the edit, at your choice of 720p or 1080p output resolution. Note: Happy Horse 1.1 has no dedicated video-edit model of its own — requests are submitted directly via the Happy Horse 1.0 video-edit path (same webhook), so pricing matches Happy Horse 1.0's video-edit rates rather than 1.1's cheaper text/image/reference rates.

A single resolution parameter lets you draft cheaply at 720p and switch to 1080p for final output on the same endpoint.

1Subject replacement: swap a person, animal, or object in an existing video for something else
2Environment restyling: change the setting/background of a video while preserving action and camera motion
3Style transfer edits: apply an artistic or thematic restyle to existing footage
4Asset localization: swap in branded assets/products into existing video content
5Creative remixing: reimagine existing footage with new visual elements guided by reference images
💰

价格与价值

成本分析

muapiapp$0.21–$0.42/秒 of 输入 视频 (720p–1080p)

Simple per-second, resolution-scaled 定价 with 无需订阅s. Pick 720p for cost-effective drafts or 1080p for premium output, on the same endpoint.

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

提示词string

描述视频修改内容的编辑指令。

默认值Replace the horse with @image1 and replace the shopping cart with @image2 while preserving the original high-speed motion and camera movement.
分辨率枚举(2 个选项)

Output resolution. Price scales with resolution: 720p is cheaper, 1080p is more expensive.

默认值720p
视频 URLstring

源视频 URL。格式为 MP4/MOV(推荐 H.264),时长 3-60 秒,大小 <=100 MB,长边 <=2160px,短边 >=320px,帧率 >8 fps。

默认值https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/happy-horse-1-reference-to-video-720p.mp4
参考图像array

可选的 0-5 reference image URLs to guide the edit.

默认值https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/happy-horse-1-video-edit-1080p-1.jpg
音频设置枚举(2 个选项)

音频策略:'auto' 由模型决定,'origin' 保留源音频。

默认值auto
种子int

可选的随机种子,用于复现结果(0-2147483647)。

默认值0
📖

实施指南

开发者文档

  1. Provide the source video_url (MP4/MOV, 3-60s, ≤100MB, longer side ≤2160px, shorter side ≥320px, >8fps).
  2. Write a prompt describing the edit instruction.
  3. Optionally add 0-5 reference images in images_list to guide the edit.
  4. Set resolution to "720p" (cheaper, default) or "1080p" (premium output).
  5. Choose audio_setting ("auto" or "origin") and an optional seed.
  6. Submit your request—the model applies the edit at the selected resolution.

常见问题

常见问答

What is the cost of Happy Horse 1.1 Video Edit?

Happy Horse 1.1 Video Edit costs $0.21/sec of input video at 720p (default) or $0.42/sec at 1080p on muapi — the same rate as Happy Horse 1.0's video-edit, since 1.1 routes video-edit requests through the same underlying model.

How do I choose the resolution?

Pass `resolution: "720p"` (default) or `resolution: "1080p"` in your request body — both are served by the same endpoint.

What video formats are supported?

MP4 or MOV (H.264 recommended), 3-60 seconds, up to 100MB, longer side up to 2160px, shorter side at least 320px, frame rate above 8fps.

What does audio_setting control?

"auto" lets the model decide how to handle audio for the edit; "origin" preserves the source video's original audio track.

What happened to the dedicated 720p/1080p endpoints?

They still work exactly as before, unchanged, for existing integrations. This unified endpoint is the new recommended way to access both resolutions through one integration.