@metreeca/muse-google
v0.1.1
Published
Google model connectors for @metreeca/muse.
Readme
@metreeca/muse-google
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.
Installation
npm install @metreeca/muse # the job execution API
npm install @metreeca/muse-google # this package[!IMPORTANT]
Node.js 22 or later is required.
[!WARNING]
TypeScript consumers must use
"moduleResolution": "nodenext"/"node16"/"bundler"intsconfig.json. The legacy"node"resolver is not supported.
Usage
See the API reference.
Support
- open an issue to report a problem or to suggest a new feature
- start a discussion to ask a how-to question or to share an idea
License
This project is licensed under the Apache 2.0 License – see LICENSE file for details.
