Google model connectors for @metreeca/muse.
Reaches the models Google provides through either access path the Google SDK supports: the Gemini API, keyed by an API key, and Vertex AI, keyed by project credentials.
npm install @metreeca/muse # the job execution API
npm install @metreeca/muse-google # this package
Node.js 22 or later is required.
TypeScript consumers must use "moduleResolution": "nodenext"/"node16"/"bundler" in tsconfig.json.
The legacy "node" resolver is not supported.
See the API reference.
This project is licensed under the Apache 2.0 License – see LICENSE file for details.
Google model connectors.
Reaches the models Google provides through either access path the Google SDK supports: the Gemini API, keyed by an API key, and Vertex AI, keyed by project credentials.
See
Gemini API documentation