---
title: "ideogram-v3-remix API — Ideogram V3 料金・仕様"
url: "https://runapi.ai/ja/models/ideogram-v3/remix.md"
canonical: "https://runapi.ai/ja/models/ideogram-v3/remix.md"
locale: "ja"
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": "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。"
}
```

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

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other Ideogram V3 variants:

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