# Supported LLMs

This page lists the Large Language Models (LLMs) that work with **RagaAI Catalyst**, how to connect them, and when to choose one provider over another. You’ll also find a quick compatibility matrix, limits to be aware of, and FAQs.

### How to connect a provider (2-minute setup)

* Go to **Settings → API Keys** in Catalyst.
* Click **Add Key**, choose the provider, and paste your API key or credentials.

### Choosing the right model

* **Rapid prototyping / lowest latency:** start with lightweight models (e.g., “mini/flash” tiers).
* **Complex reasoning / tool orchestration:** choose higher-end models (e.g., GPT-4.x, Claude 3.x).
* **Enterprise hosting requirements:** prefer **Azure OpenAI** or **AWS Bedrock**.
* **Long context / multimodal inputs:** consider **Gemini** or **Claude 3.x** with extended context windows.

{% content-ref url="/pages/i7wyPYO197z3IUuAqA2K" %}
[OpenAI](/ragaai-catalyst/concepts/supported-llms/openai.md)
{% endcontent-ref %}

{% content-ref url="/pages/s0dsyFET4TGsIDSJgksW" %}
[Gemini](/ragaai-catalyst/concepts/supported-llms/gemini.md)
{% endcontent-ref %}

{% content-ref url="/pages/A0YeghdjgD5027i7Cc85" %}
[Azure](/ragaai-catalyst/concepts/supported-llms/azure.md)
{% endcontent-ref %}

{% content-ref url="/pages/cn2VU5euO39HIUieTiON" %}
[AWS Bedrock](/ragaai-catalyst/concepts/supported-llms/aws-bedrock.md)
{% endcontent-ref %}

{% content-ref url="/pages/5DCLAnoUKqyujkdy1B0D" %}
[ANTHROPIC](/ragaai-catalyst/concepts/supported-llms/anthropic.md)
{% endcontent-ref %}


---

# 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.raga.ai/ragaai-catalyst/concepts/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.
