Replies: 5 comments 9 replies
|
I have the same question ⬆️ |
|
Would love to see Vertex AI support as well |
|
Hi everyone! 👋 Following up on @sixlive's suggestion to build this as a standalone package, I'm excited to share that I just released v1.0.0 of This package adds Google Vertex AI support to Prism, allowing you to use Gemini models directly via Google Cloud. I've strictly followed Prism's idiomatic architecture and approaches (similar to the Bedrock package) to make sure it feels like a native integration. You can install it right now: composer require rmh/vertexYou can check out the source code and documentation here: I've tested it thoroughly with Gemini models, but Vertex supports other providers as well. I'd love for you all to take it for a spin. If you run into any errors or have feedback, please open an issue on the repository. Happy building! 🚀 |
|
I need Vertex AI support so I can support HIPAA compliance needs in google cloud. |

Uh oh!
There was an error while loading. Please reload this page.
Can I use Google Cloud Vertex AI (e.g., Gemini 2.5 / embeddings / etc.) as the model provider with Prism? If yes, is there a recommended way to configure authentication and URL?
All reactions