From ccd6a8ece692f1d58e2c8af63a07513348c47779 Mon Sep 17 00:00:00 2001 From: Rasul Nabiyev Date: Thu, 23 Apr 2026 17:51:11 +0200 Subject: [PATCH] add h100-40gb --- openapi.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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").