The manifest in a Hypermode project allows you to configure the resources your functions have access to at runtime. You define the manifest in the hypermode.json
and schema.graphql
files within the root of your project directory.
Define inference services for use in your functions
Establish connectivity for models and other external endpoints
Expose functions on your project’s API endpoint
The manifest in a Hypermode project allows you to configure the resources your functions have access to at runtime. You define the manifest in the hypermode.json
and schema.graphql
files within the root of your project directory.
Define inference services for use in your functions
Establish connectivity for models and other external endpoints
Expose functions on your project’s API endpoint