Simon WillisonGoogle·2 min read

llm-gemini 0.33

Share
AI Article Analysis

Google's llm-gemini plugin has reached version 0.33, marking a significant update to its model support and capabilities. This release comes after an extended development cycle and introduces compatibility with Google's latest Gemini models, including the newly announced Gemini 3.7 Flash variant. The update reflects ongoing efforts to keep the plugin current with Google's rapidly evolving AI model ecosystem.

The llm-gemini 0.33 release introduces support for multiple new Gemini models designed to serve different performance and cost requirements. The update includes the recently released Gemini 3.7 Flash, alongside gemini-3.6-flash and gemini-3.5-flash-lite variants. Additionally, the plugin now supports two embedding models: gemini-embedding-2 and gemini-embedding-001, expanding functionality beyond text generation to include semantic understanding and vector-based search capabilities.

This multi-model support strategy allows developers and users to select versions optimized for their specific use cases, from lightweight inference tasks to more complex computational requirements. The inclusion of embedding models particularly enables applications in retrieval-augmented generation (RAG), semantic search, and other vector-based workflows.

  • Broader model accessibility: Developers using the llm-gemini plugin gain immediate access to Google's latest AI offerings without requiring separate integrations
  • Cost optimization: The Flash variants provide high-performance alternatives at potentially reduced computational costs compared to larger models
  • Enhanced embeddings support: Adding two embedding models enables more sophisticated AI applications combining text generation with semantic understanding
  • Plugin ecosystem vitality: The update demonstrates continued investment in maintaining compatibility between open-source tooling and proprietary AI services
  • Competitive alignment: Support for multiple model variants positions the plugin competitively against similar integrations for other AI providers

The llm-gemini 0.33 release underscores the importance of maintaining current integrations as AI models evolve rapidly. By supporting both the latest Gemini 3.7 Flash and earlier variants alongside embedding capabilities, the plugin ensures developers can leverage Google's full spectrum of generative AI tools within established workflows. This update matters because it democratizes access to cutting-edge models while maintaining backward compatibility, reducing friction for teams seeking to incorporate advanced AI capabilities into their applications.

Key Takeaways

  • Google's llm-gemini plugin has reached version 0.
  • 33, marking a significant update to its model support and capabilities.
  • This release comes after an extended development cycle and introduces compatibility with Google's latest Gemini models, including the newly announced Gemini 3.
  • The update reflects ongoing efforts to keep the plugin current with Google's rapidly evolving AI model ecosystem.

Read the full article on Simon Willison

Read on Simon Willison
Share