Member-only story
How to Create an AI App for Free Using Chrome Built-in AI
3 min readDec 8, 2024
Introduction
Have you ever wondered if you could have an AI assistant in your browser? With Chrome Built-in AI, it’s possible! Chrome has integrated AI models, including the Gemini Nano model, that allow you to run AI tasks locally. You can add AI features to your Chrome extensions without needing external services.
Key Features
Chrome Built-in AI offers several APIs:
- Prompt API: Send natural language queries to the local Gemini Nano model.
- Summarizer API: Summarize text content.
- Language Detection API: Detect the language of a given text.
- Translation API: Translate text between languages.
- Writer and Rewriter APIs: Assist in writing and rewriting text.
Steps to Get Started
Here’s how you can start using Chrome Built-in AI:
Install the latest Chrome
- Make sure you have version 128.0.6545.0 or above.