From da5e45349df18508327736c4198d3ce2fea4b855 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 7 Jan 2026 12:10:20 +0530 Subject: [PATCH] init upload_container_file --- litellm/containers/endpoints.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/litellm/containers/endpoints.json b/litellm/containers/endpoints.json index 4a23fc75c31..1ba61ee26e9 100644 --- a/litellm/containers/endpoints.json +++ b/litellm/containers/endpoints.json @@ -9,6 +9,16 @@ "query_params": ["after", "limit", "order"], "response_type": "ContainerFileListResponse" }, + { + "name": "upload_container_file", + "async_name": "aupload_container_file", + "path": "/containers/{container_id}/files", + "method": "POST", + "path_params": ["container_id"], + "query_params": [], + "response_type": "ContainerFileObject", + "is_multipart": true + }, { "name": "retrieve_container_file", "async_name": "aretrieve_container_file",