mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(docs) custom callback apis
This commit is contained in:
parent
b6b5e0e7c2
commit
92612c0d4e
1 changed files with 6 additions and 0 deletions
|
|
@ -300,6 +300,12 @@ ModelResponse(
|
|||
|
||||
## Custom Callback APIs [Async]
|
||||
|
||||
:::info
|
||||
|
||||
This is an Enterprise only feature [Get Started with Enterprise here](https://github.com/BerriAI/litellm/tree/main/enterprise)
|
||||
|
||||
:::
|
||||
|
||||
Use this if you:
|
||||
- Want to use custom callbacks written in a non Python programming language
|
||||
- Want your callbacks to run on a different microservice
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue