Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use Vertex with Anthropic #1308

Open
sxlijin opened this issue Jan 10, 2025 · 0 comments
Open

Can't use Vertex with Anthropic #1308

sxlijin opened this issue Jan 10, 2025 · 0 comments

Comments

@sxlijin
Copy link
Collaborator

sxlijin commented Jan 10, 2025

The Anthropic models are not accessible through the "standard" Vertex APIs: GCP actually only exposes them using the Anthropic APIs.

As a result, since we go through the standard Vertex APIs, the only way that BAML users can use Vertex with Anthropic today is by running a separate proxy server to translate their Vertex API calls into Anthropic API calls, which raises a number of issues (operating another server, figuring out buffering/proxies for streams, etc)

BAML users should instead just be able to use "vertex/anthropic:claude-35-sonnet-..." (whatever the version specifier is).

We currently have at least two users blocked on this, see discord

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

No branches or pull requests

1 participant