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

Feature Request: Support Anthropic on Vertex models. #574

Open
simonbutt opened this issue Sep 30, 2024 · 1 comment
Open

Feature Request: Support Anthropic on Vertex models. #574

simonbutt opened this issue Sep 30, 2024 · 1 comment

Comments

@simonbutt
Copy link

Currently Anthropic models on AWS Bedrock is supported but not Google Vertex.

"As a user of Inspect eval framework and also GCP, I'd like to use Anthropic models through Vertex AI in the Google Cloud project and region of my choice, rather than having to create a new billing process to use through the Anthropic API"

Details on all anthropic models:
https://docs.anthropic.com/en/docs/about-claude/models

@jjallaire-aisi
Copy link
Collaborator

I don't have access to Vertex to test, however I just made a change that should enable you to put together a PR for this. The Anthropic client already supports Bedrock, and I just made it possible to use an anthropic/bedrock/ model name prefix to opt into using this client: ca04ef5

Anthropic also has a built-in Vertex client, so you could add a vertex flag (and service name check) that binds to Vertex rather than Bedrock or the default Anthropic endpoint.

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

2 participants