> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ai-chatbots-and-automation/supported-llms.md).

# Supported LLMs

<figure><img src="/files/DoYeNmkCrAldLrJqSxPA" alt="" width="375"><figcaption></figcaption></figure>

Tiledesk natively supports multiple Large Language Models, including both cloud-based solutions and open-source models via Ollama and vLLM integrations.

### Supported LLM providers and models <a href="#supported-llm-providers-and-models" id="supported-llm-providers-and-models"></a>

### Cohere

* command-r
* command-r-plus

### Google

* gemini-pro

### Anthropic

* claude-3-5-sonnet

### Groq

Grouped by "creator"

### Meta (LLAMA)

* llama-3.2-11b-vision-preview
* llama-3.1-8b-instant
* llama-3.2-3b-preview
* llama-3.2-90b-vision-preview
* llama-guard-3-8b
* llama3-8b-8192
* llama-3.2-1b-preview
* llama-3.3-70b-versatile
* llama3-70b-8192
* llama-3.3-70b-specdec

### Deepseek

* deepseek-r1-distill-qwen-32b
* deepseek-r1-distill-llama-70b

### Alibaba cloud

* qwen-2.5-32b

### Mistral

* mixtral-8x7b-32768

### Ollama/vLLM

* *User defined models*

Feel free to [ask for more models](mailto:support@tiledesk.com)


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/supported-llms.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.
