Using different models
Unlike the built-in window.ai
API, AiBrow has support for multiple models. It ships with a default model, but you can request that your page use a different model. When a model is downloaded it becomes available to all sites on the machine meaning it only needs to be downloaded once.
Specifying a model can be useful if a specific model provides better responses to the types of prompts you're using.
Look at the current list of supported models, or request more!
Use a different model
All the top-level AiBrow APIs support requesting a model through the create call.
Last updated