Model Loading
PolarGrid supports dynamic model loading — load models into GPU memory on-demand and unload them when not needed.Load Model
Request Body
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model_name | string | Yes | — | Model ID to load |
force_reload | boolean | No | false | Force reload even if already loaded |
Example
Response
Unload Model
Example
Response
Unload All Models
Example
Response
Get Model Status
Example
Response
Status Values
| Status | Description |
|---|---|
loaded | Model is in GPU memory and ready |
loading | Model is currently being loaded |
unloaded | Model is not in memory |
failed | Model failed to load |
