From 9de2727d3af40d7edf85be39ff265560d0d9c870 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 29 Sep 2025 15:53:10 -0700 Subject: [PATCH] fix models endpoint --- llama_stack/apis/models/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/apis/models/models.py b/llama_stack/apis/models/models.py index 87f987c6f..a4f6a888b 100644 --- a/llama_stack/apis/models/models.py +++ b/llama_stack/apis/models/models.py @@ -112,7 +112,6 @@ class Models(Protocol): ... @webmethod(route="/openai/v1/models", method="GET", level=LLAMA_STACK_API_V1) - @webmethod(route="/models", method="GET", level=LLAMA_STACK_API_V1) async def openai_list_models(self) -> OpenAIListModelsResponse: """List models using the OpenAI API.