[GH-ISSUE #2866] [FEAT]: Finally, a Gemini models endpoint #1826

Closed
opened 2026-02-22 18:26:41 -05:00 by yindo · 4 comments
Owner

Originally created by @Peterson047 on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2866

Originally assigned to: @timothycarambat on GitHub.

What would you like to see?

I would like to know if it would be possible to implement the functionality to list the Gemini 2.0 model in the project. My API already supports the experimental version, but I noticed that AnythingLLM currently does not list all available models, including Gemini 2.0.

It would be very helpful to have support for this version integrated. This would make it easier to use new features and experiments with Gemini 2.0.

{500B3800-EB79-44C1-A679-7BC4294FA2A9}

Originally created by @Peterson047 on GitHub (Dec 17, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2866 Originally assigned to: @timothycarambat on GitHub. ### What would you like to see? I would like to know if it would be possible to implement the functionality to list the Gemini 2.0 model in the project. My API already supports the experimental version, but I noticed that AnythingLLM currently does not list all available models, including Gemini 2.0. It would be very helpful to have support for this version integrated. This would make it easier to use new features and experiments with Gemini 2.0. ![{500B3800-EB79-44C1-A679-7BC4294FA2A9}](https://github.com/user-attachments/assets/7f9e4d5e-dcb2-4f1f-b378-ba16a82bd844)
yindo added the enhancementfeature request labels 2026-02-22 18:26:41 -05:00
yindo closed this issue 2026-02-22 18:26:42 -05:00
Author
Owner

@timothycarambat commented on GitHub (Dec 17, 2024):

If they have a publically accessible API that we can hit, we would - but for the longest time it has never existed.

Looks like recently this was supported via:
https://ai.google.dev/api/models#method:-models.list

So we should be able to add it now.

@timothycarambat commented on GitHub (Dec 17, 2024): If they have a publically accessible API that we can hit, we would - but for the longest time it has never existed. Looks like recently this was supported via: https://ai.google.dev/api/models#method:-models.list So we should be able to add it now.
Author
Owner

@Peterson047 commented on GitHub (Dec 17, 2024):

I created a new container with yesterday's build and the model appeared.
image

@Peterson047 commented on GitHub (Dec 17, 2024): I created a new container with yesterday's build and the model appeared. ![image](https://github.com/user-attachments/assets/9351516f-e35f-4684-82af-84c44235b75c)
Author
Owner

@timothycarambat commented on GitHub (Dec 17, 2024):

@Peterson047 that is probably from f8e91e1ffa - it was not hitting the /models endpoint.

@timothycarambat commented on GitHub (Dec 17, 2024): @Peterson047 that is probably from f8e91e1ffacc501085849b8f5b6cfb0784dcfa13 - it was not hitting the /models endpoint.
Author
Owner

@spencerthayer commented on GitHub (Dec 20, 2024):

@timothycarambat when will this new incredible functionality be seen in the Docker mintplexlabs/anythingllm:latest? Thank you so much!

@spencerthayer commented on GitHub (Dec 20, 2024): @timothycarambat when will this new incredible functionality be seen in the Docker [mintplexlabs/anythingllm:latest](https://hub.docker.com/r/mintplexlabs/anythingllm/tags)? Thank you so much!
yindo changed title from [FEAT]: Finally, a Gemini models endpoint to [GH-ISSUE #2866] [FEAT]: Finally, a Gemini models endpoint 2026-06-05 14:42:54 -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#1826