version | string | "1" | Schema version |
name | string | — | Node display name |
install | string | — | Shell command run once at startup |
inference | string | — | Module (.py) or shell command for inference |
training | string | — | Module (.py) or shell command for training |
workers | list | — | Worker .py files using hook decorators |
requirements | list | — | pip package specs |
models | list | — | Model IDs to pre-download |
input | string or list | — | Input type declaration |
gpu | boolean | false | Whether GPU is required |
runtime | string | — | Known runtime ID for zero-code mode |
model | string | — | Model file path (used with runtime) |
profile_slug | string | "default" | Profile for workload routing |
resources | object | — | memory and cpus constraints |