> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/project/integrations/llm/providers.md).

# Providers

**Where:** Project → Integrations → LLM → Integrations → **Add** · `/projects/<project>/ai/llms/integrations/pick`

Pick a provider below to see what it is for and what its configuration form asks. In the app the same catalog appears as a gallery on the pick screen; providers you already connected are marked.

| Provider                                                              | What it is                                                                                |
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [OpenAI](/cloud/project/integrations/llm/providers/openai.md)         | Connect OpenAI to use GPT models for chat, completions, and embeddings.                   |
| [Anthropic](/cloud/project/integrations/llm/providers/anthropic.md)   | Connect Anthropic to use Claude models.                                                   |
| [Ollama](/cloud/project/integrations/llm/providers/ollama.md)         | Connect a self-hosted Ollama server to run open-source models on your own infrastructure. |
| [Groq](/cloud/project/integrations/llm/providers/groq.md)             | Connect Groq for ultra-low-latency inference of open-source models.                       |
| [Google](/cloud/project/integrations/llm/providers/google.md)         | Connect Google to use Gemini models.                                                      |
| [Mistral](/cloud/project/integrations/llm/providers/mistral.md)       | Connect Mistral AI to use Mistral models.                                                 |
| [OpenRouter](/cloud/project/integrations/llm/providers/openrouter.md) | Connect OpenRouter to access many models from different vendors behind one API.           |
| [Grok](/cloud/project/integrations/llm/providers/grok.md)             | Connect xAI to use Grok models.                                                           |

## API reference

Endpoints: [AI](/api-reference/ai.md).
