---
title: "ideogram-v3-remix API — Ideogram V3 價格與規格"
url: "https://runapi.ai/zh-TW/models/ideogram-v3/remix.md"
canonical: "https://runapi.ai/zh-TW/models/ideogram-v3/remix.md"
locale: "zh-TW"
model: "Ideogram V3"
provider: "Ideogram"
variant_id: "ideogram-v3-remix"
sdk_model_id: "ideogram-v3-remix"
modality: "image"
price_from_cents: 7
billing_unit: "call"
status: "active"
---

# Ideogram V3 ideogram-v3-remix API

透過 RunAPI 使用 Ideogram V3 系列的 ideogram-v3-remix。按次計費，無訂閱費，失敗的生成不收費。

## Pricing

**$0.070** per call

失敗的生成不收費

## Spec sheet

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

## Request example

```json
{
  "model": "ideogram-v3-remix",
  "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-remix features to an application.

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

## FAQ

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

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

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other Ideogram V3 variants:

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