load_model
Load a model into memory with a configurable time-to-live (TTL) so it auto-unloads when the TTL expires, helping manage LM Studio resources.
Instructions
Load a model into memory with configurable Time-To-Live (TTL). The model will auto-unload after the TTL expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-To-Live in seconds before auto-unload (default: 3600) | |
| model_id | Yes | The ID of the model to load |