---
title: "ideogram-v3-edit API — Ideogram V3 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/ideogram-v3/edit.md"
canonical: "https://runapi.ai/zh-HK/models/ideogram-v3/edit.md"
locale: "zh-HK"
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 使用 Ideogram V3 系列的 ideogram-v3-edit。按次收費，無需訂閱，失敗的生成不扣費。

## 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": "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background."
}
```

## 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 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

### 之後可以切換 variant 嗎？

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other Ideogram V3 variants:

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