WebAI Studio is the premier developer environment and prototyping playground for Chrome's Built-in AI APIs. It empowers you to build, test, and benchmark entirely local, on-device AI capabilities directly within the browser—zero API keys, zero cloud costs, and user data that never leaves the device.
Learn the prerequisites and the standard implementation lifecycle — availability, creation, and inference — for running on-device models.
Understand how to check hardware support, trigger model weight downloads, and track network progress interactively.
Cancel session creation, downloads, and in-flight inference cleanly with AbortSignal.
Know every exception the APIs can throw and how to degrade gracefully when they do.
LanguageModelThe core instruction-tuned model for zero-shot, n-shot, tools, and custom tasks.
SummarizerCondense long articles, meetings, or logs into structured key points or TL;DRs.
WriterGenerate net-new content like emails, posts, or articles from scratch.
RewriterAdjust tone, change length, or beautifully refine existing text blocks.
TranslatorReal-time, offline translation utilizing specialized dynamic language packs.
LanguageDetectorIdentify the language of arbitrary text rapidly with confidence scoring.
ProofreaderDeep syntactic analysis to natively find and correct grammar and spelling errors.
SemanticEmbedderTurn text into on-device vectors to power semantic search and local RAG.