> ## Documentation Index
> Fetch the complete documentation index at: https://honeydew.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM Providers

Honeydew can integrate with a number of LLM providers and platforms.

Two modes of operation are possible:

* Using a model platform (e.g [Snowflake Cortex](/docs/integration/data-sources/snowflake#snowflake-cortex-requirements),
  Databricks Mosaic, Amazon Bedrock, etc).
* Using the model provider directly (e.g. OpenAI, Anthropic, Gemini, etc).

The decision which mode to use depends on your architecture, security and compliance requirements,
as well as cost and budget considerations.

| Models family                               | Direct Integration | Snowflake Cortex | Databricks Mosaic | Amazon Bedrock | Google Vertex AI | Microsoft Foundry |
| ------------------------------------------- | ------------------ | ---------------- | ----------------- | -------------- | ---------------- | ----------------- |
| [Anthropic Claude](https://claude.com/)     | Supported          | Supported        | Supported (Beta)  | Coming soon    | Supported (Beta) | Coming soon       |
| [OpenAI GPT](https://openai.com/)           | Supported (Beta)   | Supported (Beta) | Supported (Beta)  | N/A            | N/A              | Coming soon       |
| [Google Gemini](https://gemini.google.com/) | Supported (Beta)   | Supported        | Supported (Beta)  | N/A            | Supported (Beta) | N/A               |

## Anthropic Claude

Anthropic **Claude Sonnet 4.6** is the default LLM model used by Honeydew AI for
text-to-data and data analysis.

## Direct Integration

Honeydew supports direct integration with Anthropic Claude models using the Anthropic API.
To configure Honeydew to use Anthropic Claude directly, you need to provide your Anthropic API key
in the Honeydew LLM Provider settings.

## Snowflake Cortex

Honeydew supports using Anthropic Claude models via Snowflake Cortex.
See [Snowflake Cortex Integration](/docs/integration/data-sources/snowflake#snowflake-cortex-requirements) for more information.
