[PR #2868] [MERGED] Add support for gemini authenticated models endpoint #4160

Closed
opened 2026-02-22 18:35:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2868
Author: @timothycarambat
Created: 12/17/2024
Status: Merged
Merged: 12/17/2024
Merged by: @timothycarambat

Base: masterHead: 2866-gemini-llm-models-endpoint


📝 Commits (3)

  • 758a2f2 Add support for gemini authenticated models endpoint
  • 7e8dddf add back improved logic for apiVersion decision making
  • 2952e33 Merge branch 'master' into 2866-gemini-llm-models-endpoint

📊 Changes

5 files changed (+219 additions, -110 deletions)

View changed files

📝 frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx (+85 -45)
server/utils/AiProviders/gemini/defaultModals.js (+46 -0)
📝 server/utils/AiProviders/gemini/index.js (+72 -43)
📝 server/utils/helpers/customModels.js (+15 -0)
📝 server/utils/helpers/updateENV.js (+1 -22)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2866

What is in this change?

  • add Gemini customModels entry
  • add un-authed fallback to default listing
  • separate models by expiermental status

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2868 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2866-gemini-llm-models-endpoint` --- ### 📝 Commits (3) - [`758a2f2`](https://github.com/Mintplex-Labs/anything-llm/commit/758a2f23ab144dc14681339d7b20dfce3db397ce) Add support for gemini authenticated models endpoint - [`7e8dddf`](https://github.com/Mintplex-Labs/anything-llm/commit/7e8dddf5b8452e5fbdcd15fb9f9a3d8975117675) add back improved logic for apiVersion decision making - [`2952e33`](https://github.com/Mintplex-Labs/anything-llm/commit/2952e33a412daf55fef4767863e579876effeca1) Merge branch 'master' into 2866-gemini-llm-models-endpoint ### 📊 Changes **5 files changed** (+219 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx` (+85 -45) ➕ `server/utils/AiProviders/gemini/defaultModals.js` (+46 -0) 📝 `server/utils/AiProviders/gemini/index.js` (+72 -43) 📝 `server/utils/helpers/customModels.js` (+15 -0) 📝 `server/utils/helpers/updateENV.js` (+1 -22) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2866 ### What is in this change? - add Gemini `customModels` entry - add un-authed fallback to default listing - separate models by expiermental status <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:16 -05:00
yindo closed this issue 2026-02-22 18:35:16 -05:00
yindo changed title from [PR #2868] Add support for gemini authenticated models endpoint to [PR #2868] [MERGED] Add support for gemini authenticated models endpoint 2026-06-05 15:17:08 -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#4160