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

# All LLM Providers

To add a standard or custom model, select a large language model (LLM) provider integrated with Cognigy.AI:

<CardGroup cols={3}>
  <Card title="Platform-Provided LLM" href="/ai/agents/develop/gen-ai-and-llms/providers/cognigy-platform-provided">
    Cognigy.AI provides a GPT-based LLM for setting up and testing [design-time features](/ai/agents/develop/gen-ai-and-llms/generative-ai#design-time-generative-ai-features).
  </Card>

  <Card title="Azure OpenAI" href="/ai/agents/develop/gen-ai-and-llms/providers/microsoft-azure-openai">
    Add credentials for standard models, such as `gpt-5-4`, `gpt-5-2`, `gpt-5-1`, `gpt-5`, and `text-embedding`, or add a custom model based on an Azure OpenAI model.
  </Card>

  <Card title="OpenAI" href="/ai/agents/develop/gen-ai-and-llms/providers/openai">
    Add credentials for standard models, such as `gpt-5-4`, `gpt-5-2`, `gpt-5-1`, `gpt-5`, and `text-embedding`, or add a custom model based on an OpenAI model.
  </Card>

  <Card title="OpenAI-Compatible LLMs" href="/ai/agents/develop/gen-ai-and-llms/providers/openai-compatible">
    Add credentials for models from any provider that adheres to the OpenAI API standards, including Hugging Face, DeepSeek, xAI, Fireworks AI, and others.
  </Card>

  <Card title="Anthropic" href="/ai/agents/develop/gen-ai-and-llms/providers/anthropic">
    Add credentials for standard models, such as `claude-sonnet-4-6`, `claude-sonnet-4-5`, `claude-haiku-4-5`, and `claude-opus-4-0`, or add a custom model based on an Anthropic model.
  </Card>

  <Card title="Google Vertex" href="/ai/agents/develop/gen-ai-and-llms/providers/google-vertex-ai">
    Add a custom model based on a model from the Vertex AI family.
  </Card>

  <Card title="Google Gemini" href="/ai/agents/develop/gen-ai-and-llms/providers/google-gemini">
    Add credentials for standard models, such as `gemini-2.5-pro`, `gemini-2.5-flash`, and `gemini-2.5-flash-lite`, or add a custom model based on a model from the Gemini family.
  </Card>

  <Card title="Google GenAI" href="/ai/agents/develop/gen-ai-and-llms/providers/google-genai">
    Add credentials for standard models, such as `gemini-3.1-pro-preview`, `gemini-3-flash-preview`, and `gemini-3.1-flash-lite-preview`.
  </Card>

  <Card title="Aleph Alpha" href="/ai/agents/develop/gen-ai-and-llms/providers/aleph-alpha">
    Add credentials for standard models, such as `luminous` and `luminous-embedding-128`, or add a custom model based on an Aleph Alpha model.
  </Card>

  <Card title="Amazon Bedrock" href="/ai/agents/develop/gen-ai-and-llms/providers/amazon-bedrock">
    Add credentials for standard models or add a custom model based on any Amazon Bedrock model that supports the [Converse API](https://docs.aws.amazon.com/bedrock/latest/userguide/models-features.html).
  </Card>

  <Card title="Mistral AI" href="/ai/agents/develop/gen-ai-and-llms/providers/mistral">
    Add credentials for standard models, such as `pixtral-12b-2409`, `mistral-large-latest`, and `mistral-medium-latest`, or add a custom model based on a Mistral AI model.
  </Card>

  <Card title="Cognigy Nexus LLM" href="/ai/agents/develop/gen-ai-and-llms/providers/cognigy-nexus-llm">
    Cognigy Nexus LLM is a proprietary LLM, provided and hosted by Cognigy, optimized for AI-driven customer service.
  </Card>
</CardGroup>

***

<sup id="footnote1">1</sup>: The platform-provided LLM is available only to customers with SaaS installations.
