Skip to content

Commit 86678ed

Browse files
authored
gptel-gemini: Update models (#639)
* gptel-gemini.el (gptel--gemini-models): Add new thinking models. Deprecate `gemini-2.0-flash-thinking-exp'.
1 parent 285856e commit 86678ed

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

gptel-gemini.el

+46-8
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,6 @@ files in the context."
345345
:input-cost 0.075
346346
:output-cost 0.30
347347
:cutoff-date "2024-10")
348-
(gemini-2.0-flash-thinking-exp
349-
:description "Stronger reasoning capabilities."
350-
:capabilities (tool-use media)
351-
:context-window 32
352-
:mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif"
353-
"text/plain" "text/csv" "text/html")
354-
:cutoff-date "2024-08")
355348
(gemini-exp-1206
356349
:description "Improved coding, reasoning and vision capabilities"
357350
:capabilities (tool-use json media)
@@ -366,7 +359,52 @@ files in the context."
366359
:context-window 32
367360
:input-cost 0.50
368361
:output-cost 1.50
369-
:cutoff-date "2023-02"))
362+
:cutoff-date "2023-02")
363+
(gemini-2.0-flash
364+
:description "Next gen, high speed, multimodal for a diverse variety of tasks"
365+
:capabilities (tool-use json media)
366+
:mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif"
367+
"application/pdf" "text/plain" "text/csv" "text/html")
368+
:context-window 1000
369+
:input-cost 0.10
370+
:output-cost 0.40
371+
:cutoff-date "2024-08")
372+
(gemini-2.0-flash-lite-preview-02-05
373+
:description "Gemini 2.0 Flash model optimized for cost efficiency and low latency"
374+
:capabilities (json)
375+
:context-window 1000
376+
:input-cost 0.075
377+
:output-cost 0.30
378+
:cutoff-date "2024-08")
379+
(gemini-2.0-pro-exp-02-05
380+
:description "Next gen, high speed, multimodal for a diverse variety of tasks"
381+
:capabilities (tool-use json)
382+
:context-window 2000
383+
:input-cost 0.00
384+
:output-cost 0.00
385+
:cutoff-date "2024-08")
386+
(gemini-2.0-flash-thinking-exp-01-21
387+
:description "Next gen, high speed, multimodal for a diverse variety of tasks"
388+
:capabilities (json)
389+
:input-cost 0.00
390+
:output-cost 0.00
391+
:cutoff-date "2024-08")
392+
(gemini-2.0-flash-exp
393+
:description "Multi-modal, streaming, tool use 2000 RPM"
394+
:capabilities (tool-use json media)
395+
:mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif"
396+
"application/pdf" "text/plain" "text/csv" "text/html")
397+
:context-window 1000
398+
:input-cost 0.00
399+
:output-cost 0.00
400+
:cutoff-date "2024-08")
401+
(gemini-2.0-flash-thinking-exp
402+
:description "DEPRECATED: Please use gemini-2.0-flash-thinking-exp-01-21 instead."
403+
:capabilities (tool-use media)
404+
:context-window 32
405+
:mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif"
406+
"text/plain" "text/csv" "text/html")
407+
:cutoff-date "2024-08"))
370408
"List of available Gemini models and associated properties.
371409
Keys:
372410

0 commit comments

Comments
 (0)