Get pricing quote for a cluster returning the hourly rate
Args: instance_type: Type of GPU instance (e.g., “1xH100”, “8xB200”) num_nodes: Number of nodes (must be >= 1)
Returns: QuoteResponse: Contains hourly_rate for the configuration
Raises: HTTPException: 400 for invalid parameters, 500 for server errors
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Type of instance (e.g., '1xB200')
Number of nodes in the cluster
x >= 1Successful Response
Response model for pricing quote endpoints (cluster and storage).