docs: describe "transparent mode" - using Anthropic models themselves without any kind of remapping
This commit is contained in:
parent
c962a39215
commit
2da549dc24
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ PREFERRED_PROVIDER="anthropic"
|
||||||
# haiku/sonnet requests are passed directly to Anthropic models
|
# 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**
|
**Example 4: Use Specific OpenAI Models**
|
||||||
```dotenv
|
```dotenv
|
||||||
OPENAI_API_KEY="your-openai-key"
|
OPENAI_API_KEY="your-openai-key"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue