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

# Output Settings and Controls

Output Controls define the technical parameters of your generated image — how many images to produce, what quality to render at, and what dimensions to use. Every setting directly affects the credit cost of your generation, displayed before you commit to generating.

***

#### Output Controls at a Glance

| Control                   | What It Defines                                 | Credit Impact                  |
| ------------------------- | ----------------------------------------------- | ------------------------------ |
| **Number of Generations** | How many images to produce in one run           | Multiplies total cost linearly |
| **Quality**               | Visual fidelity — 720p, 1K, 2K, 4K              | Higher = more credits          |
| **Dimensions**            | Aspect ratio and pixel dimensions of the output | No credit impact               |

***

#### How Output Settings Affect Credits

Each output control contributes to the total credit cost of a generation:

> **Total credits = credits per image × number of generations**

The credits per image figure is determined by your combined choice of model and quality setting. Dimensions do not affect credit cost. The exact total is displayed before you generate — adjust any setting and the cost updates immediately.

For a complete breakdown of credit calculation across all settings, see [Image Models →](/model-reference/image-models.md).

***

#### Resetting Output Controls

The **Reset** option clears all current settings and inputs — model, preset, prompt, keywords, reference images, quality, dimensions, and generation count. Use this when starting a completely new generation to avoid carrying over settings from a previous run.

***

#### What's in This Section

1. [**Number of Generations →**](/image-generation/output-settings-and-controls/number-of-generations.md) How batch generation works, when to run multiple at once, and how generation count multiplies credit cost.
2. [**Quality Settings →**](/image-generation/output-settings-and-controls/resolution-and-quality.md) 720p through 4K — what each quality level produces, when to use each, and how quality affects credit cost.
3. [**Dimensions & Aspect Ratio →**](/image-generation/output-settings-and-controls/dimensions-and-aspect-ratio.md) Available dimension presets, platform-specific recommendations, and tips for matching output dimensions to your intended use.


---

# 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.qolaba.ai/image-generation/output-settings-and-controls.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.
