---
title: "ideogram-v3-edit API — Ideogram V3 定价与规格 | RunAPI"
url: "https://runapi.ai/zh-CN/models/ideogram-v3/edit.md"
canonical: "https://runapi.ai/zh-CN/models/ideogram-v3/edit.md"
locale: "zh-CN"
model: "Ideogram V3"
provider: "Ideogram"
variant_id: "ideogram-v3-edit"
sdk_model_id: "ideogram-v3-edit"
modality: "image"
price_from_cents: 7
billing_unit: "call"
status: "active"
---

# Ideogram V3 ideogram-v3-edit API

通过 RunAPI 使用 %{model} 系列的 %{variant}。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.070** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `ideogram-v3-edit` |
| Provider | Ideogram |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/ideogram_v3/edit_image` |
| Status | active |

## Request example

```json
{
  "model": "ideogram-v3-edit",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "创建一张电影海报，标题 '最后的边疆' 用粗体衬线字在顶部，背景是太空站。"
}
```

## Install the skill

```sh
npx skills add runapi-ai/ideogram-v3 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Ideogram V3 ideogram-v3-edit features to an application.

```json
{
  "model": "ideogram-v3-edit"
}
```

## FAQ

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

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

### 该变体的限流？

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

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

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

### 支持流式吗？

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

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

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


## Related

Other Ideogram V3 variants:

- [ideogram-v3-character](https://runapi.ai/zh-CN/models/ideogram-v3/character.md) — `character` · $0.180
- [ideogram-v3-character-edit](https://runapi.ai/zh-CN/models/ideogram-v3/character-edit.md) — `character-edit` · $0.180
- [ideogram-v3-character-remix](https://runapi.ai/zh-CN/models/ideogram-v3/character-remix.md) — `character-remix` · $0.180
- [ideogram-v3-reframe](https://runapi.ai/zh-CN/models/ideogram-v3/reframe.md) — `reframe` · $0.070
- [ideogram-v3-remix](https://runapi.ai/zh-CN/models/ideogram-v3/remix.md) — `remix` · $0.070
- [ideogram-v3-text-to-image](https://runapi.ai/zh-CN/models/ideogram-v3/text-to-image.md) — `text-to-image` · $0.070
