# (Large Language Models) LLMs

My AskAI uses a variety of models to provide the highest quality AI agent responses.

There is no single model used, there are a combination of smaller, faster models for certain parts of the answering process, combined with more powerful or fine-tuned models for final responses.

These models are continually being re-evaluated, benchmarked and A/B tested to improve overall AI resolution for our users.

We predominantly use OpenAI models (generally whichever is the latest model at time of writing), however for certain tasks we may use Google or Anthropic models where performance is superior.

We don't currently use any reasoning models due to their slower speeds for responses.


---

# 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://support.myaskai.com/faq/general/large-language-models-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.
