---
title: "imagen-4-fast API — Imagen 4 定价与规格"
url: "https://runapi.ai/zh-CN/models/imagen-4/fast.md"
canonical: "https://runapi.ai/zh-CN/models/imagen-4/fast.md"
locale: "zh-CN"
model: "Imagen 4"
provider: "Google"
variant_id: "imagen-4-fast"
sdk_model_id: "imagen-4-fast"
modality: "image"
price_from_cents: 4
billing_unit: "call"
status: "active"
---

# Imagen 4 imagen-4-fast API

通过 RunAPI 使用 Imagen 4 系列的 imagen-4-fast。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.040** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `imagen-4-fast` |
| Provider | Google |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/imagen_4/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "imagen-4-fast",
  "prompt": "生成一张产品主图：磨砂黑水壶放在米色石面上，柔和侧光，4K 分辨率。"
}
```

## Install the skill

```sh
npx skills add runapi-ai/imagen-4 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Imagen 4 imagen-4-fast features to an application.

```json
{
  "model": "imagen-4-fast"
}
```

## FAQ

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

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

### 该变体的限流？

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

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

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

### 支持流式吗？

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

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

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


## Related

Other Imagen 4 variants:

- [imagen-4](https://runapi.ai/zh-CN/models/imagen-4/imagen-4.md) — `imagen-4` · $0.080
- [imagen-4-pro-remix-image](https://runapi.ai/zh-CN/models/imagen-4/pro-remix-image.md) — `pro-remix-image` · $0.180
- [imagen-4-ultra](https://runapi.ai/zh-CN/models/imagen-4/ultra.md) — `ultra` · $0.120
