Skip to content
Open
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
52 changes: 51 additions & 1 deletion api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,23 @@
],
"description": "For CPU Serverless endpoints, a list of instance IDs that can be attached to a Serverless endpoint."
},
"minCudaVersion": {
"type": "string",
"enum": [
"12.9",
"12.8",
"12.7",
"12.6",
"12.5",
"12.4",
"12.3",
"12.2",
"12.1",
"12.0",
"11.8"
],
"description": "The minimum acceptable CUDA version for the workers on a Serverless endpoint."
},
"name": {
"type": "string",
"example": "my endpoint",
Expand Down Expand Up @@ -3809,6 +3826,23 @@
"minimum": 1,
"maximum": 3600
},
"minCudaVersion": {
"type": "string",
"enum": [
"12.9",
"12.8",
"12.7",
"12.6",
"12.5",
"12.4",
"12.3",
"12.2",
"12.1",
"12.0",
"11.8"
],
"description": "If the created Serverless endpoint is a GPU endpoint, the minimum acceptable CUDA version on the created workers."
},
"name": {
"type": "string",
"maxLength": 191,
Expand Down Expand Up @@ -4061,6 +4095,23 @@
"minimum": 1,
"maximum": 3600
},
"minCudaVersion": {
"type": "string",
"enum": [
"12.9",
"12.8",
"12.7",
"12.6",
"12.5",
"12.4",
"12.3",
"12.2",
"12.1",
"12.0",
"11.8"
],
"description": "If the created Serverless endpoint is a GPU endpoint, the minimum acceptable CUDA version on the created workers."
},
"name": {
"type": "string",
"maxLength": 191,
Expand Down Expand Up @@ -4534,4 +4585,3 @@
}
]
}