From f3b72858e8ce14e8e451b8d5f2226797c8286193 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 29 Mar 2025 19:08:23 -0700 Subject: [PATCH] docs release notes --- .../release_notes/v1.65.0-stable/index.md | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/my-website/release_notes/v1.65.0-stable/index.md b/docs/my-website/release_notes/v1.65.0-stable/index.md index 2ce7a91ed41..b36eac1603b 100644 --- a/docs/my-website/release_notes/v1.65.0-stable/index.md +++ b/docs/my-website/release_notes/v1.65.0-stable/index.md @@ -28,6 +28,9 @@ Read more about MCP [here](https://docs.litellm.ai/docs/mcp). img={require('../../img/release_notes/mcp_ui.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> +

+ Expose and use MCP servers through LiteLLM +

## Custom Prompt Management @@ -39,6 +42,9 @@ Read more about custom prompt management [here](https://docs.litellm.ai/docs/pro img={require('../../img/custom_prompt_management.png')} style={{width: '100%', display: 'block', margin: '2rem auto'}} /> +

+ Connect LiteLLM to your prompt management service through custom hooks +

@@ -49,7 +55,6 @@ Read more about custom prompt management [here](https://docs.litellm.ai/docs/pro - Nova Canvas image generation support [PR](https://github.com/BerriAI/litellm/pull/9525) - OpenAI gpt-4o-transcribe support [PR](https://github.com/BerriAI/litellm/pull/9517) - Added new Vertex AI text embedding model [PR](https://github.com/BerriAI/litellm/pull/9476) -- Updated model prices and context windows [PR](https://github.com/BerriAI/litellm/pull/9459) ### LLM Translation - OpenAI Web Search Tool Call Support [PR](https://github.com/BerriAI/litellm/pull/9465) @@ -62,15 +67,20 @@ Read more about custom prompt management [here](https://docs.litellm.ai/docs/pro - Log 'api_base' on spend logs [PR](https://github.com/BerriAI/litellm/pull/9509) - Support for Gemini audio token cost tracking [PR](https://github.com/BerriAI/litellm/pull/9535) - Fixed OpenAI audio input token cost tracking [PR](https://github.com/BerriAI/litellm/pull/9535) -- Added Daily User Spend Aggregate view - allows UI Usage tab to work > 1m rows [PR](https://github.com/BerriAI/litellm/pull/9538) -- Connected UI to "LiteLLM_DailyUserSpend" spend table [PR](https://github.com/BerriAI/litellm/pull/9603) ### UI + +#### Model Management - Allowed team admins to add/update/delete models on UI [PR](https://github.com/BerriAI/litellm/pull/9572) +- Added render supports_web_search on model hub [PR](https://github.com/BerriAI/litellm/pull/9469) + +#### Request Logs - Show API base and model ID on request logs [PR](https://github.com/BerriAI/litellm/pull/9572) - Allow viewing keyinfo on request logs [PR](https://github.com/BerriAI/litellm/pull/9568) -- Enabled viewing all wildcard models on /model/info [PR](https://github.com/BerriAI/litellm/pull/9473) -- Added render supports_web_search on model hub [PR](https://github.com/BerriAI/litellm/pull/9469) + +#### Usage Tab +- Added Daily User Spend Aggregate view - allows UI Usage tab to work > 1m rows [PR](https://github.com/BerriAI/litellm/pull/9538) +- Connected UI to "LiteLLM_DailyUserSpend" spend table [PR](https://github.com/BerriAI/litellm/pull/9603) ### Logging Integrations - Fixed StandardLoggingPayload for GCS Pub Sub Logging Integration [PR](https://github.com/BerriAI/litellm/pull/9508)