From aaef326644e3d5f48f4fd4da1c8c16d471fef385 Mon Sep 17 00:00:00 2001 From: KAJdev <40004347+KAJdev@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:02:28 +0000 Subject: [PATCH] chore: update openapi spec from rphttp --- api-reference/openapi.json | 52 +++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index dba03fcc..ee50d659 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -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", @@ -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, @@ -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, @@ -4534,4 +4585,3 @@ } ] } -