carlrobertoh / llm-client

User-friendly Java HTTP client that provides access to large language model APIs and services
https://central.sonatype.com/artifact/ee.carlrobert/llm-client
MIT License
21 stars 29 forks source link

feat: add Google API for Gemini models #30

Closed PhilKes closed 5 months ago

PhilKes commented 5 months ago

Adds GoogleClient to use Gemini Models with Google's API This includes all /v1/models Endpoints

Note: Be aware of that the API is not yet available everywhere, e.g. many countries in Europe are not yet supported (see https://ai.google.dev/gemini-api/docs/available-regions)