WebAI Studio
Chrome Built-in AI

WebAI Demos

Explore what's possible with On-Device AI directly in the browser. No API keys, no server costs, full privacy.

Category
API

Embeddings

Checking

Moderation Cascade

The production pattern for cheap moderation: embeddings clear the obvious 90% in microseconds, the LLM judges only the borderline.

Semantic Embedder Prompt API
Explore
Checking

Chat With Your Document

Fully local RAG: retrieve the relevant passages with embeddings, then answer with the Prompt API — citations included.

Semantic Embedder Prompt API
Explore
Checking

Semantic vs. Keyword Search

Search a help center by meaning, side by side with keyword search — and watch keywords miss what embeddings find.

Semantic Embedder
Explore
Checking

Smart Triage

A zero-shot classifier: route incoming messages to categories defined only by a few example phrases.

Semantic Embedder
Explore
Checking

Duplicate Detector

Catch near-duplicate bug reports before they are filed, even when they share no words with the original.

Semantic Embedder
Explore
Checking

Cluster & Label

Group raw user feedback into themes with k-means over embeddings, then let the Prompt API name each cluster.

Semantic Embedder Prompt API
Explore
Checking

Semantic Cache

Serve instant answers for paraphrased questions by caching LLM responses under their embeddings.

Semantic Embedder
Explore
Checking

Semantic Command Palette

A ⌘K palette that understands intent: describe what you want in your own words and the right action lights up.

Semantic Embedder Web Speech
Explore
Checking

Hot or Cold

Guess the secret word: every guess is embedded on-device and scored by how semantically close it lands.

Semantic Embedder
Explore

Speech

Checking

Tongue Twister Trial

Say "she sells seashells" as fast as you can — the on-device recognizer scores how much of it survived.

Web Speech
Explore
Checking

Live Translated Captions

Speak into the mic: on-device captions appear instantly, and a second track renders them live in another language.

Web Speech Language Detector Translator
Explore
Checking

Speak to Fill

Say "table for four next Friday at seven, outside" and watch the booking form fill itself — speech in, structured data out.

Web Speech Prompt API
Explore
Checking

ASR Quality Tier Lab

Read the same passage against the command, dictation, and conversation models — then compare accuracy and latency.

Web Speech
Explore
Checking

Jargon Dictation

Dictate product names the recognizer has never heard — then boost them with contextual biasing and watch the diff.

Web Speech
Explore
Checking

Dictate & Polish

Speak your messy first draft, then let the Proofreader and Rewriter turn it into publishable text.

Web Speech Proofreader Rewriter
Explore
Checking

Story Time

The Writer invents a bedtime story from three ingredients, then the browser reads it aloud — highlighting each word as it speaks.

Writer Web Speech
Explore

Text Input

Checking

Mystery Language

Guess which language the snippet is written in — then see if you beat the Language Detector's confidence-ranked answer.

Language Detector Translator
Explore
Checking

Proofreader, Inline

The dedicated Proofreader API: every error underlined in place, with a label, an explanation, and one-click accept.

Proofreader
Explore
Checking

Tone Pad

A 3×3 pad of the Rewriter's option space: pick a tone and a length, and the same text reshapes live.

Rewriter
Explore
Checking

Summarizer Options Matrix

One article, every Summarizer option: tldr, key-points, teaser, and headline at each length, side by side.

Summarizer
Explore
Checking

Reply Composer

Pick an intent — accept, decline, stall — and the Writer drafts the reply to a real email, streaming, with tone and length knobs.

Writer
Explore
Checking

Translation

Translate text from one language to another with native-like fluency.

Translator Language Detector Prompt API
Explore
Checking

Summarization

Condense long articles or text into concise, digestible bullet points.

Summarizer Prompt API
Explore
Checking

Proofreading & Grammar

Fix grammatical errors and improve sentence structure.

Prompt API
Explore
Checking

Tone Changer

Rewrite casual text into a formal, professional tone.

Prompt API
Explore
Checking

Brainstorming Ideas

Generate creative ideas for a given topic.

Prompt API
Explore
Checking

Write JavaScript

Generate functional JavaScript code from a description.

Prompt API
Explore
Checking

Write HTML/CSS

Generate responsive UI components with HTML and Tailwind CSS.

Prompt API
Explore
Checking

Explain Like I'm 5

Simplify complex technical or scientific concepts.

Prompt API
Explore
Checking

SQL Query Generator

Convert natural language questions into executable SQL queries.

Prompt API
Explore
Checking

Draft an Email

Quickly draft a polite email from a short description.

Prompt API
Explore
Checking

Regex Lab

Describe a pattern in English, get a regex with an explanation — and test it live with match highlighting.

Prompt API
Explore
Checking

Branching Conversations

Fork one conversation into two futures with session.clone() — both branches inherit the context, then diverge side by side.

Prompt API
Explore

Image Input

Checking

Photo Semantic Search

Drop in your photos, and search them by meaning — "food on a table", "someone smiling" — without one pixel leaving your device.

Prompt API Semantic Embedder
Explore
Checking

Live Camera Q&A

Point your camera at anything, freeze a frame, and ask the on-device model about what it sees.

Prompt API
Explore
Checking

Draw & Guess

You sketch, Gemini Nano guesses: the model interprets your doodle after every stroke.

Prompt API
Explore
Checking

Image OCR

Extract raw text from images, receipts, or documents.

Prompt API
Explore
Checking

Image Description

Generate detailed alt-text or descriptions for images.

Prompt API
Explore
Checking

Explain a Meme

Understand the context, joke, or cultural reference in a meme.

Prompt API
Explore
Checking

Recipe from Fridge

Take a photo of your fridge contents and get recipe ideas.

Prompt API
Explore
Checking

Image Categorization

Categorize photos for auto-organization.

Prompt API
Explore
Checking

Screenshot → UI Code

Drop a UI screenshot and the multimodal model rebuilds it as HTML — rendered live next to the original.

Prompt API
Explore

Mix-and-Match

Checking

The Omnibox

One input, every API: whatever you paste is intent-routed to the right tool — translate, summarize, proofread, rewrite, or answer.

Semantic Embedder Language Detector Translator Summarizer Proofreader Rewriter Prompt API
Explore
Checking

Polyglot Chat

Two people, two languages, one conversation — every message is detected and translated both ways as it is sent.

Translator Language Detector
Explore
Checking

Localization QA

Scan a locale file for strings left in the wrong language, then fix the stragglers with one click.

Language Detector Translator
Explore
Checking

Universal Inbox

A five-API pipeline: detect each message's language, translate it, triage it into folders, digest the inbox, and draft replies in the sender's language.

Language Detector Translator Semantic Embedder Summarizer Writer
Explore
Checking

Image + Audio Query

Ask a question about an image using your voice.

Prompt API
Explore
Checking

Receipt to JSON

Extract line items from a receipt image into structured JSON data.

Prompt API
Explore