Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Tools & releases/
  4. LLM Gemini Plugin 0.33 Adds Gemini 3.7 Flash and Server-Side Tool Execution
Tools & releases

LLM Gemini Plugin 0.33 Adds Gemini 3.7 Flash and Server-Side Tool Execution

Simon Willison released version 0.33 of the llm-gemini plugin, introducing support for Google's Gemini 3.7 Flash and Gemini 3.5 Flash-Lite. The release enables CLI developers to inspect reasoning traces and run server-side code execution tools directly from the terminal.

August 14, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 14, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
LLM Gemini Plugin 0.33 Adds Gemini 3.7 Flash and Server-Side Tool Execution

Impact: Medium

Why it matters

Run Gemini 3.7 Flash directly in terminal scripting pipelines with native reasoning traces and sandboxed Python code execution.

TL;DR

  • 01Install or update llm-gemini to 0.33 to access Gemini 3.7 Flash in the LLM CLI.
  • 02Enable server-side sandboxed execution with `-T CodeExecution` for deterministic calculations.
  • 03Inspect full model reasoning traces directly within terminal workflows.

Key facts

Plugin Version
0.33
Supported Models
gemini-3.7-flash, gemini-3.6-flash, gemini-3.5-flash-lite
Embedding Models
gemini-embedding-2, gemini-embedding-001

Gemini 3.7 Integration for the LLM CLI

Simon Willison updated the llm-gemini plugin to version 0.33, bringing Google's latest model family directly into terminal workflows. The release supports gemini-3.7-flash, gemini-3.6-flash, and gemini-3.5-flash-lite, along with gemini-embedding-2 and gemini-embedding-001.

Server-Side Code Execution and Reasoning

Built for compatibility with LLM 0.32, the plugin surfaces internal reasoning traces from Gemini models. Developers can also enable server-side tools directly from the command line using the -T flag.

For example, passing -T CodeExecution allows Gemini 3.7 Flash to execute Python scripts in Google's cloud sandbox to compute precise mathematical results before returning the final response.

Try it in 2 minutes

llm -m gemini-3.7-flash -T CodeExecution \
  'use python to calculate (factorial of 13) * 3'

bash

✓ When to use

  • Automating terminal-based workflows with fast reasoning models
  • Executing deterministic math or Python scripts via Google-hosted tools

✕ When NOT to use

  • Offline local inference without internet access or API keys
  • Environments requiring air-gapped data residency without third-party tool execution

What to do today

  • →Run `llm install -U llm-gemini` to update the plugin.
  • →Test tool execution with `llm -m gemini-3.7-flash -T CodeExecution '...'`.
#llm#llm-gemini#Gemini#Gemini 3.7 Flash

Sources

  • llm-gemini 0.33
ShareShare on XShare on LinkedIn
← Previous storyManaging Apache Kafka Clusters with Model Context Protocol and mcp-confluentNext story →Hugging Face Report Reveals Open Model Shifts and Permissive Frontier Licensing

Related stories

  • Tools & releasesOpenAI Launches Codex-Based ChatGPT Work Desktop Agent at Twenty Dollars Monthly
  • Tools & releasesSELF Framework Replaces Executable Linkable Format Binary Headers with Queryable SQLite Databases
  • Tools & releasesAmbient Context Captures macOS Window Text for Local Agent Memory
  • Tools & releasesMoneyPrinterTurbo Automates HD Short Video Generation via Multi-Model AI Workflows

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.