Image · Ideogram

Ideogram V3 API

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

稼働中 · 7 variants · から $0.070
runapi.ai
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "ideogram-v3-text-to-image",
  "prompt": "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。"
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";

const client = new IdeogramV3Client();
const result = await client.textToImage.run({
    model: "ideogram-v3-text-to-image",
    prompt: "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\IdeogramV3\IdeogramV3Client;

$client = new IdeogramV3Client();
$result = $client->textToImage->run([
        'model' => 'ideogram-v3-text-to-image',
        'prompt' => '「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。',
]);
require "runapi/ideogram_v3"

client = RunApi::IdeogramV3::Client.new
result = client.text_to_image.run(
    model: "ideogram-v3-text-to-image",
    prompt: "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。"
)
npx skills add runapi-ai/ideogram-v3 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/ideogram-v3 v1
概要

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

  • 品質とレイテンシ目標に合わせたモデルバリアント
  • 統合 API key
  • Model skill に docs、schema、セットアップメモを同梱
  • 失敗した生成は課金されません
バリアント

バリアント

Variant Billing From
ideogram-v3-character call $0.180 見る →
ideogram-v3-character-edit call $0.180 見る →
ideogram-v3-character-remix call $0.180 見る →
ideogram-v3-edit call $0.070 見る →
ideogram-v3-reframe call $0.070 見る →
ideogram-v3-remix call $0.070 見る →
ideogram-v3-text-to-image call $0.070 見る →
MODELS

アプリ開発用に Ideogram V3 skill をインストール

モデル docs、schema、料金メモ、セットアップ手順をコード作業環境に読み込みます。

# Install the model skill for app development workflows
npx skills add runapi-ai/ideogram-v3 -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Ideogram V3 skill for this app:

1. Add runapi-ai/ideogram-v3 with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
仕組み

この model skill で構築する方法

01

モデルを選ぶ

出力タイプ、品質基準、レイテンシ目標に合うモデルとバリアントを選びます。

02

一度だけ認証

対応するすべてのモデルに RunAPI key を使います。

03

skill をインストール

機能実装の前に model skill をコード作業環境へ追加します。

04

出力を受け取る

task ID でポーリングするか、生成完了時の callback を処理します。

背景

Ideogram V3 の位置づけ

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

Provider
Ideogram
Modality
Image
RUNAPI を選ぶ理由

RunAPI 経由で Ideogram V3 を使う理由

1つの API key

モデルやプロバイダーをまたいで同じ認証情報を使えます。

Skill-ready

model skill に schema、セットアップメモ、料金コンテキスト、モデル ID が含まれます。

予測しやすい請求

呼び出し前に従量料金を確認できます。

FAQ

よくある質問

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

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

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

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

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

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

今すぐ開始

Ideogram V3 で構築を開始。