From 085dc186a389817f4cecc92a1844921145379284 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sun, 19 Jul 2026 03:17:58 +0000 Subject: [PATCH] docs: announce cost optimization dashboard Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/blog_posts.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/litellm/blog_posts.json b/litellm/blog_posts.json index fa768b3ec57..de9fb35248f 100644 --- a/litellm/blog_posts.json +++ b/litellm/blog_posts.json @@ -1,5 +1,11 @@ { "posts": [ + { + "title": "Introducing LiteLLM's Cost Optimization Dashboard", + "description": "See savings from prompt compression, prompt caching, and auto routing in one dashboard, with more optimization insights planned over time. Available in LiteLLM v1.95.x, with the dev release available Tuesday, July 21.", + "date": "2026-07-21", + "url": "https://docs.litellm.ai/blog/cost_optimization_dashboard" + }, { "title": "Realtime WebRTC HTTP Endpoints", "description": "Use the LiteLLM proxy to route OpenAI-style WebRTC realtime via HTTP: client_secrets and SDP exchange.",