Find models that fit a machine
find_fitWhich tracked models run on a given GPU or Mac: measured GGUF weights + computed context cache + runtime overhead versus usable memory. Returns the best recommendation and every verdict (EXCELLENT/GOOD/TIGHT/OFFLOAD_REQUIRED/NOT_RECOMMENDED/UNKNOWN) with plain-language reasons. Get hardware ids from list_hardware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kv | No | KV-cache quantization (default f16). | |
| model | No | Restrict to one model slug. | |
| context | No | Context length in tokens (default 8192). | |
| hardware | Yes | Hardware id or page slug, e.g. rtx-4090, mac-studio-m3-ultra-96gb. |