From 8bce48daa4bed544ed0f7482a6ee47187fafdf9c Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 7 Feb 2026 14:22:04 -0800 Subject: [PATCH] docs fix --- docs/my-website/release_notes/v1.81.9.md | 70 +++--------------------- 1 file changed, 8 insertions(+), 62 deletions(-) diff --git a/docs/my-website/release_notes/v1.81.9.md b/docs/my-website/release_notes/v1.81.9.md index a334074c8f..966a5dd5f3 100644 --- a/docs/my-website/release_notes/v1.81.9.md +++ b/docs/my-website/release_notes/v1.81.9.md @@ -42,35 +42,24 @@ pip install litellm==1.81.9 ## Key Highlights -- **Claude Opus 4.6** - Full support across Anthropic, AWS Bedrock, Azure AI, and Vertex AI with adaptive thinking and 1M context window -- **A2A Agent Gateway** - Call A2A (Agent-to-Agent) registered agents through the standard `/chat/completions` API -- **Expose MCP servers on the public internet** - Launch MCP servers with public/private visibility and IP-based access control for internet-facing deployments +- **Claude Opus 4.6** - [Full support across Anthropic, AWS Bedrock, Azure AI, and Vertex AI with adaptive thinking and 1M context window](../../blog/claude_opus_4_6) +- **A2A Agent Gateway** - [Call A2A (Agent-to-Agent) registered agents through the standard `/chat/completions` API](../../docs/a2a_invoking_agents) +- **Expose MCP servers on the public internet** - [Launch MCP servers with public/private visibility and IP-based access control for internet-facing deployments](../../docs/mcp_public_internet) - **Performance Optimizations** - Multiple performance improvements including ~40% Prometheus CPU reduction, LRU caching, and optimized logging paths --- ## MCP Servers on the Public Internet -<<<<<<< HEAD +This release makes it safe to expose MCP servers on the public internet by adding public/private visibility and IP-based access control. You can now run internet-facing MCP services while restricting access to trusted networks and keeping internal tools private. + +[Get started](../../docs/mcp_public_internet) + -  - -======= ->>>>>>> main -This release makes it safe to expose MCP servers on the public internet by adding public/private visibility and IP-based access control. You can now run internet-facing MCP services while restricting access to trusted networks and keeping internal tools private. - -[Get started](../../docs/mcp_public_internet) - -<<<<<<< HEAD -======= -{/* TODO: Add screenshot - save as mcp_public_internet.png */} -{/* */} - ->>>>>>> main Let's dive in. --- @@ -79,7 +68,6 @@ Let's dive in. #### New Model Support (13 new models) -<<<<<<< HEAD | Provider | Model | Context Window | Input ($/1M tokens) | Output ($/1M tokens) | | -------- | ----- | -------------- | ------------------- | -------------------- | | Anthropic | `claude-opus-4-6` | 1M | $5.00 | $25.00 | @@ -95,35 +83,12 @@ Let's dive in. | Together AI | `together_ai/moonshotai/Kimi-K2.5` | 256K | $0.50 | $2.80 | | ElevenLabs | `elevenlabs/eleven_v3` | - | $0.18/1K chars | - | | ElevenLabs | `elevenlabs/eleven_multilingual_v2` | - | $0.18/1K chars | - | -======= -| Provider | Model | Context Window | Input ($/1M tokens) | Output ($/1M tokens) | Features | -| -------- | ----- | -------------- | ------------------- | -------------------- | -------- | -| Anthropic | `claude-opus-4-6` | 1M | $5.00 | $25.00 | Chat, vision, reasoning, function calling, computer use, PDF, prompt caching | -| AWS Bedrock | `anthropic.claude-opus-4-6-v1` | 1M | $5.00 | $25.00 | Chat, vision, reasoning, function calling, computer use, PDF, prompt caching | -| Azure AI | `azure_ai/claude-opus-4-6` | 200K | $5.00 | $25.00 | Chat, vision, reasoning, function calling, computer use, PDF, prompt caching | -| Vertex AI | `vertex_ai/claude-opus-4-6` | 1M | $5.00 | $25.00 | Chat, vision, reasoning, function calling, computer use, PDF, prompt caching | -| Google Gemini | `gemini/deep-research-pro-preview-12-2025` | 65K | $2.00 | $12.00 | Deep research | -| Vertex AI | `vertex_ai/deep-research-pro-preview-12-2025` | 65K | $2.00 | $12.00 | Deep research | -| Moonshot | `moonshot/kimi-k2.5` | 262K | $0.60 | $3.00 | Chat, vision, function calling | -| OpenRouter | `openrouter/qwen/qwen3-235b-a22b-2507` | 262K | $0.07 | $0.10 | Chat, function calling | -| OpenRouter | `openrouter/qwen/qwen3-235b-a22b-thinking-2507` | 262K | $0.11 | $0.60 | Chat, function calling, reasoning | -| Together AI | `together_ai/zai-org/GLM-4.7` | 200K | $0.45 | $2.00 | Chat, function calling, reasoning | -| Together AI | `together_ai/moonshotai/Kimi-K2.5` | 256K | $0.50 | $2.80 | Chat, vision, function calling, reasoning | -| ElevenLabs | `elevenlabs/eleven_v3` | - | $0.18/1K chars | - | Text-to-speech, 70+ languages | -| ElevenLabs | `elevenlabs/eleven_multilingual_v2` | - | $0.18/1K chars | - | Text-to-speech, 29 languages | ->>>>>>> main #### Features - **[Anthropic](../../docs/providers/anthropic)** - Full Claude Opus 4.6 support with adaptive thinking across all regions (us, eu, apac, au) - [PR #20506](https://github.com/BerriAI/litellm/pull/20506), [PR #20508](https://github.com/BerriAI/litellm/pull/20508), [PR #20514](https://github.com/BerriAI/litellm/pull/20514), [PR #20551](https://github.com/BerriAI/litellm/pull/20551) -<<<<<<< HEAD - Map reasoning content to anthropic thinking block (streaming + non-streaming) - [PR #20254](https://github.com/BerriAI/litellm/pull/20254) -======= - - Add unsupported claude code beta headers filtering - [PR #20578](https://github.com/BerriAI/litellm/pull/20578) - - Map reasoning content to anthropic thinking block (streaming + non-streaming) - [PR #20254](https://github.com/BerriAI/litellm/pull/20254) - - Fix inconsistent response format in `anthropic.messages.acreate()` when using non-Anthropic providers - [PR #20442](https://github.com/BerriAI/litellm/pull/20442) ->>>>>>> main - **[AWS Bedrock](../../docs/providers/bedrock)** - Add 1hr tiered caching costs for long-context models - [PR #20214](https://github.com/BerriAI/litellm/pull/20214) @@ -185,7 +150,6 @@ Let's dive in. --- -<<<<<<< HEAD ## LLM API Endpoints #### Features @@ -194,16 +158,6 @@ Let's dive in. - 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) -======= -## LLM API Endpoints (2 new 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) | ->>>>>>> main - **[A2A Agent Gateway](../../docs/a2a)** - Allow calling A2A agents through LiteLLM `/chat/completions` API - [PR #20358](https://github.com/BerriAI/litellm/pull/20358) @@ -267,10 +221,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) -<<<<<<< HEAD -======= -- Fix 404 Not Found on `/api/event_logging/batch` endpoint - [PR #20504](https://github.com/BerriAI/litellm/pull/20504) ->>>>>>> main --- @@ -361,12 +311,8 @@ Let's dive in. --- -## Documentation Updates (15 updates) +## Documentation Updates (14 updates) -<<<<<<< HEAD -======= -- Update v1.81.6 release notes - Logs v2 with Tool Call Tracing - [PR #20225](https://github.com/BerriAI/litellm/pull/20225) ->>>>>>> main - Add FAQ for setting up and verifying LITELLM_LICENSE - [PR #20284](https://github.com/BerriAI/litellm/pull/20284) - Model request tags documentation - [PR #20290](https://github.com/BerriAI/litellm/pull/20290) - Add Prisma migration troubleshooting guide - [PR #20300](https://github.com/BerriAI/litellm/pull/20300)