プロバイダー

Ideogram AI モデル

Ideogram V3 — タイポグラフィとデザイン向けの業界トップクラスの画像内テキスト精度を持つテキスト→画像。

1 models · 7 variants · から $0.070
概要

Ideogramは正確な画像内テキストレンダリングを重視したテキスト→画像生成に特化しています。V3はポスター、ロゴ、タイポグラフィで約90〜95%のテキスト精度を達成しており、汎用画像モデルよりも大幅に優れています。

  • 全プロバイダー共通の API key
  • Model skill が docs と schema を作業環境に持ち込みます
  • 呼び出し単位の課金、契約不要
  • 失敗した生成は課金されません
機能

注目ポイント

モデル

Ideogram の全モデル

クイックスタート

Ideogram の model skill をインストール。

モデルを選んで skill を追加すると、コードツールが docs、schema、料金メモ、セットアップ手順を参照できます。

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 の全バリアント

料金表を見る →
Model Variant Billing From
Ideogram V3
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 見る →
FAQ

Ideogram に関するよくある質問

これは Ideogram の公式連携ですか?

RunAPI は、料金、機能、エラー挙動が明確なマネージド API サーフェスを提供します。

Ideogram アカウントは必要ですか?

いいえ。RunAPI key だけでマネージドアクセスを利用できます。

料金はどう請求されますか?

呼び出しまたは単位ごとの従量課金で、失敗した生成は課金されません。

今すぐ開始

1つの API から Ideogram モデルを呼び出す。