Skip to main content

Runtime

Runtime image available to internally hosted models, including its name, image reference, base environment, and notable included packages.

nameName (string)required

Runtime name with tag (e.g. 'python:3.12-cuda12').

imageImage (string)required

Fully qualified container image reference for this runtime.

baseBase (string)required

Upstream base image / framework.

included_packagesstring[]required

Notable Python packages baked in (informational; not a complete list). Users add framework-specific deps via ZIP requirements.txt.

descriptionDescription (string)required

Short summary of intended use cases.

Runtime
{
"name": "string",
"image": "string",
"base": "string",
"included_packages": [
"string"
],
"description": "string"
}