HERMES + IDEOGRAM V3

Hermes Agent で Ideogram V3 を使う。

Ideogram V3 は業界トップクラスのテキストレンダリングで画像を生成します — 他の画像モデルが苦手とする、ポスター、ロゴ、サインの読みやすいタイポグラフィを実現します。3つのエンドポイント(text_to_image、edit_image、remix_image)と、生成時間を半分に短縮しコストも抑える turbo 速度ティアを提供します。Hermes Agent は、チャットに使うのと同じ RunAPI のカスタム provider と API キーでこれを呼び出します。追加のプラグインのインストールは不要です。

1つの APIキー · タイポグラフィ優先の生成 · turbo 速度ティア
RunAPI を使って Ideogram V3 で正確なテキストレンダリングを備えた画像を生成します。

要件:
- RunAPI の API https://runapi.ai/v1/text_to_image を使用する。
- RUNAPI_API_KEY 環境変数から API キーを読み込む。
- Hermes Agent にすでに設定された custom:runapi provider を使用する。
- model を "ideogram-v3-text-to-image" に設定する。
- 画像内にレンダリングしたい具体的なテキストを含むプロンプトを書く。
- 任意で、生成を速くするには rendering_speed を turbo に、最良の結果には quality に設定する。
- レスポンスは task_id を返します。タスクが完了するまでタスクステータスのエンドポイントをポーリングし、出力 URL を取得する。
curl -X POST https://runapi.ai/v1/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "ideogram-v3-text-to-image",
    "prompt": "A minimalist cafe menu poster, cream background, the text FRESH BREWED written in elegant serif font at the top, three coffee cup illustrations below, warm earth tones",
    "style": "design",
    "aspect_ratio": "3:4",
    "rendering_speed": "balanced"
  }'
{
  "task_id": "tsk_abc123",
  "status": "pending",
  "model": "ideogram-v3-text-to-image"
}
curlコマンドをコピーしてテスト ideogram-v3
仕組み

Hermes Agent で Ideogram V3 を使う3ステップ

1

Configure RunAPI

Set the RUNAPI_API_KEY environment variable in your shell profile. If the custom:runapi provider is already configured in Hermes Agent for chat, the same key works for Ideogram V3 — no additional setup needed.

export RUNAPI_API_KEY=runapi_xxx
2

Call Ideogram V3

Send a POST request to the text_to_image endpoint with model set to ideogram-v3-text-to-image. Include your prompt with any text you want rendered in the image. Set style to design for poster and logo work, or realistic for photographic output. Use rendering_speed turbo for faster results at lower cost.

POST /v1/text_to_image
3

Get the result

The API returns a task_id immediately. Poll the task status endpoint until the status changes to completed, then retrieve the output image URL from the response. Request up to 4 images per call with output_count.

task_id: tsk_abc123
パラメータ

Ideogram V3 API パラメータ

パラメータ 説明
model string Required. ideogram-v3-text-to-image, ideogram-v3-edit, or ideogram-v3-remix.
prompt string Text description of the desired image. Include specific text you want rendered.
style string Optional. auto, general, realistic, or design. Use design for posters and logos.
rendering_speed string Optional. turbo (fastest, lowest cost), balanced (default), or quality (highest detail).
aspect_ratio string Optional. 1:1, 3:4, 9:16, 4:3, or 16:9.
output_count integer Optional. Number of images to generate per request. 1 to 4.
source_image_url string Required for edit and remix endpoints. URL of the source image.

Hermes AgentのIdeogram V3とは?

Ideogram V3は商業作業に適した実用的なデザインツールで、クリーンで商業的に使える画像を生み出します。編集・リミックス・Turboスピードティアをサポートし、タスクごとにコストと品質を調整できます。Hermes AgentはRunAPI custom provider経由で呼び出します。

Ideogram V3の活用例

クライアント納品物の商業デザイン

バナー・カバー画像・マーケティング素材のクライアントに直接納品できるプロデザインを生成し、芸術的すぎる出力を大量に手動調整する必要がありません。

テキストオーバーレイ付きSNSコンテンツ

Instagram・LinkedIn・TwitterのSNS投稿ビジュアルを正確なテキストオーバーレイ付きで一括生成し、Ideogramの高いテキスト精度が一発成功を保証します。

マルチフォーマットのブランドスイート

Hermes Agentワークフローで同じブランドアセットに対して複数のフォーマット——横向き・縦向き・正方形——を生成し、Ideogramのリミックスモードでフォーマット間のビジュアル一貫性を維持します。

FAQ

Ideogram V3 + Hermes Agent のよくある質問

Hermes Agent の基本設定

まだ設定していませんか?Hermes Agent の RunAPI セットアップガイドから始めましょう。

Hermes Agent セットアップガイド →

Ideogram V3 モデルカタログ

すべての Ideogram V3 バリアント、価格、API ドキュメントを確認する。

Ideogram V3 モデル →

今すぐ Hermes Agent で Ideogram V3 を試す。

無料の RunAPI キーを取得し、custom:runapi provider を設定すれば、Ideogram V3 で正確なタイポグラフィを備えた画像を生成し始められます。