# AI Models (LLMs)

DatalinkerAI has the ability to integrate different types of LLMs into the system in parallel. As of the most recent update of 27/03/2024 Datalinker includes all of OpenAI’s LLMs such as Chat-GPT 3.5 Turbo, Chat-GPT 4 Turbo, Chat-GPT 4 Pro.

When signing up to DatalinkerAI the user will be given packages to choose from which includes a breakdown and allocation of these tokens. Custom packages will also be able to be configured in the future.

In the near future, DatalinkerAI will also allow custom API’s & LLMs to be used within the package, this will allow LLMs such as Google's Gemini and Meta’s open sourced Llama LLM.


---

# 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.datalinker.ai/data-linker/ai-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.
