# Gemma3 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/gemma3
> Markdown URL: https://aitinkerers.org/technologies/gemma3.md
> Technology record last updated: 2026-02-23T04:19:21Z
> Generated: 2026-08-26T10:15:49Z

Gemma 3 is Google DeepMind's state-of-the-art, open-weight model family: it delivers multimodal (text/image) and 140-language support, running efficiently on a single GPU.

This is the next generation of portable AI: Gemma 3, built on Gemini 2.0 technology, is a collection of open-weight models (270M to 27B parameters) engineered for on-device deployment. The 27B variant, for instance, outperforms larger models like Llama3-405B in human preference evaluations, yet requires only a single GPU or TPU. Key features include a 128K-token context window and unparalleled multilingual capability, supporting over 140 languages for global application development. We’ve made high-performance, multimodal AI accessible: get it running on your laptop, workstation, or smartphone.

- Official technology site: https://deepmind.google/models/gemma/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [LLM-Powered Video Editing via Natural Language Scripting with Local Models](https://toronto.aitinkerers.org/talks/rsvp__O4FHg-kOBU)

Live-demoing our video editor leveaging local llms (eg Gemma3/Qwen3 w/ Ollama) for content generation and editing. We'll walk through the core workflow: - generating the initial video structure (narration, image/video sequence defined in our custom JSON spec) from a prompt - editing the video by modifying a human-readable script representation; the LLM translates these natural language changes into precise JSON operations to update the underlying video spec - showing how the editor syncs the script, timeline, and Remotion-based player preview in real-time We'll highlight the technical challenge of reliably mapping freeform text edits to structured JSON modifications and how we use prompt engineering

- Event context: AI Tinkerers Toronto - May 2025 Meetup: AGENTS at Ada — 2025-05-22 — Toronto
- Public talk page: https://toronto.aitinkerers.org/talks/rsvp__O4FHg-kOBU

## Related Technologies

- [Ollama](https://aitinkerers.org/technologies/ollama) ([Markdown](https://aitinkerers.org/technologies/ollama.md)) — 75 public demos
- [Qwen3](https://aitinkerers.org/technologies/qwen3) ([Markdown](https://aitinkerers.org/technologies/qwen3.md)) — 9 public demos
- [Remotive](https://aitinkerers.org/technologies/remotive) ([Markdown](https://aitinkerers.org/technologies/remotive.md)) — 1 public demo
