docs: describe "transparent mode" - using Anthropic models themselves without any kind of remapping

This commit is contained in:
Oleksandr Tereshchenko 2025-06-30 17:30:13 +03:00
parent c962a39215
commit 2da549dc24

View file

@ -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"