Skip to content

Releases: simonw/llm-gemini

0.3

29 Oct 04:12
Compare
Choose a tag to compare
  • Multi-modal model support with LLM 0.17 attachments. Gemini 1.5 models can now accept images, audio and video. #17
    llm -m gemini-1.5-flash-8b-latest 'describe image' \
      -a https://static.simonwillison.net/static/2024/pelicans.jpg
  • Support for code execution mode. #18
    llm -m gemini-1.5-pro-latest 'write and execute python to calculate factorial of 13' -o code_execution 1
  • Support for options: temperature, max_output_tokens, top_p, top_k. Pass these as e.g. -o temperature 0.5. #3

0.3a0

28 Oct 23:08
Compare
Choose a tag to compare
0.3a0 Pre-release
Pre-release
  • Support for multi-modal models using attachments in LLM 0.17a0.

0.2

03 Oct 20:30
Compare
Choose a tag to compare
0.2
  • Added support for the inexpensive new Gemini 1.5 Flash-8B: llm -m gemini-1.5-flash-8b-latest "say hi" #14
  • First non-alpha release.

0.1a5

24 Sep 19:46
Compare
Choose a tag to compare
0.1a5 Pre-release
Pre-release
  • New Gemini 001 and 002 models.

0.1a4

14 May 19:59
Compare
Choose a tag to compare
0.1a4 Pre-release
Pre-release
  • Added support for the new Gemini 1.5 Flash model. llm -m gemini-1.5-flash-latest 'a short poem about otters' #9

0.1a3

10 Apr 21:37
9e0ca8b
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release
  • Support for the text-embedding-004 embedding model: llm embed -m text-embedding-004 -c 'hello world'. #7

0.1a2

10 Apr 03:01
38415f2
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release
  • Support for system instructions: llm -m p15 'say hi three times three different ways' --system 'in german'. #6

0.1a1

27 Mar 18:40
46c1f72
Compare
Choose a tag to compare
0.1a1 Pre-release
Pre-release
  • Added support for Gemini 1.5 Pro, for users with access to the API preview. Use that model with llm -m gemini-1.5-pro-latest "prompt". #5

0.1a0

13 Dec 20:22
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial prototype. #1