---
title: "hailuo-2.3-image-to-video-standard API — Hailuo 定价与规格 | RunAPI"
url: "https://runapi.ai/zh-CN/models/hailuo/2.3-image-to-video-standard.md"
canonical: "https://runapi.ai/zh-CN/models/hailuo/2.3-image-to-video-standard.md"
locale: "zh-CN"
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 使用 %{model} 系列的 %{variant}。按次计费，无需订阅，失败的生成不计费。

## 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

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


## Related

Other Hailuo variants:

- [hailuo-02-image-to-video-pro](https://runapi.ai/zh-CN/models/hailuo/02-image-to-video-pro.md) — `02-image-to-video-pro` · $0.570
- [hailuo-02-image-to-video-standard](https://runapi.ai/zh-CN/models/hailuo/02-image-to-video-standard.md) — `02-image-to-video-standard` · $0.300
- [hailuo-02-text-to-video-pro](https://runapi.ai/zh-CN/models/hailuo/02-text-to-video-pro.md) — `02-text-to-video-pro` · $0.570
- [hailuo-02-text-to-video-standard](https://runapi.ai/zh-CN/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/zh-CN/models/hailuo/2.3-image-to-video-pro.md) — `2.3-image-to-video-pro` · $0.900
