Learn more about the experimental AI APIs at https://goo.gle/chrome-ai-dev-preview
chrome://flags
in the address barchrome://components/
and update "Optimization Guide On Device Model"To use it, open Developer Tools and create a session with:
const session = await window.ai.createTextSession();
Generate new content based on a writing task.
Refine and restructure existing text.
Condense long-form content into key points.
Translate content to different languages using the Prompt API.
Interact directly with the Prompt API in a freeform way.