mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
docs moderation
This commit is contained in:
parent
090b2e39ef
commit
ac7b033762
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Moderation
|
# litellm.moderation()
|
||||||
LiteLLM supports the moderation endpoint for OpenAI
|
LiteLLM supports the moderation endpoint for OpenAI
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -48,6 +48,7 @@ const sidebars = {
|
||||||
"pass_through/vertex_ai",
|
"pass_through/vertex_ai",
|
||||||
"pass_through/google_ai_studio",
|
"pass_through/google_ai_studio",
|
||||||
"pass_through/cohere",
|
"pass_through/cohere",
|
||||||
|
"anthropic_completion",
|
||||||
"pass_through/bedrock",
|
"pass_through/bedrock",
|
||||||
"pass_through/langfuse"
|
"pass_through/langfuse"
|
||||||
],
|
],
|
||||||
|
@ -198,14 +199,17 @@ const sidebars = {
|
||||||
items: [
|
items: [
|
||||||
"embedding/supported_embedding",
|
"embedding/supported_embedding",
|
||||||
"embedding/async_embedding",
|
"embedding/async_embedding",
|
||||||
"embedding/moderation",
|
|
||||||
"image_generation",
|
"image_generation",
|
||||||
"audio_transcription",
|
"audio_transcription",
|
||||||
"text_to_speech",
|
"text_to_speech",
|
||||||
"assistants",
|
"assistants",
|
||||||
"batches",
|
"batches",
|
||||||
"fine_tuning",
|
"fine_tuning",
|
||||||
"anthropic_completion",
|
{
|
||||||
|
type: "link",
|
||||||
|
label: "Use LiteLLM Proxy with Vertex, Bedrock SDK",
|
||||||
|
href: "/docs/pass_through/vertex_ai",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"scheduler",
|
"scheduler",
|
||||||
|
@ -217,6 +221,7 @@ const sidebars = {
|
||||||
"set_keys",
|
"set_keys",
|
||||||
"completion/token_usage",
|
"completion/token_usage",
|
||||||
"sdk_custom_pricing",
|
"sdk_custom_pricing",
|
||||||
|
"embedding/moderation",
|
||||||
"budget_manager",
|
"budget_manager",
|
||||||
"caching/all_caches",
|
"caching/all_caches",
|
||||||
"migration",
|
"migration",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue