Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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").
Expand Down
Loading