github simonw/llm-gemini 0.3

latest releases: 0.28.1, 0.28, 0.27...
14 months ago
  • 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

Don't miss a new llm-gemini release

NewReleases is sending notifications on new releases.