Skip to content

docs: Add Anthropic Vertex AI documentation#466

Merged
danny-avila merged 2 commits intoLibreChat-AI:mainfrom
usnavy13:docs/anthropic-vertex-ai
Jan 1, 2026
Merged

docs: Add Anthropic Vertex AI documentation#466
danny-avila merged 2 commits intoLibreChat-AI:mainfrom
usnavy13:docs/anthropic-vertex-ai

Conversation

@usnavy13
Copy link
Copy Markdown
Contributor

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:

  • Azure-style model name mapping (visible name → Vertex AI deployment name)
  • YAML-based configuration with environment variable fallback
  • Service account authentication via Google Cloud

Changes

  • Updated pages/docs/configuration/pre_configured_ai/anthropic.mdx with Vertex AI quick start section
  • Created pages/docs/configuration/librechat_yaml/object_structure/anthropic_vertex.mdx with detailed YAML configuration docs
  • Updated pages/docs/configuration/librechat_yaml/object_structure/_meta.ts navigation

Documentation Highlights

Quick Setup (Environment Variables)

ANTHROPIC_USE_VERTEX=true
ANTHROPIC_VERTEX_REGION=global
GOOGLE_SERVICE_KEY_FILE=/path/to/service-account.json

Advanced YAML Configuration

endpoints:
  anthropic:
    vertex:
      enabled: true
      region: global
      models:
        claude-opus-4.5:
          deploymentName: claude-opus-4-5@20251101
        claude-sonnet-4:
          deploymentName: claude-sonnet-4-20250514

Related

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
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 13, 2025

@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.

@danny-avila
Copy link
Copy Markdown
Collaborator

I removed the requirement of vertex.enabled to follow the principle of "configuration by presence" which is more intuitive, the docs should just be updated for this

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.
@usnavy13
Copy link
Copy Markdown
Contributor Author

usnavy13 commented Dec 31, 2025

I removed the requirement of vertex.enabled to follow the principle of "configuration by presence" which is more intuitive, the docs should just be updated for this

Updated!

@danny-avila danny-avila merged commit f2a90bb into LibreChat-AI:main Jan 1, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants