From 2da549dc242901b13173f109cbd440e1c8984d52 Mon Sep 17 00:00:00 2001 From: Oleksandr Tereshchenko Date: Mon, 30 Jun 2025 17:30:13 +0300 Subject: [PATCH] docs: describe "transparent mode" - using Anthropic models themselves without any kind of remapping --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b651953..4822235 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ PREFERRED_PROVIDER="anthropic" # haiku/sonnet requests are passed directly to Anthropic models ``` +*Use case: This mode enables you to use the proxy infrastructure (for logging, middleware, request/response processing, etc.) while still using actual Anthropic models rather than being forced to remap to OpenAI or Gemini.* + **Example 4: Use Specific OpenAI Models** ```dotenv OPENAI_API_KEY="your-openai-key"