Compare hardware
compare_hardwareSide-by-side memory, bandwidth, price, and (with a model) fit + tok/s for 2 to 4 machines.
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) | |
| hardware | Yes | 2 to 4 hardware names/ids, comma-separated | |
| kv_precision | No | KV cache precision (default f16) |