From 58a833cfd4fb527e0bc030cacdd4cd3282daffc8 Mon Sep 17 00:00:00 2001 From: salmanap Date: Thu, 29 Jan 2026 02:56:09 +0000 Subject: [PATCH] deploy: 2a36dd7376bbfdd1dfcd761921ec5aba0a7d2321 --- concepts/llm_providers/llm_providers.html | 1 + .../llm_providers/supported_providers.html | 129 ++++++- get_started/quickstart.html | 6 +- includes/llms.txt | 124 ++++++- includes/provider_models.yaml | 315 ++++++++++++++++++ searchindex.js | 2 +- 6 files changed, 548 insertions(+), 29 deletions(-) create mode 100755 includes/provider_models.yaml diff --git a/concepts/llm_providers/llm_providers.html b/concepts/llm_providers/llm_providers.html index 8c3093eb..83fc2320 100755 --- a/concepts/llm_providers/llm_providers.html +++ b/concepts/llm_providers/llm_providers.html @@ -177,6 +177,7 @@ Connect to any combination of providers simultaneously (see
  • First-Class Providers: Native integrations with OpenAI, Anthropic, DeepSeek, Mistral, Groq, Google Gemini, Together AI, xAI, Azure OpenAI, and Ollama

  • OpenAI-Compatible Providers: Any provider implementing the OpenAI Chat Completions API standard

  • +
  • Wildcard Model Configuration: Automatically configure all models from a provider using provider/* syntax

  • Intelligent Routing Three powerful routing approaches to optimize model selection:

    diff --git a/concepts/llm_providers/supported_providers.html b/concepts/llm_providers/supported_providers.html index 955cfccc..65ebc999 100755 --- a/concepts/llm_providers/supported_providers.html +++ b/concepts/llm_providers/supported_providers.html @@ -180,7 +180,7 @@

    Common Configuration Fields: