# Supported AI Models

Zontroy AI supports integration with numerous leading AI platforms, each offering\
unique models with distinct capabilities and specializations. By providing this broad spectrum of AI models, Zontroy ensures that developers can always access the most suitable AI capabilities for their specific needs.\
The following AI providers and their respective models are currently supported within the Zontroy AI ecosystem:

| <mark style="color:blue;">AI Provider or Gateway</mark> | <mark style="color:blue;">Supported AI Model</mark>                                                                                                                      |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| OpenAI                                                  | <p>gpt-4.5-preview</p><p>gpt-4o</p><p>gpt-4-turbo</p><p>gpt-4</p><p>gpt-3.5-turbo</p><p><br></p>                                                                         |
| Qwen                                                    | <p>qwen-max</p><p>qwen-plus</p><p>qwen-turbo</p><p><br></p>                                                                                                              |
| DeepSeek                                                | <p>deepseek-reasoner</p><p>deepseek-chat</p><p><br></p>                                                                                                                  |
| xAI                                                     | grok-2-latest                                                                                                                                                            |
| Anthropic                                               | <p>claude-3-7-sonnet-20250219</p><p>claude-3-5-sonnet-20241022</p><p>claude-3-5-haiku-20241022</p><p>claude-3-opus-20240229</p><p>claude-3-haiku-20240307</p><p><br></p> |
| Google                                                  | <p>gemini-2.0-flash-exp</p><p>gemini-1.5-flash</p><p>gemini-1.5-flash-8b</p><p>gemini-1.5-pro</p><p><br></p>                                                             |
| Llama                                                   | <p>llama3.3-70b</p><p>llama3.2-3b</p><p>llama3.1-405b</p><p>llama3.1-70b</p><p>llama3.1-8b</p><p>llama3-8b</p><p><br></p>                                                |
| OpenRouter                                              | <p>qwen/qwen2.5-vl-32b-instruct:free</p><p>deepseek/deepseek-chat-v3-0324:free</p><p><br></p>                                                                            |


---

# 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.zontroy.com/zontroy-ai-models/supported-ai-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.
