> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/about-fabricate/fabricate-pricing-and-ai-usage/account-default-available-ai-models.md).

# Setting the default and available AI models

Fabricate provides a range of AI models that users can choose from.

To help manage your AI cost, you can configure:

* The default models for your account.
* The available models for your account.

The model configuration settings are on the **AI** page of **Account Settings**.

## Selecting the default AI models <a href="#ai-models-default" id="ai-models-default"></a>

Under **Default Models**, select the default models to use for data generation, validation, and freeform text generation.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FDdENfuHoB7YRRtJHtGzc%2FAccount_AIDefaultModels.png?alt=media&amp;token=0008d9a7-af9c-4907-8b8d-35e5e631ebf0" alt=""><figcaption><p>Default Models section on the AI page of Account Settings</p></figcaption></figure>

To apply the current default values to your account users, click Apply to All Users.

## Configuring the available AI models <a href="#ai-models-available" id="ai-models-available"></a>

The **Available Models** list displays the AI models that Fabricate provides access to.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FnTG1MQH8Tv7Gbltd2uIq%2FAccount_AIAvailableModels.png?alt=media&amp;token=0303b1cd-885a-4ab1-bab0-40a095572144" alt=""><figcaption><p>Available Models list to manage the available models for your account</p></figcaption></figure>

By default, all of the models are enabled. You can change the configuration to limit the models that your account users can choose from.

For each model to disable, toggle the setting to the off position.

To renable a model, toggle the setting to the on position.

To save the changes to the available models, click **Save Changes**.


---

# 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://docs.tonic.ai/fabricate/about-fabricate/fabricate-pricing-and-ai-usage/account-default-available-ai-models.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.
