NAOMS for developers
← Back to overview

NAOMS · building block

Local AI models

Pick and run AI models on the person’s own devices, with other providers optional.

What a person notices

What you get as a developer

Local models is the provider layer underneath every AI feature in NAOMS: pick a model, run it on-device, or fall back to a cloud provider when you choose to.

scan for models:     model.scan
get a suggestion:    model.recommend
set the default:     model.default { modelId }

How it connects

Related