Skip to content

Commit 861ec4e

Browse files
committed
Removed broken links to callback management guide as it didn't exist. Reformatted, and linked cookbooks
1 parent dc6c6fe commit 861ec4e

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/my-website/docs/observability/callbacks.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
liteLLM provides `input_callbacks`, `success_callbacks` and `failure_callbacks`, making it easy for you to send data to a particular provider depending on the status of your responses.
66

77
:::tip
8-
**New to LiteLLM Callbacks?** Check out our comprehensive [Callback Management Guide](./callback_management.md) to understand when to use different callback hooks like `async_log_success_event` vs `async_post_call_success_hook`.
8+
**New to LiteLLM Callbacks?**
9+
10+
- For proxy/server logging and observability, see the [Proxy Logging Guide](https://docs.litellm.ai/docs/proxy/logging).
11+
- To write your own callback logic, see the [Custom Callbacks Guide](https://docs.litellm.ai/docs/observability/custom_callback).
912
:::
1013

11-
liteLLM supports:
1214

13-
- [Custom Callback Functions](https://docs.litellm.ai/docs/observability/custom_callback)
14-
- [Callback Management Guide](./callback_management.md) - **Comprehensive guide for choosing the right hooks**
15+
### Supported Callback Integrations
16+
1517
- [Lunary](https://lunary.ai/docs)
1618
- [Langfuse](https://langfuse.com/docs)
1719
- [LangSmith](https://www.langchain.com/langsmith)
@@ -21,9 +23,20 @@ liteLLM supports:
2123
- [Sentry](https://docs.sentry.io/platforms/python/)
2224
- [PostHog](https://posthog.com/docs/libraries/python)
2325
- [Slack](https://slack.dev/bolt-python/concepts)
26+
- [Arize](https://docs.arize.com/)
27+
- [PromptLayer](https://docs.promptlayer.com/)
2428

2529
This is **not** an extensive list. Please check the dropdown for all logging integrations.
2630

31+
### Related Cookbooks
32+
Try out our cookbooks for code snippets and interactive demos:
33+
34+
- [Langfuse Callback Example (Colab)](https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/logging_observability/LiteLLM_Langfuse.ipynb)
35+
- [Lunary Callback Example (Colab)](https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/logging_observability/LiteLLM_Lunary.ipynb)
36+
- [Arize Callback Example (Colab)](https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/logging_observability/LiteLLM_Arize.ipynb)
37+
- [Proxy + Langfuse Callback Example (Colab)](https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/logging_observability/LiteLLM_Proxy_Langfuse.ipynb)
38+
- [PromptLayer Callback Example (Colab)](https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/LiteLLM_PromptLayer.ipynb)
39+
2740
### Quick Start
2841

2942
```python

0 commit comments

Comments
 (0)