Tagged articles
7 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Sep 2, 2024 · Artificial Intelligence

Using Gemini Nano Prompt API in Chrome Canary for In‑Browser AI

This article explains how Google’s Gemini Nano can run directly in the browser via the Prompt API, guides you through enabling the feature in Chrome Canary, checking model readiness, and provides JavaScript code examples for creating text sessions, streaming responses, and building a simple translation demo.

AIChrome CanaryGemini Nano
0 likes · 8 min read
Using Gemini Nano Prompt API in Chrome Canary for In‑Browser AI
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 19, 2024 · Frontend Development

How Chrome Canary Lets You Run Gemini Nano LLM Directly in the Browser

Chrome Canary’s experimental Gemini Nano feature enables local execution of a large language model in the browser, offering easy deployment, hardware acceleration, offline use, and a Prompt API with createTextSession and streaming calls, plus step‑by‑step instructions and a demo for in‑page translation.

Chrome CanaryGemini NanoJavaScript
0 likes · 8 min read
How Chrome Canary Lets You Run Gemini Nano LLM Directly in the Browser
Code Mala Tang
Code Mala Tang
Jul 4, 2024 · Artificial Intelligence

Run Gemini Nano AI Locally in Chrome Canary: Step‑by‑Step Guide

This tutorial walks you through downloading Chrome Canary, enabling the Gemini Nano Prompt API and optimization guide flags, installing the 1.5 GB model, and using the window.ai JavaScript API to create sessions and send prompts, while discussing performance, limitations, and the benefits of offline AI.

Chrome CanaryGemini NanoLocal AI
0 likes · 7 min read
Run Gemini Nano AI Locally in Chrome Canary: Step‑by‑Step Guide