API docs for accessing GPU Index from Silicon Data.
📌 Note: The GPU Index API is only available for Plus and Professional tier subscribers.
application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
gpu | string | YES | GPU type, currently we support H100 and A100 series type, you can input ‘H100’ or ‘A100’ (case-insensitive) for querying. | [‘h100’, ‘a100’] |
starting_date | string or null | NO | The start date for the query in YYYY-MM-DD format. Defaults to today if not provided. | |
ending_date | string or null | NO | The end date for the query in YYYY-MM-DD format. Defaults to today if not provided. |