branch: elpa/gptel
commit 687f781a18b8a0f35841372104f08567b81555a4
Author: kiennq <[email protected]>
Commit: GitHub <[email protected]>
gptel-gh: update model list (#1197)
* gptel-gh.el (gptel--gh-models): update model list
* NEWS: Update with new model and backend support
---
NEWS | 2 +-
gptel-gh.el | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index ac92d9c4c82..91ee443fffe 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@
** New models and backends
- GitHub Copilot backend: Add support for =gpt-5.2=, =gpt-41-copilot=,
- =clause-opus-4.5= and =gemini-3-pro-preview=
+ =claude-opus-4.5=, =gemini-3-pro-preview= and =gemini-3-flash-preview=
- Add support for =gemini-3-pro-preview=, =gemini-3-flash-preview=.
diff --git a/gptel-gh.el b/gptel-gh.el
index 92f3d2e8b27..90829be084f 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -138,6 +138,17 @@
:input-cost 1
:output-cost 1
:cutoff-date "2024-08")
+ (gemini-3-flash-preview
+ :description "Most intelligent Gemini model built for speed"
+ :capabilities (tool-use json media audio video)
+ :mime-types ("image/png" "image/jpeg" "image/webp" "image/heic"
"image/heif"
+ "application/pdf" "text/plain" "text/csv" "text/html"
+ "audio/mpeg" "audio/wav" "audio/ogg" "audio/flac"
"audio/aac" "audio/mp3"
+ "video/mp4" "video/mpeg" "video/avi" "video/quicktime"
"video/webm")
+ :context-window 128
+ :input-cost 0.33
+ :output-cost 0.33
+ :cutoff-date "2025-01")
(gemini-3-pro-preview
:description "Most intelligent Gemini model with SOTA reasoning and
multimodal understanding"
:capabilities (tool-use json media audio video)