Simon Willison 的 LLM 插件更新了,现在能直接用 Gemini 3.7 Flash,还能看推理过程、开工具跑 Python,装新版就能体验。
llm-gemini 0.33 插件发布,新增对 Gemini 3.7 Flash、gemini-3.6-flash 和 gemini-3.5-flash-lite 的支持,并加入 gemini-embedding-2 与 gemini-embedding-001 两个嵌入模型。该版本兼容 LLM 0.32,用户可查看推理痕迹。通过设置 CodeExecution 参数,可让模型调用服务器端 Python 工具计算结果。开发者用 Gemini 3.7 Flash 绘制了骑车鹈鹕,但不同浏览器渲染 SVG 存在差异。
llm-gemini 0.33
Release: llm-gemini 0.33 It's been a while since the last llm-gemini release. This version of the plugin adds support for today's Gemini 3.7 Flash release, plus gemini-3.6-flash , gemini-3.5-flash-lite and two embedding models gemini-embedding-2 and gemini-embedding-001 . The plugin is also upgraded for compatibility with LLM 0.32, which means you can now see reasoning traces and you can also enable server-side tools using this pattern: llm -m gemini-3.7-flash -T CodeExecution \ 'use python to calculate (factorial of 13) * 3' I had Gemini 3.7 Flash draw me some pelicans riding bicycles at high, medium, and low thinking efforts (minimal, which was an option in 3.6 Flash, has been removed in 3.7.) Here's the high level one, which is pretty great: One catch though: the pelican I showed here was rendered with Safari. Both Firefox and Chrome render it differently, due to Safari being more tolerant of empty SVG <filter> elements than those other two browsers. They still display the bicycle, but the pelican is missing entirely! Tags: google , ai , generative-ai , llms , llm , gemini , pelican-riding-a-bicycle , llm-release