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

# LLM providers overview

> Shared profile fields, prompt variables, and links to each provider-specific configuration page.

Use one provider page below for exact setup and examples:

* [OpenAI](/providers/openai)
* [Azure OpenAI](/providers/azure-openai)
* [Gemini](/providers/gemini)
* [Anthropic](/providers/anthropic)
* [AWS Bedrock](/providers/bedrock)
* [LM Studio](/providers/lmstudio)
* [Groq](/providers/groq)
* [Mistral](/providers/mistral)
* [Ollama](/providers/ollama)

## Supported provider values

* `openai`
* `azure_openai`
* `gemini`
* `anthropic`
* `bedrock`
* `lmstudio`
* `groq`
* `mistral`
* `ollama`

## Required profile fields

Each `llm.profiles.<name>` entry requires:

* `provider`
* `model`

Optional profile fields:

* `system_prompt`
* `user_prompt`
* `prompt` (deprecated)

## Prompt variables

These placeholders are available in `prompt`, `system_prompt`, and `user_prompt`:

* `{{source}}`
* `{{target}}`
* `{{input}}`
