Recommend hardware
recommend_hardwareRanked list of catalogued, buyable machines that run a model at the requested context, cheapest first, with an optional budget cap.
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) | |
| budget | No | Optional max price in USD | |
| 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) | |
| kv_precision | No | KV cache precision (default f16) |