Claude on Vertex AI Model Garden #20592
Replies: 3 comments
-
any updates on that? I'm trying to use mistral on garden but it seems impossible to make it work :( and I'm getting
|
Beta Was this translation helpful? Give feedback.
-
@WaterKnight1998 It might not be available in us-central1 try us-east5 or europe-west1 |
Beta Was this translation helpful? Give feedback.
-
I tried modifying the path via: class AnthropicChatVertexAI(ChatVertexAI):
@property
def _model_endpoint(self):
return f"projects/{self.project_id}/locations/{self.location}/publishers/anthropic/models/{self.model_name}" ...but not luck. Why must GCP products always be such a pain to use? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Google added Claude model family to Vertex AI Garden but is not availabe inside langchain SDK.
I tried using like this
Error:
Endpoint should be:
projects/PROJECT_ID/locations/LOCATION/publishers/anthropic/models/MODEL:streamRawPredict
More info here
Motivation
Not support right now
Proposal (If applicable)
Add
publisher
toVertexAIModelGarden
Beta Was this translation helpful? Give feedback.
All reactions