new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

browser-ai/setup

8 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

@browser-ai/core package installation

The @browser-ai/core package (formerly @built-in-ai) is the AI SDK provider for Chrome and Edge browser's built-in AI models. Install it using: npm install @browser-ai/core

@browser-ai/web-llm package installation

The @browser-ai/web-llm package is the AI SDK provider for popular open-source models using the WebLLM inference engine. Install it using: npm install @browser-ai/web-llm

@browser-ai/transformers-js package installation

The @browser-ai/transformers-js package is the AI SDK provider for popular open-source models using Transformers.js. Install it using: npm install @browser-ai/transformers-js

@browser-ai/core provider instance

Import the default provider instance browserAI from @browser-ai/core using: import { browserAI } from '@browser-ai/core'; const model = browserAI();

@browser-ai/web-llm provider instance

Import the default provider instance webLLM from @browser-ai/web-llm using: import { webLLM } from '@browser-ai/web-llm'; const model = webLLM();

@browser-ai/transformers-js provider instance

Import the default provider instance transformersJS from @browser-ai/transformers-js using: import { transformersJS } from '@browser-ai/transformers-js'; const model = transformersJS();

browser-ai community provider base

jakobhoeg/browser-ai is a community provider that serves as the base AI SDK provider for client side in-browser AI models. It currently provides model providers for Chrome & Edge's native browser AI models via the JavaScript Prompt API, as well as model providers for using open-source in-browser models with both Transformers.js and WebLLM.

browser-ai AI SDK version support

The browser-ai provider supports both v5 and v6 of the AI SDK.

Give your agent this brain