---
title: "Ideogram V3 API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/ideogram-v3.md"
canonical: "https://runapi.ai/ja/models/ideogram-v3.md"
locale: "ja"
model: "Ideogram V3"
provider: "Ideogram"
modality: "image"
variant_count: 7
price_from_cents: 7
---

# Ideogram V3 API

ポスター、ロゴ、タイポグラフィに適した高精度の画像内テキストを持つテキスト→画像向けにIdeogram V3 APIにアクセスできます。

**Provider:** Ideogram
**Modality:** Image
**Catalog:** 7 variants

Ideogram V3は約90〜95%の画像内テキストレンダリング精度を持つテキスト→画像モデルで、判読可能なタイポグラフィを含む画像生成において最も信頼性の高いモデルの一つです。編集とリミックスワークフローもサポートしています。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| ideogram-v3-character | `character` | $0.180 | call | https://runapi.ai/ja/models/ideogram-v3/character.md |
| ideogram-v3-character-edit | `character-edit` | $0.180 | call | https://runapi.ai/ja/models/ideogram-v3/character-edit.md |
| ideogram-v3-character-remix | `character-remix` | $0.180 | call | https://runapi.ai/ja/models/ideogram-v3/character-remix.md |
| ideogram-v3-edit | `edit` | $0.070 | call | https://runapi.ai/ja/models/ideogram-v3/edit.md |
| ideogram-v3-reframe | `reframe` | $0.070 | call | https://runapi.ai/ja/models/ideogram-v3/reframe.md |
| ideogram-v3-remix | `remix` | $0.070 | call | https://runapi.ai/ja/models/ideogram-v3/remix.md |
| ideogram-v3-text-to-image | `text-to-image` | $0.070 | call | https://runapi.ai/ja/models/ideogram-v3/text-to-image.md |


## 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 features to an application.

## Context

Ideogram V3はタイポグラフィに特化して構築されており、約90〜95%のテキスト精度を実現しています。RunAPI経由では、すべてのIdeogram V3エンドポイント（生成、編集、リミックス）が1つのキーを共有します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

