To use a model hosted on the Spice Cloud Platform, specify the spice.ai path in the from field.
Example:
Specific model versions can be referenced using a version label or Training Run ID.
from FormatThe from key must conform to the following regex format:
Examples:
spice.ai/lukekim/smart/models/drive_stats:latest: Refers to the latest version of the drive_stats model in the smart application by the user or organization lukekim.spice.ai/lukekim/smart/drive_stats:60cb80a2-d59b-45c4-9b68-0946303bdcaf: Specifies a model with a unique training run ID.spice.ai/.org) hosting the model.app) which the model belongs to.model).:) followed by the version identifier (version), which could be a semantic version, latest for the most recent version, or a specific training run ID.