diff --git a/openapi.yaml b/openapi.yaml index 8449b9d..799f3e5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13013,6 +13013,8 @@ components: description: GPUType specifies the GPU hardware to use (e.g., "h100-80gb"). enum: - h100-80gb + - h100-40gb-mig + - b200-192gb type: string health_check_path: description: HealthCheckPath is the HTTP path for health checks (e.g., "/health"). @@ -13179,7 +13181,8 @@ components: deployment enum: - h100-80gb - - " a100-80gb" + - h100-40gb-mig + - b200-192gb type: string health_check_path: description: HealthCheckPath is the HTTP path used for health checks of the @@ -13490,6 +13493,8 @@ components: description: GPUType specifies the GPU hardware to use (e.g., "h100-80gb") enum: - h100-80gb + - h100-40gb-mig + - b200-192gb type: string health_check_path: description: HealthCheckPath is the HTTP path for health checks (e.g., "/health").