Does my browser have AI?
This page checks automatically, in about a second. It looks for every AI model built into your browser and answers in plain English: yes, not yet, or no. Nothing you see here is sent anywhere.
What is browser AI?
Some browsers now carry their own AI model, stored on your computer rather than on a company’s server. A web page can ask that model a question and get an answer back without anything leaving your machine. This is usually called built-in AI, native browser AI or an on-device model, and they all mean the same thing.
In plain terms
- The model is a file on your computer, a few gigabytes, downloaded once and shared by every website.
- Chrome calls its model Gemini Nano. Edge uses a small Phi model. Firefox and Safari have none for web pages.
- Because it runs locally it works offline, costs nothing per use, and your text is not sent to a server.
- It is much smaller than ChatGPT or Claude, so expect short, simple tasks rather than deep reasoning.
For developers
- Exposed as web platform globals: LanguageModel, Summarizer, Writer, Rewriter, Translator, LanguageDetector and Proofreader.
- State comes from availability(), which returns available, downloadable, downloading or unavailable.
- A session is opened with create(), needs a user gesture to trigger a download, and reports bytes through a downloadprogress monitor.
- Related but separate: navigator.gpu (WebGPU) and navigator.ml (WebNN) let you load your own model instead.
- No call here returns a model name or version. That is deliberate: it lets a vendor swap the model behind the interface without breaking sites, so this page never guesses one either.
Which AI features your browser has
Browsers do not ship one AI feature, they ship several. Below is each one, and whether yours has it. Green means ready to use now. Tap any card for the technical detail: the exact global that was called, what it returned, and the limits it reported.
Download the AI model
If your browser supports AI but has not downloaded the model yet, start it here and watch the progress. The model is a few gigabytes and is stored on your device, so you only download it once. Browsers require a real click to begin, which is why nothing starts on its own.
Nothing is downloaded until you press the button.
Try your browser’s AI
Proof rather than a promise. Type anything and the answer is generated by the model on your own machine, with no internet round trip. The speed figures underneath are measured live on this device.
What your device brings to it
Built-in AI needs a certain amount of free disk, memory and graphics power. Each value below is read from your device, and each threshold is the one Chrome publishes.
Your graphics hardware (WebGPU)
If there is no built-in model
When no built-in model exists, these decide whether a WebGPU runtime could load one instead.
How to turn browser AI off
Short answer: a website cannot switch it off for you, and that is deliberate. Only you can, from your browser’s own settings. Here is exactly what this page can do and what you have to do yourself.
What this page can do
- Destroy every session it opened and release their token quota immediately.
- Abort a download it started, through the signal passed to create().
- Clear its own origin storage, caches and any cached probe result.
- Export everything it found as JSON you can read before sharing it.
What only you can do
- Set the model flags back to Default and relaunch the browser.
- Remove the component under chrome://components to reclaim the disk.
- Block the download for good with the enterprise model policy.
- Delete the model directory inside the browser profile by hand.
Your full results
Everything found, as plain JSON you can copy, save or paste into a bug report. Read it before you share it: it describes your browser and hardware, so treat it like any other diagnostic file.
{}