HERMES + IDEOGRAM V3

Use Ideogram V3 in Hermes Agent.

Ideogram V3 generates images with industry-leading text rendering — readable typography on posters, logos, and signage that other image models struggle with. It offers three endpoints (text_to_image, edit_image, remix_image) and a turbo speed tier that cuts generation time in half at reduced cost. Hermes Agent calls it through the same RunAPI custom provider and API key used for chat, with no extra plugins to install.

one API key · typography-first generation · turbo speed tier
Use RunAPI to generate an image with accurate text rendering using Ideogram V3.

Requirements:
- Use the RunAPI API at https://runapi.ai/v1/text_to_image.
- Read the API key from RUNAPI_API_KEY environment variable.
- Use the custom:runapi provider already configured in Hermes Agent.
- Set the model to "ideogram-v3-text-to-image".
- Write a prompt that includes specific text you want rendered in the image.
- Optionally set rendering_speed to turbo for faster generation, or quality for best results.
- The response returns a task_id. Poll the task status endpoint until the task completes, then retrieve the output 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"
}
Copy the curl command to test ideogram-v3
HOW IT WORKS

Use Ideogram V3 in Hermes Agent in three steps

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
PARAMETERS

Ideogram V3 API parameters

Parameter Type Description
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.

What is Ideogram V3 on Hermes Agent?

Ideogram V3 is the practical design tool that users describe as the "sweet spot" for commercial work -- it produces clean, commercial-viable images where other models produce "gallery worthy" output that does not work for actual client deliverables. It supports edit, remix, and turbo speed tiers so you can balance cost and quality per task. Hermes Agent calls it through the RunAPI custom provider.

Ideogram V3 use cases

T-shirt and merchandise design

Generate print-ready merchandise designs with slogans, quotes, or brand names rendered as clean text -- freelancers report using it for direct-to-client deliverables.

Marketing material batch production

Create sets of marketing materials -- posters, social cards, event invitations, infographics -- using the turbo tier for draft rounds and quality tier for final outputs.

Icon and infographic design

Generate icon sets and data-rich infographics where each text label, number, and legend item renders correctly without manual correction.

FAQ

Ideogram V3 + Hermes Agent questions

Hermes Agent general setup

Not configured yet? Start with the RunAPI setup guide for Hermes Agent.

Hermes Agent setup guide →

Ideogram V3 model catalog

See all Ideogram V3 variants, pricing, and API docs.

Ideogram V3 models →

Try Ideogram V3 in Hermes Agent today.

Get a free RunAPI key, configure the custom:runapi provider, and start generating images with accurate typography using Ideogram V3.