---
title: "happyhorse-edit-video API — HappyHorse 料金・仕様"
url: "https://runapi.ai/ja/models/happyhorse/edit-video.md"
canonical: "https://runapi.ai/ja/models/happyhorse/edit-video.md"
locale: "ja"
model: "HappyHorse"
provider: "Alibaba"
variant_id: "happyhorse-edit-video"
sdk_model_id: "happyhorse-edit-video"
modality: "video"
price_from_cents: 48
billing_unit: "second"
status: "active"
---

# HappyHorse happyhorse-edit-video API

RunAPI から HappyHorse ファミリーの happyhorse-edit-video を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

**$0.480** per second

失敗した生成は課金されません

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `happyhorse-edit-video` |
| Provider | Alibaba |
| Modality | video |
| Task type | asynchronous |
| Billing unit | second |
| API endpoint | `/api/v1/happyhorse/edit_video` |
| Status | active |

## Request example

```json
{
  "model": "happyhorse-edit-video",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "夜の小さな段ボール製の都市を走り抜ける紙の馬の5秒間の1080pシネマティッククリップを生成してください。"
}
```

## Install the skill

```sh
npx skills add runapi-ai/happyhorse -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add HappyHorse happyhorse-edit-video features to an application.

```json
{
  "model": "happyhorse-edit-video"
}
```

## FAQ

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other HappyHorse variants:

- [happyhorse-character](https://runapi.ai/ja/models/happyhorse/character.md) — `character` · $0.480
- [happyhorse-image-to-video](https://runapi.ai/ja/models/happyhorse/image-to-video.md) — `image-to-video` · $0.480
- [happyhorse-text-to-video](https://runapi.ai/ja/models/happyhorse/text-to-video.md) — `text-to-video` · $0.480
