SpiceAI
Instructions for using models hosted on the Spice Cloud Platform with Spice.
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
Format
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.
Specification
Prefix (Optional): The value must start with
spice.ai/
.Organization/User: The name of the organization or user (
org
) hosting the model.Application Name: The name of the application (
app
) which the model belongs to.Model Name: The name of the model (
model
).Version (Optional): A colon (
:
) followed by the version identifier (version
), which could be a semantic version,latest
for the most recent version, or a specific training run ID.
Last updated
Was this helpful?