Hey EPP participants,
Try the Built-in AI extension to get access to browser APIs like…
🧠 `LanguageModel` (aka. Prompt API): Interact with large language models.
🗜️ `Summarizer`: Generate concise summaries of long texts.
✍️ `Writer`: Draft new content based on prompts.
📝 `Rewriter`: Refine or rephrase existing text.
💡 `LanguageDetector`: Identify the language of a given text.
🗯️ `Translator`: Translate text between languages.
If your browser supports an API natively, it will use it. Otherwise, the extension injects a polyfill into the page that either uses…
🤗 a local model using Transformers.js
☁️ or a cloud model using any of Gemini, Firebase AI Logic, or OpenAI
Cheers,
Tom