Hermes Agent で Ideogram V3 を使う。
Ideogram V3 は業界トップクラスのテキストレンダリングで画像を生成します — 他の画像モデルが苦手とする、ポスター、ロゴ、サインの読みやすいタイポグラフィを実現します。3つのエンドポイント(text_to_image、edit_image、remix_image)と、生成時間を半分に短縮しコストも抑える turbo 速度ティアを提供します。Hermes Agent は、チャットに使うのと同じ RunAPI のカスタム provider と API キーでこれを呼び出します。追加のプラグインのインストールは不要です。
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"
}
Hermes Agent で Ideogram V3 を使う3ステップ
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
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
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のリミックスモードでフォーマット間のビジュアル一貫性を維持します。
Ideogram V3 + Hermes Agent のよくある質問
Ideogram V3 is specifically optimized for typography rendering. It can produce readable multi-line text, stylized headings, and logo-quality lettering that models like Flux or Imagen often garble. If your use case requires accurate text on posters, signs, or product labels, Ideogram V3 is the strongest option in the RunAPI catalog.
Turbo generates the fastest at roughly half the cost of balanced. Quality produces the highest-detail output but takes longer. Balanced is the default middle ground. All three tiers use the same underlying Ideogram V3 model — the difference is compute time and fidelity, not model version.
Add a custom provider with base_url https://runapi.ai/v1 and your RUNAPI_API_KEY in the Hermes Agent provider config. Once configured, call any RunAPI endpoint — text_to_image, edit_image, remix_image — through the same provider. Run hermes doctor to verify the connection.
Yes. Use the remix_image endpoint with model set to ideogram-v3-remix. Pass source_image_url with the style reference image, then describe the new composition in the prompt. The output inherits the visual style of the source while following the text prompt for content. You can also set style to design, realistic, or general to further guide the output.
Hermes Agent passes your prompt (including text content and placement instructions) to the RunAPI Ideogram V3 endpoint. The model handles text rendering natively. For best results, clearly specify the text to render and its position in the prompt.
For text-heavy designs -- logos, posters, signage -- Ideogram V3 saves significant time over alternatives that require manual text correction. The turbo tier cuts cost in half versus balanced mode while using the same model. For images without text, other models like Flux 2 or Imagen 4 may offer better value.
今すぐ Hermes Agent で Ideogram V3 を試す。
無料の RunAPI キーを取得し、custom:runapi provider を設定すれば、Ideogram V3 で正確なタイポグラフィを備えた画像を生成し始められます。