> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/generate-with-ai/ai-generation-usage-and-costs.md).

# AI generation usage and costs

Understand token usage, generation costs, and data handling for AI generation in Channable.

Text and image generation use your [Gemini](/manage-improve-product-data/generate-with-ai/set-up-your-ai-generation-connection/how-to-create-a-gemini-connection-for-ai-generation.md) or [OpenAI](/manage-improve-product-data/generate-with-ai/set-up-your-ai-generation-connection/how-to-create-an-openai-connection-for-ai-generation.md) connection. You are charged when content is generated, including previews.

Charges apply whether or not you approve the result. Each re-run is a new request and adds a new cost.

* [Text and image generation cost factors](#cost-factors-for-text-and-image-generation)
* [Text generation costs](#text-generation-costs)
* [Image generation costs](#image-generation-costs)

{% hint style="info" %}

#### No costs for AI-enriched attributes

AI-enriched attributes do not use Gemini or OpenAI. They do not consume provider tokens or incur provider generation costs.
{% endhint %}

***

### Cost factors for text and image generation

Your total cost depends on these factors:

* The number of items you generate content for.
* The number of previews and re-runs.
* Your provider's pricing.

Filter items before generating content. Test your setup with a small selection first.

#### Text-generation costs

Text generation uses tokens. Cost also depends on input data, prompt length, and generated-output length. Check current provider pricing before generating at scale:

* [Gemini text-generation pricing ](https://ai.google.dev/gemini-api/docs/pricing#gemini-3.1-flash-lite)[(Gemini 3.1 Flash-Lite)](https://ai.google.dev/gemini-api/docs/pricing#gemini-3.1-flash-lite)
* [OpenAI text-generation pricing](https://developers.openai.com/api/docs/pricing) [(OpenAI GPT-5.4 Nano)](https://developers.openai.com/api/docs/pricing)

Check **Estimated generation cost** in the **Prompting** step before generating values.

#### Image-generation costs

Image generation is charged per generated image. Cost also depends on input data, prompt length, and generated-output complexity. Check current provider pricing before generating at scale:

* [Gemini image-generation pricing](https://ai.google.dev/gemini-api/docs/pricing#gemini-3.1-flash-image) [(Gemini 3.1 Flash Image)](https://ai.google.dev/gemini-api/docs/pricing#gemini-3.1-flash-image)
* [OpenAI image-generation pricing](https://developers.openai.com/api/docs/pricing#image-generation) [(OpenAI GPT-2.5 Sunburst)](https://developers.openai.com/api/docs/pricing#image-generation)

Check **Estimated generation cost** in the **Prompting** step before generating values.

### Data use

Google and OpenAI do not use your input, prompts, or responses to improve their products. This applies when you use a paid tier or Channable's trial Gemini connection.

Read the provider terms for details: [Gemini](https://ai.google.dev/gemini-api/terms#data-use-paid) and [OpenAI](https://developers.openai.com/api/docs/guides/your-data).


---

# 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/generate-with-ai/ai-generation-usage-and-costs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
