Hosted Models
Iterate quickly with seamless access to the most popular models
Hypermode includes a set of shared models available for integration into your app.
Need a bespoke model? You can include a model from Hugging Face in your app manifest and Hypermode runs and manages it for you.
Setup
To use a Hypermode-hosted model, in your app manifest set
connection: "hypermode"
, provider: "hugging-face"
, and set sourceModel
to
be the model name as specified on Hugging Face.
Deployment mode
We run our most popular models as multi-tenant, shared instances across workspaces and customers.
By default, if the model you use is available as a shared model, your app uses these shared models at runtime. 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.
Shared models
These are the models available currently with shared instances:
Was this page helpful?