[PR #3563] [CLOSED] Update Gemini LLM API #4325

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3563
Author: @dreamerc
Created: 3/29/2025
Status: Closed

Base: masterHead: Gemini-LLM-20250330


📝 Commits (5)

  • d1102c2 Update defaultModels.js
  • 847a31a Update defaultModels.js
  • 4e9a08f Update defaultModels.js
  • cd94158 Update name and inputTokenLimit modelMap.js
  • 7bc86e6 Merge branch 'master' into Gemini-LLM-20250330

📊 Changes

2 files changed (+90 additions, -21 deletions)

View changed files

📝 server/utils/AiProviders/gemini/defaultModels.js (+56 -9)
📝 server/utils/AiProviders/modelMap.js (+34 -12)

📄 Description

Pull Request Type

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

What is in this change?

Update Gemini LLM model API :

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/3563 **Author:** [@dreamerc](https://github.com/dreamerc) **Created:** 3/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Gemini-LLM-20250330` --- ### 📝 Commits (5) - [`d1102c2`](https://github.com/Mintplex-Labs/anything-llm/commit/d1102c2a3f7e9b299a7baeb29b335e4de1b2c92f) Update defaultModels.js - [`847a31a`](https://github.com/Mintplex-Labs/anything-llm/commit/847a31a7ea5debc25e3326a940054856aab37460) Update defaultModels.js - [`4e9a08f`](https://github.com/Mintplex-Labs/anything-llm/commit/4e9a08f71fbf16bfbfdf8d00345d0587428325c8) Update defaultModels.js - [`cd94158`](https://github.com/Mintplex-Labs/anything-llm/commit/cd941589ef87113fc0077e26fce7c6a0851b1a10) Update name and inputTokenLimit modelMap.js - [`7bc86e6`](https://github.com/Mintplex-Labs/anything-llm/commit/7bc86e6f2789c939ee5a29774c2401f3aa9c515b) Merge branch 'master' into Gemini-LLM-20250330 ### 📊 Changes **2 files changed** (+90 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/gemini/defaultModels.js` (+56 -9) 📝 `server/utils/AiProviders/modelMap.js` (+34 -12) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? Update Gemini LLM model API : - Fixed v1 unsupported models. (Gemma-3-27b-it isn't support in v1) - Update 20250325 API. (https://ai.google.dev/gemini-api/docs/changelog) ### 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:36 -05:00
yindo closed this issue 2026-02-22 18:35:36 -05:00
yindo changed title from [PR #3563] Update Gemini LLM API to [PR #3563] [CLOSED] Update Gemini LLM API 2026-06-05 15:18:00 -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#4325