llm-gemini 0.9__py3-none-any.whl → 0.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: llm-gemini
3
- Version: 0.9
3
+ Version: 0.10
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -67,6 +67,9 @@ Other models are:
67
67
  - `learnlm-1.5-pro-experimental` - "an experimental task-specific model that has been trained to align with learning science principles" - [more details here](https://ai.google.dev/gemini-api/docs/learnlm).
68
68
  - `gemini-2.0-flash-thinking-exp-1219` - experimental "thinking" model from December 2024
69
69
  - `gemini-2.0-flash-thinking-exp-01-21` - experimental "thinking" model from January 2025
70
+ - `gemini-2.0-flash` - Gemini 2.0 Flash
71
+ - `gemini-2.0-flash-lite-preview-02-05` - Gemini 2.0 Flash-Lite
72
+ - `gemini-2.0-pro-exp-02-05` - experimental release of Gemini 2.0 Pro
70
73
 
71
74
  ### Images, audio and video
72
75
 
@@ -0,0 +1,7 @@
1
+ llm_gemini.py,sha256=JC7QoAvcH-JDCZDuFRtivqJ7aCXOLvWxST6zv6tG79E,12896
2
+ llm_gemini-0.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
+ llm_gemini-0.10.dist-info/METADATA,sha256=pQ3PVDQtW23dMmfUe24V0NZ7cPS9oDgmS21Ug9ncfuo,6983
4
+ llm_gemini-0.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ llm_gemini-0.10.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
6
+ llm_gemini-0.10.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
7
+ llm_gemini-0.10.dist-info/RECORD,,
llm_gemini.py CHANGED
@@ -55,6 +55,10 @@ def register_models(register):
55
55
  "learnlm-1.5-pro-experimental",
56
56
  "gemini-2.0-flash-thinking-exp-1219",
57
57
  "gemini-2.0-flash-thinking-exp-01-21",
58
+ # Released 5th Feb 2025:
59
+ "gemini-2.0-flash",
60
+ "gemini-2.0-flash-lite-preview-02-05",
61
+ "gemini-2.0-pro-exp-02-05",
58
62
  ]:
59
63
  can_google_search = model_id in GOOGLE_SEARCH_MODELS
60
64
  register(
@@ -1,7 +0,0 @@
1
- llm_gemini.py,sha256=sCouoSbzOe4GoTsskAKJZjhDTxRYqSxgNuODwi2O1z0,12752
2
- llm_gemini-0.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
- llm_gemini-0.9.dist-info/METADATA,sha256=UEr_dRMMSev9YY9U34QMQHnhuyRPM7E7sHT1o8uA0qg,6808
4
- llm_gemini-0.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
- llm_gemini-0.9.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
6
- llm_gemini-0.9.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
7
- llm_gemini-0.9.dist-info/RECORD,,