Invoke AI models from your functions
Model
class.
models
namespace from the SDK:
models
namespace are below, organized by category.
Model
base class.models-as
repository
for examples.false
.ModelInfo
object for more information.Model
instance. It’s also
available as a property on the Model
class.
ModelInfo
instances
directly.However, if you are implementing a custom model, you may wish to use a property
from this class, such as the fullName
, for model providers that require the
model name in the input request body.We may add additional properties to this class in the future, as needed.