branch: externals/llm
commit 1f2769a3fd90da94953849f37449cf8201757376
Author: Andrew Hyatt <[email protected]>
Commit: GitHub <[email protected]>

    Set Gemini default to 3.0 pro (#245)
---
 NEWS.org      | 1 +
 llm-gemini.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index dbf852f6db..6fe6137a9d 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,7 @@
 - Check for tool use mismatches and define new errors for them
 - Normalize false values in tool args or tool call results
 - Add Claude Opus 4.6
+- Set Gemini default to 3.0 pro
 * Version 0.28.5
 - Improved the tool calling docs
 - Fix for running tools in the original buffer with streaming
diff --git a/llm-gemini.el b/llm-gemini.el
index 325d2f1b96..1629ac9f3a 100644
--- a/llm-gemini.el
+++ b/llm-gemini.el
@@ -37,7 +37,7 @@
 
 KEY is the API key for the client.
 You can get this at https://makersuite.google.com/app/apikey.";
-  key (embedding-model "embedding-001") (chat-model "gemini-2.5-pro"))
+  key (embedding-model "embedding-001") (chat-model "gemini-3.0-pro-preview"))
 
 (cl-defmethod llm-nonfree-message-info ((_ llm-gemini))
   "Return nonfree terms of service for Gemini."

Reply via email to