From 70af26a2d2420cf3e3fda8d1103c92dc802aa472 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 7 Feb 2026 13:30:29 -0800 Subject: [PATCH] docs fix --- docs/my-website/release_notes/v1.81.9.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/my-website/release_notes/v1.81.9.md b/docs/my-website/release_notes/v1.81.9.md index 1c9720c7889..98303f569b5 100644 --- a/docs/my-website/release_notes/v1.81.9.md +++ b/docs/my-website/release_notes/v1.81.9.md @@ -152,18 +152,14 @@ Let's dive in. --- -## LLM API Endpoints (2 new endpoints) +## LLM API Endpoints #### Features -| Endpoint | Method | Description | Documentation | -| -------- | ------ | ----------- | ------------- | -| `/chat/completions` | POST | A2A agent invocation via standard completions API | [Docs](../../docs/a2a) | -| `/files` | GET/DELETE | Gemini file retrieval and deletion by `file_id` | [Docs](../../docs/providers/gemini) | - - **[Messages API](../../docs/providers/anthropic)** - Filter unsupported Claude Code beta headers for non-Anthropic providers - [PR #20578](https://github.com/BerriAI/litellm/pull/20578) - Fix inconsistent response format in `anthropic.messages.acreate()` when using non-Anthropic providers - [PR #20442](https://github.com/BerriAI/litellm/pull/20442) + - Fix 404 on `/api/event_logging/batch` endpoint that caused Claude Code "route not found" errors - [PR #20504](https://github.com/BerriAI/litellm/pull/20504) - **[A2A Agent Gateway](../../docs/a2a)** - Allow calling A2A agents through LiteLLM `/chat/completions` API - [PR #20358](https://github.com/BerriAI/litellm/pull/20358) @@ -227,7 +223,6 @@ Let's dive in. - Fix `/key/list` `user_id` Empty String Edge Case - [PR #20623](https://github.com/BerriAI/litellm/pull/20623) - Add array type checks for model, agent, and MCP hub data to prevent UI crashes - [PR #20469](https://github.com/BerriAI/litellm/pull/20469) - Fix unique constraint on daily tables + logging when updates fail - [PR #20394](https://github.com/BerriAI/litellm/pull/20394) -- Fix 404 Not Found on `/api/event_logging/batch` endpoint - [PR #20504](https://github.com/BerriAI/litellm/pull/20504) ---