[GH-ISSUE #1535] [FEAT]: Add alternative Gemini model API reference #990

Closed
opened 2026-02-22 18:22:33 -05:00 by yindo · 2 comments
Owner

Originally created by @RahSwe on GitHub (May 25, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1535

Originally assigned to: @shatfield4 on GitHub.

What would you like to see?

An additional option when choosing Gemini version, pointing to the latest stable version (API "gemini-1.5-pro")

image
Originally created by @RahSwe on GitHub (May 25, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1535 Originally assigned to: @shatfield4 on GitHub. ### What would you like to see? An additional option when choosing Gemini version, pointing to the latest stable version (API "gemini-1.5-pro") <img width="789" alt="image" src="https://github.com/Mintplex-Labs/anything-llm/assets/163884933/127eccd1-32fa-4b93-9acd-c6a6e86744c9">
yindo added the enhancement label 2026-02-22 18:22:33 -05:00
yindo closed this issue 2026-02-22 18:22:33 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 25, 2024):

@shatfield4 before doing this, please check if Google finally added a /models endpoint so we stop having to do these chore tasks as they update their model list randomly.

@timothycarambat commented on GitHub (May 25, 2024): @shatfield4 before doing this, please check if Google finally added a `/models` endpoint so we stop having to do these chore tasks as they update their model list randomly.
Author
Owner

@shatfield4 commented on GitHub (May 28, 2024):

Unfortunately the only way to be able to call the models endpoint from google is to setup a Vertex project with OAuth and enabling certain scopes to be able to list all models. This is not feasible since it would require a user to set this up themselves and cannot be accessed with just a gemini API key.

Docs for REST API models list endpoint

I also found this issue on the npm package used for accessing the gemini API and it seems like it has gone stale and has not been worked on for months Link to issue

@shatfield4 commented on GitHub (May 28, 2024): Unfortunately the only way to be able to call the models endpoint from google is to setup a Vertex project with OAuth and enabling certain scopes to be able to list all models. This is not feasible since it would require a user to set this up themselves and cannot be accessed with just a gemini API key. [Docs for REST API models list endpoint](https://ai.google.dev/api/rest/v1/models/list) I also found this issue on the npm package used for accessing the gemini API and it seems like it has gone stale and has not been worked on for months [Link to issue](https://github.com/google-gemini/generative-ai-js/issues/54)
yindo changed title from [FEAT]: Add alternative Gemini model API reference to [GH-ISSUE #1535] [FEAT]: Add alternative Gemini model API reference 2026-06-05 14:38:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#990