Can I use Anthropic Claude through Vertex.AI by using FirebaseVertexAI? #13247
-
Hi team ! I am creating an unofficial Swift SDK for Anthropic Claude. As Anthropic Claude is deployed on several platforms, I am also developing extensions to easily call Claude on each platform. Vertex.AI is one of the leading platforms supporting Anthropic Claude, but whether it is possible to use Anthropic Claude on VertexAI using Is it possible to use Anthropic Claude on VertexAI using import FirebaseVertexAI
let vertex = VertexAI.vertexAI()
let model = vertex.generativeModel(modelName: "claude-3-sonnet@20240229") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Both FirebaseVertexAI and Google AI SDK are opinionated about the models they work with so they can provide strongly typed Swift interfaces. Thus it's unlikely that either would work with Anthropic Claude |
Beta Was this translation helpful? Give feedback.
Both FirebaseVertexAI and Google AI SDK are opinionated about the models they work with so they can provide strongly typed Swift interfaces. Thus it's unlikely that either would work with Anthropic Claude