From a087df365e39f1aa39fdd7bf0409feb9fb1e8868 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Tue, 6 Jan 2026 14:04:09 +0530 Subject: [PATCH] fix: test_aaamodel_prices_and_context_window_json_is_valid --- model_prices_and_context_window.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c1b6787132a..90d915d88c7 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -17392,7 +17392,7 @@ "max_tokens": 16000, "mode": "chat", "supported_endpoints": [ - "/chat/completions" + "/v1/chat/completions" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17407,7 +17407,7 @@ "max_tokens": 16000, "mode": "chat", "supported_endpoints": [ - "/chat/completions" + "/v1/chat/completions" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17422,7 +17422,7 @@ "max_tokens": 16000, "mode": "chat", "supported_endpoints": [ - "/chat/completions" + "/v1/chat/completions" ], "supports_vision": true }, @@ -17435,7 +17435,7 @@ "max_tokens": 16000, "mode": "chat", "supported_endpoints": [ - "/chat/completions" + "/v1/chat/completions" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17450,7 +17450,7 @@ "max_tokens": 16000, "mode": "chat", "supported_endpoints": [ - "/chat/completions" + "/v1/chat/completions" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17641,8 +17641,8 @@ "max_tokens": 128000, "mode": "chat", "supported_endpoints": [ - "/chat/completions", - "/responses" + "/v1/chat/completions", + "/v1/responses" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17671,8 +17671,8 @@ "max_tokens": 64000, "mode": "chat", "supported_endpoints": [ - "/chat/completions", - "/responses" + "/v1/chat/completions", + "/v1/responses" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17688,7 +17688,7 @@ "max_tokens": 128000, "mode": "responses", "supported_endpoints": [ - "/responses" + "/v1/responses" ], "supports_function_calling": true, "supports_parallel_function_calling": true, @@ -17704,8 +17704,8 @@ "max_tokens": 64000, "mode": "chat", "supported_endpoints": [ - "/chat/completions", - "/responses" + "/v1/chat/completions", + "/v1/responses" ], "supports_function_calling": true, "supports_parallel_function_calling": true,