forked from phoenix/litellm-mirror
docs(pass_through.md): cleanup docs
This commit is contained in:
parent
c7f74b0297
commit
9d02d51a17
1 changed files with 2 additions and 4 deletions
|
@ -222,15 +222,13 @@ general_settings:
|
|||
|
||||
## Custom Chat Endpoints (Anthropic/Bedrock/Vertex)
|
||||
|
||||
Allow developers to call the proxy with Anthropic sdk/boto3/etc.
|
||||
Allow developers to call the proxy with Anthropic/boto3/etc. client sdk's.
|
||||
|
||||
Use our [Anthropic Adapter](https://github.com/BerriAI/litellm/blob/fd743aaefd23ae509d8ca64b0c232d25fe3e39ee/litellm/adapters/anthropic_adapter.py#L50) for reference
|
||||
|
||||
### 1. Write an Adapter
|
||||
|
||||
Translate the request/response from your custom API schema to the OpenAI schema and back.
|
||||
|
||||
This is used internally to do Logging, Guardrails, etc. in a consistent format.
|
||||
Translate the request/response from your custom API schema to the OpenAI schema (used by litellm.completion()) and back.
|
||||
|
||||
For provider-specific params 👉 [**Provider-Specific Params**](../completion/provider_specific_params.md)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue