Invoke your models with the Modus Models API
models
API in the Modus SDK.
models
API in the Modus SDK provides a set of functions
that you can import and call from your app.
models
packages from the SDK.
Import the core models
package and the package for the interface your model
uses. For example, to use the OpenAI interface for a text-generation model, you
would import the openai
package in addition to the core models
package.
openai
interface.