Aibrow

Properties

browserAI

window.AI

The original AI object that was part of the window

aibrow

true

coreModel

CoreModelFactory

embedding

EmbeddingFactory

languageDetector

LanguageDetectorFactory

languageModel

LanguageModelFactory

rewriter

RewriterFactory

summarizer

SummarizerFactory

translator

TranslatorFactory

writer

WriterFactory


Methods

capabilities

async capabilities() => { helper: boolean, extension: boolean }

Get the capabilities of the on-device language ai.

getHelperDownloadUrl

async getHelperDownloadUrl() => string

Returns a link to download the AiBrow helper for this platform. This call relies on the network to fetch the latest request so should only be used as needed.

Last updated