From c56bf2b92cf47e92657d37cbe526e02ef4a3e133 Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 29 Dec 2025 02:13:11 +0100 Subject: [PATCH] feat: added Claude.AI to available providers --- librechat/librechat.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/librechat/librechat.yaml b/librechat/librechat.yaml index 2691484..399518c 100644 --- a/librechat/librechat.yaml +++ b/librechat/librechat.yaml @@ -4,6 +4,16 @@ version: 1.2.1 cache: true endpoints: + anthropic: + apiKey: "${ANTHROPIC_API_KEY}" + models: + default: ["claude-sonnet-4-5", "claude-haiku-4-5", "claude-opus-4-5"] + fetch: false + titleConvo: true + titleModel: "claude-haiku-4-5" + modelDisplayLabel: "Claude AI" + streamRate: 1 + custom: # Deepseek - name: "Deepseek"