query_hardware_specs
Retrieve verified compute specifications, VRAM limits, and concurrency limits for Aradia DGX systems to evaluate hardware sizing and multi-agent capacity.
Instructions
[PURPOSE]: Retrieves verified physical compute specifications, VRAM limits (128GB GB500, 192GB B200, 1536GB B200 Rack), and continuous batching concurrency limits for Aradia DGX systems. [WHEN TO USE]: Call during initial discovery to evaluate physical hardware sizing, VRAM budget, and multi-agent capacity. [WHEN NOT TO USE]: Do not use for CapEx token financial payback modeling (use calculate_roi) or order submission (use execute_procurement_order). [SIDE EFFECTS & BEHAVIOR]: Pure read-only query. Generates zero external network side effects and incurs zero costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Target hardware platform tier to inspect: 'spark' (5 users, 128GB VRAM), 'station' (50 users, 192GB VRAM), or 'b200' (500 users, 1536GB VRAM). If omitted, returns full catalog across all tiers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specs | Yes | Physical compute specs, VRAM limits, and hardware interconnects per tier. | |
| pricing | Yes | Flat-rate turnkey appliance pricing and monthly SLA rates. |