# Private AI/LLM Models

The Models section refers to AI models.

This section delves into Diaflow's AI model, explaining their functions and providing typical use cases for each.&#x20;

The six AI models are:

* [OpenAI (Variants, Vision, Dall-E, TTS, Whisper)](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/openai)
* [Anthropic Claude](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/anthropic)
* [Llama](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/llama)
* [Google gemini](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/google-gemini)
* [Cohere](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/cohere)
* [MistralAI](https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/mistralai)

<figure><img src="/files/K6qLBEMSC42f5YgcvyfK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/15LHLRpggUjF8Ob8Ef4B" alt=""><figcaption></figcaption></figure>

Please refer to the following sections for more information on each available component.


---

# Agent Instructions: 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.diaflow.io/workflow-builder/nodes/private-ai-llm-models.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.
