Skip to content

Releases: simonw/llm-gemini

0.29

19 Feb 17:57
517c88e

Choose a tag to compare

  • Two new models: gemini-3.1-pro-preview and gemini-3.1-pro-preview-customtools. #121

0.28.2

23 Dec 16:20

Choose a tag to compare

  • Fixed a bug with Gemini 3 tool calling caused by not correctly passing the thought_signature. #119

0.28.1

18 Dec 17:57

Choose a tag to compare

  • Fixed a bug where the media_resolution option was being recorded for every prompt, even prompts for which that option had not been set. #120

0.28

17 Dec 18:14

Choose a tag to compare

  • New model: gemini-3-flash-preview. This has additional thinking_level options of minimal and medium, unlike gemini-3-pro-preview which only has low and high. #117
  • Fixed a bug which caused the Gemma 3 models to reply with an error about missing media resolution support. #116

0.27

18 Nov 22:56

Choose a tag to compare

  • Support for nested schemas in Pydantic, thanks Bill Pugh. #107
  • Now tests against Python 3.14.
  • Support for YouTube URLs as attachments and the media_resolution option. Thanks, Duane Milne. #112
  • New model: gemini-3-pro-preview. #113

0.26.1

11 Oct 05:36

Choose a tag to compare

  • Fixed a bug where nested Pydantic models did not work correctly with Gemini models. Thanks, Bill Pugh. #107

0.26

25 Sep 18:43

Choose a tag to compare

  • New models: gemini-2.5-flash-preview-09-2025, gemini-2.5-flash-lite-preview-09-2025. #104
  • New model IDs for the latest versions: gemini-flash-latest, gemini-flash-lite-latest
  • The resolved model ID is now recorded if you use one of those-latest aliases. #105

0.25

18 Aug 23:54

Choose a tag to compare

  • New URL context feature enabled by -o url_context 1. #95

0.24

22 Jul 20:33

Choose a tag to compare

  • Support for the GA release of gemini-2.5-flash-lite. #99
  • The gemini-2.5-flash-lite-preview-06-17 model ID is being deprecated by Google so it is no longer supported.
  • Fix for GenerateContentRequest.contents[3].parts: contents.parts must not be empty error. #100

0.23

17 Jun 17:25

Choose a tag to compare

  • Three new models representing the latest Gemini 2.5 Family: gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite-preview-06-17. #98