> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/getting-started/google-gemini-model-support.md).

# Google Gemini Model Support

Gemini is now a first-class provider alongside existing LLMs. Authorized users can select Gemini models wherever model choice exists: Chat, Assistant Builder, and Admin Center.

#### Why these matters <a href="#why-this-matters" id="why-this-matters"></a>

* More choice across quality, latency, and cost tiers.
* LLM-agnostic strategy reduces dependency on a single vendor.

#### Where you’ll see it <a href="#where-youll-see-it" id="where-youll-see-it"></a>

* Chat: Open model selector and choose a Gemini model (if enabled by your org).
* Assistant Builder: Set a Gemini model in the assistant’s configuration.
* Admin Center: Org admins can enable/disable specific Gemini models and govern availability.

#### Getting started <a href="#getting-started" id="getting-started"></a>

* Gemini Pro tiers: higher reasoning and quality for complex tasks.
* Gemini Flash tiers: faster, cost-efficient responses for high-volume use.
* Flash-Lite tiers: lightweight for latency-sensitive or budget-conscious flows.
* If a Gemini model is missing, ask your admin to enable it for your org.

The platform only exposes generally available (GA) Gemini models. Preview models are not selectable.


---

# 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.ixhello.com/ixhello/getting-started/google-gemini-model-support.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.
