Setup
To use a Hypermode-hosted model, sethost: "hypermode",
provider: "hugging-face", and set sourceModel to be the model name as
specified on Hugging Face.
modus.json
Deployment mode
We run our most popular models as multi-tenant, shared instances across projects and customers. By default, if the model you use is available as a shared model, your app uses these shared models at runtime. You can override this default behavior by settingdedicated: true on your model in the
app manifest.
If the model you use isn’t available as a shared model, Hypermode automatically
spins up a dedicated instance of the model for your project.