> For the complete documentation index, see [llms.txt](https://docs.ideogram.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ideogram.ai/using-ideogram/generation-settings/render-speed.md).

# Render Speed

Render Speed controls how much time Ideogram spends producing an image. It affects generation latency, refinement level, and credit usage. Available speeds depend on the selected model, plan, endpoint, and workflow.

To select a render speed:

1. Open the [Prompt Box](/using-ideogram/ui-overview/ui-components/prompt-box.md).
2. Open the model picker or model/variations menu.
3. Choose one of the speeds shown for the selected model.

## Speed Families

| Speed family           | Use it for                           |
| ---------------------- | ------------------------------------ |
| **Flash**              | Fastest generation where supported.  |
| **Turbo / Fast**       | Quick iteration and brainstorming.   |
| **Default / Balanced** | Normal mode for everyday generation. |
| **Quality**            | More refinement where supported.     |

Not every model supports every render speed. If a speed is not shown in the prompt box or is rejected by the API, choose one of the speeds available for that model.

Credit usage can change by model, render speed, output count, and workflow. See [Available Plans](/plans-and-pricing/available-plans.md) for the credit system overview and [ideogram.ai/pricing](https://ideogram.ai/pricing) for current plan details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ideogram.ai/using-ideogram/generation-settings/render-speed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
