Skip to content

Releases: simonw/llm-gemini

0.11

17 Feb 05:43
Compare
Choose a tag to compare
  • Now depends on LLM 0.22, adding support for the new model.prompt(..., key="key") parameter. #46
  • Fixed error with -o google_search 1 option by switching the underlying tool from google_search_retrieval to google_search. Thanks, Sebastian Rojo. #39
  • Added gemini-2.0-flash to the list of models that support -o google_search 1. Thanks, Martin Trojer. #44

0.10

05 Feb 16:34
Compare
Choose a tag to compare

Three new Gemini 2.0 models: #43

  • gemini-2.0-flash - Gemini 2.0 Flash
  • gemini-2.0-flash-lite-preview-02-05 - Gemini 2.0 Flash-Lite
  • gemini-2.0-pro-exp-02-05 - experimental release of Gemini 2.0 Pro

0.9

22 Jan 03:38
Compare
Choose a tag to compare
0.9
  • Added support for grounding prompts against Google search using the new -o google_search 1 option. Thanks, Ricardo Mestre. #29
  • Added support for text/plain and text/csv attachments. Thanks, Michele Gregori. #34
  • Fixed bug handling application/ogg attachments. #35
  • New model: learnlm-1.5-pro-experimental. Thanks, Leonard Tulipan. #36
  • New model: gemini-2.0-flash-thinking-exp-01-21. #37

0.8

19 Dec 23:44
Compare
Choose a tag to compare
0.8
  • Support for Gemini 2.0 Flash Thinking Mode experimental model: llm -m gemini-2.0-flash-thinking-exp-1219 "Solve 3*x^3-5*x=1". #31
  • Fixed bug with async models used in conversations. Thanks, Sukhbinder Singh. #30

0.7

11 Dec 16:10
Compare
Choose a tag to compare
0.7

0.6

06 Dec 17:29
Compare
Choose a tag to compare
0.6
  • New model: gemini-exp-1206. #27

0.5

02 Dec 00:12
Compare
Choose a tag to compare
0.5
  • Track token usage using new capability introduced in LLM 0.19. #25

0.4.2

22 Nov 00:43
Compare
Choose a tag to compare
  • Support for new gemini-exp-1121 model. #26

0.5a0

20 Nov 05:13
Compare
Choose a tag to compare
0.5a0 Pre-release
Pre-release
  • Track token usage. #25

0.4.1

18 Nov 08:04
5af719d
Compare
Choose a tag to compare
  • Depends on LLM 0.18 or higher. #23