Skip to main content

GET /api/silicon-navigator/gpu-list

Get the list of GPUs available in SiliconNavigator.

Authorization

🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token

Responses

  • 200: Successful Response

GET /api/silicon-navigator/gpu-specs/params

Get the available filter parameters (distinct manufacturers and chips) for the GPU specs query.

Authorization

🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token

Responses

  • 200: Successful Response

POST /api/silicon-navigator/gpu-specs

Get the GPU specs list, with optional filtering, ordering, and pagination.

Authorization

🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token

Request Body

The request body must be in application/json format. All fields are optional; an empty body returns the first page of results ordered by retail_price desc.

Request Example

Responses

  • 200: Successful Response
  • 422: Validation Error