Cheapest hardware for a model
cheapest_hardware_for_modelThe cheapest catalogued, buyable machine that runs a given model at Q4 with the requested context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name, e.g. 'Llama 70B', 'gpt-oss-120B', 'Qwen 32B'. Use list_models to see known names. | |
| mxfp4 | No | True if the model ships natively in MXFP4 (e.g. gpt-oss) | |
| context | No | Context window in tokens (default 8192) | |
| total_b | No | For an unlisted model: total parameters in billions | |
| active_b | No | For an unlisted model: active params in billions (= total for dense, less for MoE) |