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,