docs: Add Anthropic Vertex AI documentation#466
Merged
danny-avila merged 2 commits intoLibreChat-AI:mainfrom Jan 1, 2026
Merged
docs: Add Anthropic Vertex AI documentation#466danny-avila merged 2 commits intoLibreChat-AI:mainfrom
danny-avila merged 2 commits intoLibreChat-AI:mainfrom
Conversation
Add comprehensive documentation for running Anthropic Claude models through Google Cloud Vertex AI, introduced in danny-avila/LibreChat#10780. Changes: - Updated anthropic.mdx with Vertex AI quick start section - Created anthropic_vertex.mdx with detailed YAML configuration docs - Updated _meta.ts navigation to include new page
|
@usnavy13 is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
10 tasks
Collaborator
|
I removed the requirement of |
Updated the documentation for the Anthropic Vertex AI configuration by removing the 'enabled' key, as it is no longer necessary. Clarified that the presence of the 'vertex' section indicates that Vertex AI is enabled. Adjusted examples and notes for better clarity regarding configuration options.
Contributor
Author
Updated! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for Anthropic Vertex AI support introduced in danny-avila/LibreChat#10780.
This allows running Anthropic Claude models through Google Cloud Vertex AI with:
Changes
pages/docs/configuration/pre_configured_ai/anthropic.mdxwith Vertex AI quick start sectionpages/docs/configuration/librechat_yaml/object_structure/anthropic_vertex.mdxwith detailed YAML configuration docspages/docs/configuration/librechat_yaml/object_structure/_meta.tsnavigationDocumentation Highlights
Quick Setup (Environment Variables)
Advanced YAML Configuration
Related