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
10 changes: 5 additions & 5 deletions api/aicr/v1/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ paths:
description: GPU/accelerator type. If omitted, treated as "any" (wildcard).
schema:
type: string
enum: [h100, gb200, a100, l40, any]
enum: [h100, gb200, b200, a100, l40, any]
default: any
- name: gpu
in: query
required: false
description: Alias for accelerator parameter (backwards compatibility).
schema:
type: string
enum: [h100, gb200, a100, l40, any]
enum: [h100, gb200, b200, a100, l40, any]
default: any
- name: intent
in: query
Expand Down Expand Up @@ -478,15 +478,15 @@ paths:
description: GPU/accelerator type. If omitted, treated as "any" (wildcard).
schema:
type: string
enum: [h100, gb200, a100, l40, any]
enum: [h100, gb200, b200, a100, l40, any]
default: any
- name: gpu
in: query
required: false
description: Alias for accelerator parameter (backwards compatibility).
schema:
type: string
enum: [h100, gb200, a100, l40, any]
enum: [h100, gb200, b200, a100, l40, any]
default: any
- name: intent
in: query
Expand Down Expand Up @@ -1188,7 +1188,7 @@ components:
accelerator:
type: string
description: GPU/accelerator type
enum: [h100, gb200, a100, l40, any]
enum: [h100, gb200, b200, a100, l40, any]
example: h100
intent:
type: string
Expand Down
Loading