---
title: "hailuo-2.3-image-to-video-standard API — Hailuo 料金・仕様"
url: "https://runapi.ai/ja/models/hailuo/2.3-image-to-video-standard.md"
canonical: "https://runapi.ai/ja/models/hailuo/2.3-image-to-video-standard.md"
locale: "ja"
model: "Hailuo"
provider: "MiniMax"
variant_id: "hailuo-2.3-image-to-video-standard"
sdk_model_id: "hailuo-2.3-image-to-video-standard"
modality: "video"
price_from_cents: 50
billing_unit: "call"
status: "active"
---

# Hailuo hailuo-2.3-image-to-video-standard API

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

## Pricing

**$0.500** per call

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `hailuo-2.3-image-to-video-standard` |
| Provider | MiniMax |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/hailuo/image_to_video` |
| Status | active |

## Request example

```json
{
  "model": "hailuo-2.3-image-to-video-standard",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "ガラスのビー玉が木製の机の上を転がり、端から落ちる5秒間のクリップを生成してください。"
}
```

## Install the skill

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

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Hailuo hailuo-2.3-image-to-video-standard features to an application.

```json
{
  "model": "hailuo-2.3-image-to-video-standard"
}
```

## FAQ

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

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

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

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


## Related

Other Hailuo variants:

- [hailuo-02-image-to-video-pro](https://runapi.ai/ja/models/hailuo/02-image-to-video-pro.md) — `02-image-to-video-pro` · $0.570
- [hailuo-02-image-to-video-standard](https://runapi.ai/ja/models/hailuo/02-image-to-video-standard.md) — `02-image-to-video-standard` · $0.300
- [hailuo-02-text-to-video-pro](https://runapi.ai/ja/models/hailuo/02-text-to-video-pro.md) — `02-text-to-video-pro` · $0.570
- [hailuo-02-text-to-video-standard](https://runapi.ai/ja/models/hailuo/02-text-to-video-standard.md) — `02-text-to-video-standard` · $0.500
- [hailuo-2.3-image-to-video-pro](https://runapi.ai/ja/models/hailuo/2.3-image-to-video-pro.md) — `2.3-image-to-video-pro` · $0.900
