You Have a Free AI Model Sitting in Chrome Right Now
A new local AI model called Gemini Nano has been integrated into Chrome, allowing users to run AI tasks directly on their machines. This model is designed for tasks like classification and summarization, offering a private and offline experience. Users can enable the Prompt API to access its features and experiment with its capabilities through a provided playground.
- ▪Gemini Nano runs locally on users' hardware, eliminating the need for cloud services.
- ▪The model is free to use and does not require API keys or incur per-token costs.
- ▪Users can enable the Prompt API by adjusting settings in Chrome flags.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1002302) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Athreya aka Maneshwar Posted on May 30 You Have a Free AI Model Sitting in Chrome Right Now #webdev #ai #programming #node Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star git-lrc to help devs discover the project. Do give it a try and share your feedback for improving the project.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).