..
adding_provider
Generic Guardrails: Forward request headers + litellm_version to gene… ( #20729 )
2026-02-10 22:41:05 -08:00
anthropic_unified
Add support for output formatfor bedrock invoke via v1/messages
2026-01-22 16:36:03 +05:30
caching
docs: add redis initalization with kwargs
2026-01-15 23:15:54 -05:00
completion
feat(web_search): add gpt-5-search-api model and docs clarifications ( #20512 )
2026-02-05 19:36:43 -08:00
contribute_integration
docs(community.md): add new integration partner doc
2025-12-09 18:17:14 -08:00
contributing
[Feat] Allow adding OpenAI compatible chat providers using .json + add public ai provider ( #17448 )
2025-12-04 17:59:25 -08:00
debugging
Update local_debugging.md ( #8308 )
2025-02-06 16:19:32 -08:00
embedding
docs: improve Getting Started page and SDK documentation structure ( #17614 )
2025-12-08 13:05:50 -08:00
extras
UI contributing and trouble shooting docs
2026-02-07 15:11:49 -08:00
guides
Fix/per service ssl override v2 ( #19538 )
2026-01-21 20:10:04 -08:00
integrations
Add doc for chat completion web search
2026-02-09 13:51:26 +05:30
langchain
added tags to langchain
2025-09-10 00:32:26 -04:00
observability
langfuse doc update
2026-02-04 15:53:24 -08:00
pass_through
Add support for langchain_aws via litellm passthrough
2026-02-10 13:37:17 +05:30
projects
docs: add Microsoft GraphRAG to projects using LiteLLM ( #17616 )
2025-12-06 13:47:46 -08:00
provider_registration
docs openai
2025-12-04 18:32:23 -08:00
providers
docs: add native thinking param examples for Claude Opus 4.6 ( #20799 )
2026-02-12 20:29:28 -08:00
proxy
adding key envs to docs
2026-02-12 17:52:35 -08:00
search
add search provider for brave search api ( #19433 )
2026-01-20 19:23:29 -08:00
secret_managers
doc: improve secret manager settings
2025-12-19 07:06:26 +09:00
troubleshoot
fix(callbacks): allow MAX_CALLBACKS override via env var ( #20781 )
2026-02-09 12:11:32 -08:00
tutorials
Add documentation for this new feat
2026-02-11 12:36:10 +05:30
vector_stores
Add vector store support for ragflow
2025-12-03 15:29:47 +05:30
a2a.md
[Feat] Use A2A registered agents with /chat/completions ( #20362 )
2026-02-03 15:25:38 -08:00
a2a_agent_permissions.md
[Docs] A2a - Permission management ( #17515 )
2025-12-04 17:29:47 -08:00
a2a_cost_tracking.md
Importing Image in A2A Doc
2025-12-13 13:29:01 -08:00
a2a_invoking_agents.md
[Feat] Use A2A registered agents with /chat/completions ( #20362 )
2026-02-03 15:25:38 -08:00
aiohttp_benchmarks.md
docs benchmarks
2025-05-24 17:43:38 -07:00
anthropic_count_tokens.md
Handle not supported region for vertex ai count tokens - v1/messages/count_tokens ( #18665 )
2026-01-07 00:05:00 +05:30
apply_guardrail.md
Implement Bedrock Guardrail apply_guardrail endpoint support ( #15892 )
2025-10-24 10:24:03 -07:00
assistants.md
docs: improve Getting Started page and SDK documentation structure ( #17614 )
2025-12-08 13:05:50 -08:00
audio_transcription.md
Add support of audio transcription for OVHcloud ( #17305 )
2025-12-01 18:26:39 -08:00
batches.md
add vllm batches
2025-12-14 12:36:07 -08:00
bedrock_converse.md
docs boto3 instructions
2025-10-16 16:34:56 -07:00
bedrock_invoke.md
docs boto3 instructions
2025-10-16 16:34:56 -07:00
benchmarks.md
docs: add reference to example_openai_endpoint repo for self-hosting fake OpenAI proxy ( #21006 )
2026-02-11 18:00:21 -08:00
budget_manager.md
docs - use consistent name for LiteLLM proxy server
2024-08-03 12:54:07 -07:00
contact.md
docs: update broken Slack invite links to support page ( #16546 )
2025-11-12 12:41:55 -08:00
container_files.md
[Feat] Litellm new endpoint add container file upload ( #18743 )
2026-01-07 13:36:55 +05:30
containers.md
[docs] add docs for containers files api + code interpreter on LiteLLM ( #17749 )
2025-12-09 18:11:28 -08:00
contributing.md
docs: update UI contributing guide ( #19353 )
2026-01-19 06:18:45 -08:00
data_retention.md
docs litellm cloud
2026-01-12 13:55:56 -08:00
data_security.md
docs(data_security.md): data_security.md
2025-06-09 17:53:11 -07:00
default_code_snippet.md
enterprise.md
docs: Add FAQ for setting up and verifying LITELLM_LICENSE ( #20284 )
2026-02-02 11:03:45 -08:00
exception_mapping.md
Adds support for returning Azure Content Policy error information when exceptions from Azure OpenAI occur ( #16231 )
2025-11-08 16:04:36 -08:00
files_endpoints.md
Add support for file content download for bedrock batches
2025-12-04 13:27:53 +05:30
fine_tuning.md
docs: use custom-llm-provider header in examples ( #16055 )
2025-10-29 19:06:48 -07:00
generateContent.md
[Feat] Add /search endpoint on LiteLLM Gateway ( #15780 )
2025-10-21 19:05:20 -07:00
image_edits.md
Minor bug fixes: mask list
2025-12-19 23:04:53 +05:30
image_generation.md
Add support for openrouter image generation endpoint
2026-01-14 10:15:02 +05:30
image_variations.md
New stable release - release notes ( #8148 )
2025-01-31 10:02:59 -08:00
index.md
docs: replace ghcr link with docker.litellm.ai
2025-12-16 08:35:45 +05:30
interactions.md
Litellm improve endpoint discovery ( #18762 )
2026-01-07 17:35:01 +05:30
load_test.md
docs: add reference to example_openai_endpoint repo for self-hosting fake OpenAI proxy ( #21006 )
2026-02-11 18:00:21 -08:00
load_test_advanced.md
docs: add reference to example_openai_endpoint repo for self-hosting fake OpenAI proxy ( #21006 )
2026-02-11 18:00:21 -08:00
load_test_rpm.md
docs: usaged-based routing perf warnings ( #14080 )
2025-08-29 17:31:12 -07:00
load_test_sdk.md
(docs) add 1k rps load test doc ( #6059 )
2024-10-04 16:56:34 +05:30
mcp.md
[Feat] MCP Oauth2 Fixes - Add support for MCP M2M Oauth2 support ( #20788 )
2026-02-09 17:35:11 -08:00
mcp_control.md
feat: add mcp registry
2026-01-09 15:07:39 +09:00
mcp_cost.md
[MCP Gateway] QA/Fixes - Ensure Team/Key level enforcement works for MCPs ( #15305 )
2025-10-07 17:34:48 -07:00
mcp_guardrail.md
feat: add support MCP guardrail to noma
2026-01-06 06:15:56 +09:00
mcp_oauth.md
[UI] M2M OAuth2 UI Flow ( #20794 )
2026-02-09 19:28:02 -08:00
mcp_public_internet.md
docs
2026-02-06 18:30:17 -08:00
mcp_semantic_filter.md
Litellm docs mcp filtering semantic ( #20316 )
2026-02-02 18:29:07 -08:00
mcp_troubleshoot.md
doc: add MCP troubleshooting guide
2026-01-15 08:01:59 +09:00
mcp_usage.md
[MCP Gateway] QA/Fixes - Ensure Team/Key level enforcement works for MCPs ( #15305 )
2025-10-07 17:34:48 -07:00
migration.md
migration_policy.md
docs migration policy
2024-08-09 18:06:37 -07:00
moderation.md
docs(moderation.md): fix moderation quick start docs
2025-11-07 16:25:08 -08:00
ocr.md
[Feat] /ocr - Add VertexAI OCR provider support + cost tracking ( #16216 )
2025-11-03 15:56:49 -08:00
oidc.md
Fix CI: Revert security scan changes and add GitGuardian ignore rules ( #18358 )
2025-12-22 17:03:53 -08:00
old_guardrails.md
Use the -d flag in docs instead of -D ( #12179 )
2025-06-30 15:25:42 -07:00
projects.md
proxy_api.md
Corrected docs updates sept 2025 ( #14916 )
2025-09-25 15:49:19 -07:00
proxy_auth.md
docs: add SDK proxy authentication (OAuth2/JWT auto-refresh) documentation ( #20680 )
2026-02-07 22:57:04 -08:00
proxy_server.md
Contributor PR - Support OPENAI_BASE_URL in addition to OPENAI_API_BASE ( #9995 ) ( #10423 )
2025-04-29 21:27:37 -07:00
rag_ingest.md
[Feat] RAG API - Add support for using s3 Vectors as Vector Store Provider for /rag/ingest ( #19888 )
2026-01-27 14:45:26 -08:00
rag_query.md
[Feat] RAG query endpoint - Add RAG Search / Query endpoint ( #18376 )
2025-12-23 22:30:37 +05:30
realtime.md
[Feat] Add xAI /realtime API Support - works with LiveKitSDK ( #20381 )
2026-02-03 19:58:28 -08:00
reasoning_content.md
Put reasoning summary behind feat flag
2026-01-06 11:36:20 +05:30
rerank.md
feat(voyage): add rerank API support ( #17744 )
2025-12-09 17:34:09 -08:00
response_api.md
[Feat] Adds Shell tool support for the OpenAI Responses API ( #21063 )
2026-02-12 13:04:29 -08:00
response_api_compact.md
[Feat] New API Endpoint - Responses API (v1/responses/compact) ( #18697 )
2026-01-06 16:24:04 +05:30
router_architecture.md
docs(router_architecture.md): add router architecture docs
2024-11-26 12:54:38 +05:30
routing.md
Fix: Slack alert issue
2026-02-02 16:49:10 +05:30
rules.md
scheduler.md
docs: usaged-based routing perf warnings ( #14080 )
2025-08-29 17:31:12 -07:00
sdk_custom_pricing.md
organize docs
2024-08-03 12:54:07 -07:00
secret.md
[Feat] Add CyberArk Secrets Manager Integration ( #16278 )
2025-11-05 14:00:45 -08:00
set_keys.md
Contributor PR - Support OPENAI_BASE_URL in addition to OPENAI_API_BASE ( #9995 ) ( #10423 )
2025-04-29 21:27:37 -07:00
skills.md
[Docs] Claude Skills API ( #17052 )
2025-11-24 15:32:03 -08:00
text_completion.md
Guardrails - Responses API, Image Gen, Text completions, Audio transcriptions, Audio Speech, Rerank, Anthropic Messages API support via the unified apply_guardrails function ( #15706 )
2025-10-25 13:38:57 -07:00
text_to_speech.md
docs: fix bad examples from sdk ( #19322 )
2026-01-19 10:27:25 -08:00
traffic_mirroring.md
feat: add feature to make silent calls ( #19544 )
2026-01-27 09:16:53 -08:00
troubleshoot.md
UI contributing and trouble shooting docs
2026-02-07 15:11:49 -08:00
vector_store_files.md
fix docs
2025-11-15 16:58:47 -08:00
vertex_batch_passthrough.md
Litellm sameer oct staging ( #15806 )
2025-10-24 12:17:22 -07:00
videos.md
[Feat] New Provider - Add RunwayML Provider for video generations ( #16505 )
2025-11-11 18:48:23 -08:00
wildcard_routing.md
Litellm dev 12 28 2024 p2 ( #7458 )
2024-12-28 19:38:06 -08:00