TypeSafe Jev on LiteLLM
TypeSafe AI's Jev lands in LiteLLM v1.103.0-rc: call it through the proxy with logging and cost tracking.
AI Gateway
How we build the world's most widely used open-source AI Gateway. Routing, reliability, observability, and what we learn along the way.
We're hiring!Get new posts in your inbox
Routing to 100+ providers
TypeSafe AI's Jev lands in LiteLLM v1.103.0-rc: call it through the proxy with logging and cost tracking. Day 0 support for Qwen3.8-Omni-Flash on LiteLLM, with text, image, audio and video input. Use TypeSafe Jev to remove old tool results from bot conversations and enable compaction for a team in LiteLLM. Five Auto Router updates: cache-cost estimates, Fast Mode by tier, team-managed routers, live CLI stats, and more accurate Anthropic savings. Join the LiteLLM September townhall on Thursday, 24 September at 7:30 AM PT to learn about LiteLLM's product updates and roadmap. Weβre improving Fuse V2 by combining complexity and capability assessment to learn where each model succeeds, fails, and needs an upgrade. Starting with v1.102.0-rc.1, OCR calls use the Rust implementation by default while preserving the existing API. Date: September 7 to September 9, 2026 We solved 23 of 25 SWE-bench Verified tasks with LiteLLM's experimental capability router for $11.15, compared with $20.27 using Opus 5. How Pfizer AI Platform Engineering isolated a Redis connection handling bug that cut LiteLLM gateway throughput by ~48% with zero HTTP errors, reduced CI load-test latency by 76%, and built a regression prevention framework with LiteLLM. Harness-aware Auto-Router updates for Claude Code and Codex: less classifier context, encrypted task support, and clearer routing logs. How LiteLLM preserves caller identity across shared agents, governs model and MCP access, and enforces independent budgets for each business unit. Tune AutoRouter heuristic dimensions for specific workloads, improve classification accuracy, and configure tiers from models you already serve. LiteLLM's updated SOC 2 Type 2 report is now available through the LiteLLM Trust Center. Routing each agent turn by what the agent is doing, exploring, implementing, or verifying, instead of by how hard the prompt looks. On a SWE-bench Verified subset it matched fixed Claude Opus-5 quality for 46% less, with 86% of turns never touching a frontier model. The complexity router's LLM classifier can now use different compression than the model call it routes to. The classifier only needs enough context to route correctly, not to generate an answer. In internal testing, compressing it aggressively cut classification costs a further 32% beyond shared compression, with no change in routing accuracy. The Auto-Router now reads the assistant's own recent tool calls, notices when an agentic task is stuck in a retry loop, and escalates it one tier automatically, the same bump escalation_keywords already offers. Day 0 support for OpenAI's GPT-6 Astra on LiteLLM, with pricing, reasoning params, and the Responses API bridge. Day 0 support for Meta Muse Spark 1.3 on LiteLLM, with cost tracking for both the standard and contributor tiers. day 0 support for Gemini 3.8 Flash on LiteLLM, with launch pricing tracked across Google AI Studio and Vertex AI. Heuristic v2 is a new classifier for LiteLLM's AutoRouter, pretrained across multiple rounds of graded response data so it ships with zero cold start. On a 21-task Terminal-Bench 2.0 subset it solved 3 more tasks than Heuristic v1, at 45% lower cost per solved task and lower latency. LiteLLM Auto Router Fusion ran three models on the same task and synthesized their work, solving 14 of 21 Terminal-Bench tasks against 9 for Claude Fable-5 alone. Total spend rose 36%, cost per solved task fell 12%, and turn latency went up 5x. The Auto-Router now supports more routing configurations: context-window escalation moves oversized prompts to the cheapest tier that fits them before dispatch, modality routing sends image requests to tiers that can see, classification can run on user turns only, and shadow evaluations can compare several router configs on a team's live traffic. Day 0 support for Claude Fable 5.1 on the LiteLLM AI Gateway, with the 0.025x cache read price tracked from the first call. A recap of the August LiteLLM town hall: 79 security fixes, 375 bug fixes, 142 feature commits, a new Director of Security, the public status dashboard, and Auto-Router results from production. Shadow evaluations duplicate a sampled slice of one key's live traffic through an auto-router and have an LLM judge blindly compare the answers. On our own traffic the router matched or beat the current model on 88.1% of judged responses, measured before a single user-facing response changed. day 0 support for Gemini 3.7 Flash on LiteLLM, with launch pricing tracked across Google AI Studio and Vertex AI. Join the LiteLLM August townhall on Thursday, 27 August at 7:30 AM PT to learn about LiteLLM's product updates and roadmap. A LiteLLM customer rolled the Auto Router out to 450+ users in production and shared four months of numbers: 272,876 requests, 7.08 billion tokens, and $12,249 saved against an all-flagship baseline. On a 21 task subset of Terminal-Bench 2.0, an auto router matched Claude Opus-5 solve rate at 27% lower cost. Adding the last 3 user messages as classifier context raised relative quality 14% but cost 44% more; adding assistant replies made both worse. A new Auto-Router Usage tab in Cost Optimization, per-request classifier cost reporting, preset matching against your own deployments, and two routing fixes. Six changes to the Auto-Router: 1-click Anthropic and OpenAI presets, a one-line agent setup skill, Test Routing in the UI, a replaceable classifier prompt, customizable tiers, and configurable reminder markers. v1.97 adds cost and usage benchmarks for the auto router, gives the LLM classifier a window of prior turns, and turns session affinity off by default. Across 5,600 live classifier calls, prior turns raised tier agreement on referential follow-ups from 14% to 78% at under a tenth of a cent per request, with no measurable latency change. The most common objection to auto-routing is that switching models throws away your prompt cache. We measured it across five datasets, including real gateway traffic with the provider's own cache accounting, and the answer is no. Two independent evaluations of a four-tier Auto Router config against an all-frontier baseline: 8,619 graded prompts, 14,000 simulated real conversations, and what the cost and quality numbers actually depend on. A recap of the July LiteLLM town hall: 38 security fixes, 317 bug fixes, 140 feature commits, new Rust gateway benchmarks, and the launch of Autorouter V2. Day 0 support for Claude Opus 5 on the LiteLLM AI Gateway. Use it across Anthropic, Azure, Vertex AI, and Bedrock. AIGatewayBench measures the overhead an AI gateway adds on top of the upstream model, isolated against a deterministic mock, across LiteLLM (Rust), LiteLLM (Python v1), Portkey, and Bifrost. The LiteLLM Rust gateway has the lowest overhead and memory footprint of the four. Router plugins are now live on LiteLLM. Configure a plugin pipeline to determine which models to pick for a given input. Plugins can be chained as well Auto Router v2 folds LiteLLM's complexity, semantic, and adaptive routers into a single router with an LLM classifier, keyword tiers, multi-model pools, and adaptive Thompson sampling. Date: July 4 to July 10, 2026 A two-week product quality update. We addressed two major issues (MCP credential resolution and pass-through memory) and shipped 134 bug fixes in total. Plus our next goal: 95% end-to-end test coverage. Join the LiteLLM July townhall on Thursday, 23 July at 7:30 AM PT to learn about LiteLLM's product updates and roadmap. Day 0 support for the GPT-5.6 family (Sol, Terra, and Luna) on LiteLLM. Practical levers a platform admin can pull on the LiteLLM proxy to reduce Claude Code spend without asking developers to change a thing. Day 0 support for Claude Sonnet 5 on the LiteLLM AI Gateway. Use it across Anthropic, Azure, Vertex AI, and Bedrock. Cut input tokens on Claude Code and other LLM traffic by attaching Headroom as a pre_call guardrail on LiteLLM. A recap of the June LiteLLM town hall covering security hardening, our zero-regression commitment, 78 feature commits, and the gradual migration of the gateway to Rust. Keep the OpenAI code_interpreter tool in your requests, run the code in your own sandbox. LiteLLM intercepts the tool call and routes it to E2B or OpenSandbox; no client changes. LiteLLM is moving its AI gateway to Rust: 15x throughput, 11x less memory, and sub-1ms per-request overhead. No v2, no migration, your config stays the same. Starting Monday, June 29, 2026, LiteLLM actively supports the four most recent stable minor lines. Older lines reach end of life, and the window rolls forward as new stable lines ship. LiteLLM now supports semantic prompt caching on Valkey clusters running the valkey-search module, including AWS ElastiCache for Valkey, with no RediSearch, Redis Stack, or Qdrant required. Join the LiteLLM June townhall on Thursday, 25 June at 7:30 AM PST to learn about LiteLLM's product updates and roadmap. Day 0 support for Claude Fable 5 on the LiteLLM AI Gateway. Use it across Anthropic, Azure, Vertex AI, and Bedrock. The AI Gateway is moving up the stack: from routing model calls to routing agent work. LiteLLM now integrates with Microsoft ASSERT for policy-driven agent evaluation β catch safety and quality defects before they reach production. One SDK. Swap between Claude Code, Codex, and Pi AI by changing a string. Pairs with the LiteLLM AI Gateway for keys, budgets, logs, and fallbacks. Disclosure of a Host-header authentication bypass in the LiteLLM proxy. Addressed in v1.84.0. Very limited deployments are potentially affected, and no LiteLLM Cloud customers were affected. Day 0 support for Claude Opus 4.8 on the LiteLLM AI Gateway. Use it across Anthropic, Azure, Vertex AI, and Bedrock. How we built a background agent on the LiteLLM AI Gateway that merges PRs with no human in the loop (the infra, harness, and credential-scoping calls behind it). A recap of the May LiteLLM town hall covering 89 security fixes, new release versioning, MCP toolsets, performance wins, and the LiteLLM Agent Platform. Guide to using Gemini 3.5 Flash on LiteLLM Proxy and SDK with day 0 support. LiteLLM now supports the Google AI Studio Managed Agents API. Create, manage, and run custom agents through LiteLLM. Join the LiteLLM May townhall on Tuesday, 19 May at 7:30 AM PST to learn about LiteLLM's product updates and roadmap. How LiteLLM's componentized deployment isolates the management/UI control plane from the LLM data plane, improving reliability at scale. On May 11, 2026, a malicious version of the mistralai PyPI package was published as part of a coordinated supply chain attack. LiteLLM is not affected β we call Mistral exclusively via httpx, never by importing the mistralai SDK. Spawn sandboxed agent sessions on the LiteLLM Gateway β a control plane for managed agents, now in public preview. CVE-2026-42208 (SQL injection in LiteLLM Proxy's API key verification path) is fixed. Upgrade to v1.83.10-stable. Date: April 2026 Dropping `-stable` and `-nightly` suffixes. Weekly releases bump MINOR; PATCH is now reserved for actual hotfixes. Old releases keep their tags forever; new ones start with `1.84.0`. Use generally available gemini-embedding-2 for multimodal embeddings on LiteLLM via Gemini API and Vertex AIβthe same flows as preview, stable model id. Day 0 support for GPT-5.5 and GPT-5.5 Pro on LiteLLM. CVE-2026-30623 (authenticated RCE via MCP stdio transport) is fixed. Upgrade to v1.83.6-nightly or v1.83.7-stable or later. Chain Akto's model-based detection with LiteLLM's built-in guardrails β catch PII, prompt injection, and policy violations that pattern-based checks miss. Day 0 support for Claude Opus 4.7 on LiteLLM AI Gateway - use across Anthropic, Azure, Vertex AI, and Bedrock. How LiteLLM's production AI Gateway handles Redis degradation at scale without cascading failures β circuit breaker pattern, 0ms fast-fail, automatic recovery. A recap of the April LiteLLM town hall covering CI/CD v2, product stability work, and the near-term roadmap. Disclosure of security vulnerabilities fixed in LiteLLM v1.83.0, and the launch of our bug bounty program. Join the LiteLLM April townhall on Friday, 10 April at 7:30 AM to learn about LiteLLM's security and product roadmap. CI/CD v2 introduces isolated environments, stronger security gates, and safer release separation for LiteLLM. LiteLLM is partnering with Vanta on SOC 2 Type 2 and ISO 27001 recertification and engaging independent auditors for verification. What happened, what we've done, and what comes next for LiteLLM's release and security processes. As of 2:00 PM ET on March 24, 2026 Date: March 18, 2026 GPT-5.4-mini and GPT-5.4-nano model support in LiteLLM LiteLLM now supports creating, retrieving, and managing reusable video characters across multiple video generations. Use the LiteLLM proxy to route OpenAI-style WebRTC realtime via HTTP: client_secrets and SDP exchange. GPT-5.4 model support in LiteLLM Guide to using Gemini 3.1 Flash Lite Preview on LiteLLM Proxy and SDK with day 0 support. Date: February 27, 2026 Day 0 support for GPT-5.3-Codex on LiteLLM, including phase parameter handling for Responses API. Date: Feb 24, 2026 Date: Feb 23, 2026 Date: January 22, 2026 Guide to using Gemini 3.1 Pro on LiteLLM Proxy and SDK with day 0 support. Date: Feb 16, 2026 Day 0 support for Claude Sonnet 4.6 on LiteLLM AI Gateway - use across Anthropic, Azure, Vertex AI, and Bedrock. Date: February 13, 2026 Day 0 support for MiniMax-M2.5 on LiteLLM Date: January 27, 2026 How we improved LiteLLM proxy latency and throughput by replacing a single middleware base class How we built a long-running, release-validation system to catch regressions before they reach users. Day 0 support for Claude Opus 4.6 on LiteLLM AI Gateway - use across Anthropic, Azure, Vertex AI, and Bedrock. Our Q1 performance target and architectural direction for achieving sub-millisecond proxy overhead on modest hardware. Guide to using Gemini 3 Flash on LiteLLM Proxy and SDK with day 0 support. Guide to Claude Opus 4.5 and advanced features in LiteLLM: Tool Search, Programmatic Tool Calling, and Effort Parameter. Common questions and best practices for using gemini-3-pro-preview with LiteLLM Proxy and SDK. Generate embeddings from text, images, audio, video, and PDFs with gemini-embedding-2-preview on LiteLLM via Gemini API (one vector per input, OpenAI-compatible) and Vertex AI (single unified vector per request).TypeSafe Jev on LiteLLM
Day 0 Support: Qwen3.8-Omni-Flash
Reduce agent context with TypeSafe Jev and LiteLLM
Auto Router: 5 Improvements for Cost, Speed, and Team Control
September Townhall: Product + Roadmap Updates
Auto Router: Maximize Quality & Savings with Our Fuse LLM Classifier
OCR uses Rust by default starting with v1.102.0-rc.1
Incident Report: Retry Breadcrumb Memory Growth Causing OOM on v1.100.0
Auto Router: 45% Lower Cost on 25 SWE-bench Tasks
How Pfizer Improved LiteLLM Gateway Performance and Resiliency at Scale
Auto-Router Updates: Harness-Aware Routing
Secure shared AI agents with identity-aware access and spend controls
AutoRouter: Tune Heuristics for Your Traffic
Our Updated SOC 2 Type 2 Report Is Available
Subtask-Specific Routing: Same Quality, 46% Less Cost
AutoRouter Per-Hop Compression: Cut LLM Classifier Costs Another 32%
Auto-Router: Escalate a Task That Gets Stuck
Day 0 Support: GPT-6 Astra
Day 0 support: Meta Muse Spark 1.3
Day 0 support: Gemini 3.8 Flash
Introducing AutoRouter Heuristic v2: 27% More Tasks Solved at 45% Lower Cost
Introducing LiteLLM Fusion: 56% More Tasks Solved Than Fable 5
Auto-Router: Route on Context Size and Modality
Day 0 Support: Claude Fable 5.1
August Townhall Updates: Security, Stability, and Product
Shadow Evaluations: Test the Auto-Router on Your Own Production Traffic
Day 0 support: Gemini 3.7 Flash
August Townhall: Product + Roadmap Updates
51% Cost Savings Reported From a Live Production Deployment
Auto Router: Opus level quality at up to 27% lower cost
AutoRouter: Easy Visibility to Your Savings
AutoRouter: 1 Click Deploy
Auto Router v1.97: usage benchmarks and better quality for lower cost
Prompt Caching Works with Auto Router
Cut 75% Claude Code cost with near frontier model quality
July Townhall Updates: 38 Security Fixes, 317 Bug Fixes, and Autorouter V2
Day 0 Support: Claude Opus 5
Benchmarking the LiteLLM Rust AI Gateway: Overhead, Memory, and Cost
Announcing Router Plugins: Customize Routing Signals
Auto Router v2: one router for complexity, semantic, and adaptive routing
Incident Report: Prompt Cache Invalidation for Claude Code on Bedrock Invoke
July stability update: hardening MCP auth and cutting pass-through memory
July Townhall: Product + Roadmap Updates
Day 0 Support: GPT-5.6 (Sol, Terra, Luna)
5 ways to cut Claude Code costs with LiteLLM
Day 0 Support: Claude Sonnet 5
LiteLLM Γ Headroom: Use 60-95% fewer tokens with Claude Code
June Townhall Updates: 94 Bug Fixes, OCR + Realtime are in Rust, and a Zero-Regression Commitment
Swap OpenAI Code Interpreter for E2B/OpenSandbox
Migrating LiteLLM to Rust - Building the Fastest and Litest AI Gateway
LiteLLM version support: focusing on the four most recent stable lines
Semantic Caching on Valkey and AWS ElastiCache
June Townhall: Product + Roadmap Updates
June Stability Update: We're Making Stability a First-Class Citizen at LiteLLM
Day 0 Support: Claude Fable 5
A Unified Agent Control Plane
Announcing LiteLLM x Microsoft ASSERT
LiteLLM Labs: Announcing Lite-Harness SDK β Unified API for Claude Code, Codex, and Pi AI
Fixed in 1.84.0+ - Version Update: Authentication Bypass via Host Header Injection (GHSA-4xpc-pv4p-pm3w)
Day 0 Support: Claude Opus 4.8
How we built a background agent to cover 30% of our backlog
May Townhall Updates: Security Hardening, Release Versioning, and the Agent Platform
DAY 0 Support: Gemini 3.5 Flash on LiteLLM
Google AI Studio Managed Agents on LiteLLM
May Townhall: Product + Roadmap Updates
Announcing Componentized Deployments
Security Update: Mistral AI PyPI Supply Chain Attack β LiteLLM Not Impacted
LiteLLM Managed Agents Platform β Alpha Now Open for Public Preview
Security Update: CVE-2026-42208 in LiteLLM Proxy
Incident Report: Prisma DB Reconnect Blocks the Event Loop and Kills Liveliness
LiteLLM release versioning is changing: standard names, MINOR for weekly, PATCH for hotfixes
Gemini Embedding 2 (GA): Multimodal Embeddings on LiteLLM
Day 0 Support: GPT-5.5 and GPT-5.5 Pro
Security Update: CVE-2026-30623 β Command Injection via Anthropic's MCP SDK
LiteLLM Γ Akto: Model-Based Detection Alongside Built-in Guardrails
Day 0 Support: Claude Opus 4.7
Making the AI Gateway Resilient to Redis Failures
April Townhall Updates: CI/CD v2, Stability, and Product Roadmap
Security Update: Vulnerability Disclosures and Ongoing Hardening
April Townhall: Security + Product Roadmap
Announcing CI/CD v2 for LiteLLM
LiteLLM + Vanta: SOC 2 Type 2 and ISO 27001 Recertification
Security Townhall Updates
Security Update: Suspected Supply Chain Incident
Incident Report: Guardrail logging exposed secret headers in spend logs and traces
Day 0 Support: GPT-5.4-mini and GPT-5.4-nano
New Video Characters, Edit and Extension API support
Realtime WebRTC HTTP Endpoints
Day 0 Support: GPT-5.4
DAY 0 Support: Gemini 3.1 Flash Lite Preview on LiteLLM
Incident Report: Cache Eviction Closes In-Use httpx Clients
Day 0 Support: GPT-5.3-Codex
Incident Report: Encrypted Content Failures in Multi-Region Responses API Load Balancing
Incident Report: Wildcard Blocking New Models After Cost Map Reload
Incident Report: SERVER_ROOT_PATH regression broke UI routing
DAY 0 Support: Gemini 3.1 Pro on LiteLLM
Incident Report: vLLM Embeddings Broken by encoding_format Parameter
Day 0 Support: Claude Sonnet 4.6
Incident Report: Invalid beta headers with Claude Code
Day 0 Support: MiniMax-M2.5
Incident Report: Invalid model cost map on main
Your Middleware Could Be a Bottleneck
Improve release stability with 24 hour load tests
Day 0 Support: Claude Opus 4.6
Achieving Sub-Millisecond Proxy Overhead
DAY 0 Support: Gemini 3 Flash on LiteLLM
Day 0 Support: Claude 4.5 Opus (+Advanced Features)
DAY 0 Support: Gemini 3 on LiteLLM
Gemini Embedding 2 Preview: Multimodal Embeddings on LiteLLM