Commit Graph
45 Commits
Author SHA1 Message Date
Krrish Dholakia 88f5110e11 docs: improve docs 2025-11-17 09:54:13 -08:00
Krish DholakiaandGitHub 586f126395 Prometheus - make OSS (#16689)
* refactor: remove enterprise license from prometheus metrics

* refactor: complete refactoring imports

* refactor: complete prometheus refactoring

* bump: version 1.80.0 → 1.80.1

* bump: version 1.80.1 → 1.80.2

* build: update litellm lock file

* docs(enterprise.md): cleanup enterprise docs

* docs: more docs cleanup

* docs: doc cleanup

* fix: fix imports

* fix: fix linting error
2025-11-15 11:06:34 -08:00
dcbccd1fea Corrected docs updates sept 2025 (#14916)
* docs: Corrected documentation updates from Sept 2025

This PR contains the actual intended documentation changes, properly synced with main:

 Real changes applied:
- Added AWS authentication link to bedrock guardrails documentation
- Updated Vertex AI with Gemini API alternative configuration
- Added async_post_call_success_hook code snippet to custom callback docs
- Added SSO free for up to 5 users information to enterprise and custom_sso docs
- Added SSO free information block to security.md
- Added cancel response API usage and curl example to response_api.md
- Added image for modifying default user budget via admin UI
- Re-ordered sidebars in documentation

 Sync issues resolved:
- Kept all upstream changes that were added to main after branch diverged
- Preserved Provider-Specific Metadata Parameters section that was added upstream
- Maintained proper curl parameter formatting (-d instead of -D)

This corrects the sync issues from the original PR #14769.

* docs: Restore missing files from original PR

Added back ~16 missing documentation files that were part of the original PR:

 Restored files:
- docs/my-website/docs/completion/usage.md
- docs/my-website/docs/fine_tuning.md
- docs/my-website/docs/getting_started.md
- docs/my-website/docs/image_edits.md
- docs/my-website/docs/image_generation.md
- docs/my-website/docs/index.md
- docs/my-website/docs/moderation.md
- docs/my-website/docs/observability/callbacks.md
- docs/my-website/docs/providers/bedrock.md
- docs/my-website/docs/proxy/caching.md
- docs/my-website/docs/proxy/config_settings.md
- docs/my-website/docs/proxy/db_deadlocks.md
- docs/my-website/docs/proxy/load_balancing.md
- docs/my-website/docs/proxy_api.md
- docs/my-website/docs/rerank.md

 Fixed context-caching issue:
- Restored provider_specific_params.md to main version (preserving Provider-Specific Metadata Parameters section)
- Your original PR didn't intend to modify this file - it was just a sync issue

Now includes all ~26 documentation files from the original PR #14769.

* docs: Remove files that were deleted in original PR

- Removed docs/my-website/docs/providers/azure_ai_img_edit.md (was deleted in original PR)
- sdk/headers.md was already not present

Now matches the complete intended changes from original PR #14769.

* docs: Restore azure_ai_img_edit.md from main

- Restored docs/my-website/docs/providers/azure_ai_img_edit.md from main branch
- This file should not have been deleted as it was a newer commit
- SDK headers file doesn't exist in main (was reverted) and wasn't part of your original changes

Fixes the file restoration issues.

* docs: Fix vertex.md - preserve context caching from newer commit

- Restored vertex.md to main version to preserve context caching content (lines 817-887)
- Added back only your intended change: alternative gemini config example
- Context caching content from newer commit is now preserved

Fixes the vertex.md sync issue where newer content was incorrectly deleted.

* docs: Fix providers/bedrock.md - restore deleted content from newer commit

- Restored providers/bedrock.md to main version
- Preserves 'Usage - Request Metadata' section that was added in newer commit
- Your actual intended change was to proxy/guardrails/bedrock.md (authentication tip) which is preserved
- Now only has additions, no subtractions as intended

Fixes the bedrock.md sync issue.

* docs: Restore missing IAM policy section in bedrock.md

Added back your intended IAM policy documentation that was lost when restoring main version:

 Added IAM AssumeRole Policy section:
- Explains requirement for sts:AssumeRole permission
- Shows error message example when permission missing
- Provides complete IAM policy JSON example
- Links to AWS AssumeRole documentation
- Clarifies trust policy requirements

Now bedrock.md has both:
- All newer content preserved (Request Metadata section)
- Your intended IAM policy addition restored

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-09-25 15:49:19 -07:00
Ishaan Jaffer 45f835227b Revert "Merge pull request #14769 from TeddyAmkie/doc-updates-sept-2025"
This reverts commit 666bcac2af, reversing
changes made to b7803bcbb0.
2025-09-23 14:14:58 -07:00
berri-teddy 665bf81baf Added SSO free for up to 5 users to several docs 2025-09-21 18:25:35 -07:00
Krish DholakiaandGitHub 2290250c9f Litellm release notes 07 12 2025 (#12563)
* docs(index.md): add new models / updated models to new release note

* docs(index.md): add LLM api endpoints to release notes

* docs(index.md): refactor mcp into separate section '

* docs: doc improvements

* docs(index.md): more cleanup

* docs(index.md): more cleanup

* docs: update litellm enterprise trial link

* docs(index.md): cleanup

* docs(datadog.md): add separate datadog doc

* docs(index.md): cleanup

* docs(index.md): update docker version

* docs(index.md): add screenshots for new features

* docs(index.md): add doc links
2025-07-12 19:31:13 -07:00
Ishaan JaffandGitHub 261d56b214 [Security] Fixes for docs (#11776)
* fix - docs

* docs fixes

* fixes for docs

* fixes docs
2025-06-16 16:20:55 -07:00
Krish DholakiaandGitHub d15664c8e6 Litellm stable docs 06 14 2025 p2 (#11738)
* docs: track which items need docs

* docs(anthropic.md): add tool_choice="none" to docs

* docs: add docs for new anthropic + perplexity features

* docs: cleanup mistral reasoning docs

* docs: add links to docs

* docs(index.md): update docs

* docs: refactor to add a new 'integrations' tab to docs

* refactor(docs/): create separate tab for integrations

make it easier to highlight new integrations

* docs: sort sidebar

* docs: update
2025-06-14 19:38:46 -07:00
Krrish Dholakia 40a792472b build(enterprise.md): add why enterprise to docs 2025-04-01 11:27:03 -07:00
Krrish Dholakia edc38280ea docs(enterprise.md): clarify sla's 2025-03-19 09:09:02 -07:00
Krrish Dholakia 3062564488 docs(enterprise.md): cleanup docs and add faq 2025-01-11 10:46:55 -08:00
Krrish Dholakia d988bfb6f8 docs(enterprise.md): clarify sla for patching vulnerabilities 2025-01-11 10:42:32 -08:00
Ishaan JaffandGitHub 46d9d29bff (Feat) Hashicorp Secret Manager - Allow storing virtual keys in secret manager (#7549)
* use a base abstract class

* async_write_secret for hcorp

* fix hcorp

* async_write_secret for hashicopr secret manager

* store virtual keys in hcorp

* add delete secret

* test_hashicorp_secret_manager_write_secret

* test_hashicorp_secret_manager_delete_secret

* docs Supported Secret Managers

* docs storing keys in hcorp

* docs hcorp

* docs secret managers

* test_key_generate_with_secret_manager_call

* fix unused imports
2025-01-04 11:35:59 -08:00
Krish DholakiaandGitHub db59e08958 Litellm dev 12 23 2024 p1 (#7383)
* feat(guardrails_endpoint.py): new `/guardrails/list` endpoint

Allow users to view what the available guardrails are

* docs: document new `/guardrails/list` endpoint

* docs(enterprise.md): update docs

* fix(openai/transcription/handler.py): support cost tracking on vtt + srt formats

* fix(openai/transcriptions/handler.py): default to 'verbose_json' response format if 'text' or 'json' response_format received. ensures 'duration' param is received for all audio transcription requests

* fix: fix linting errors

* fix: remove unused import
2024-12-23 16:33:31 -08:00
Ishaan JaffandGitHub a3e732de39 (chore) - enforce model budgets on virtual keys as enterprise feature (#7353)
* docs - enforce model budget as enterprise feature

* docs link to correct place
2024-12-21 14:18:53 -08:00
Krrish Dholakia 834067c570 docs: refactor admin ui docs 2024-12-20 10:20:07 -08:00
Ishaan Jaff 523beedb4c update docs 2024-12-18 11:16:30 -08:00
Ishaan JaffandGitHub 115de195f1 Merge branch 'main' into litellm_allow_setting_route_controls 2024-09-03 17:00:22 -07:00
Ishaan Jaff 814bc67c84 docs control routes on proxy 2024-09-03 16:58:11 -07:00
Ishaan Jaff d9843a59a7 docs secret manager link 2024-09-03 11:41:43 -07:00
Krrish Dholakia eadcc09f44 docs(enterprise.md): clarify how enterprise deployments work 2024-09-03 06:55:14 -07:00
Ishaan Jaff 30da63bd4f docs move lakera to free 2024-08-20 16:38:37 -07:00
Ishaan Jaff 1bf36cd7a4 docs prom metrics 2024-08-07 12:50:03 -07:00
Ishaan Jaff f5b8ecbcc3 docs spend tracking enteprrise 2024-08-01 20:52:23 -07:00
Ishaan Jaff bae8be340e docs enterprise 2024-08-01 12:10:19 -07:00
Ishaan Jaff e1c1149a64 docs set max file size on requests 2024-07-15 20:05:14 -07:00
Ishaan Jaff dc5adbb0ca docs - control allowed ip address 2024-07-10 18:03:54 -07:00
Ishaan Jaff c170964e48 docs track ip address 2024-07-08 10:27:41 -07:00
Krrish Dholakia a33c3a9d6c docs(enterprise.md): add aws marketplace listing to docs 2024-07-05 11:08:46 -07:00
Ishaan Jaff 5f04ef14a6 doc prometheus tracking 2024-07-01 22:41:52 -07:00
Ishaan Jaff 46a1e5dcfc docs enterprise spend tracking list 2024-06-29 11:55:01 -07:00
Ishaan Jaff 2a7592d026 doc - pass through auth 2024-06-29 09:09:18 -07:00
Ishaan Jaff 734ed571e9 docs - secret detection 2024-06-25 17:42:54 -07:00
Ishaan Jaff 7f8c502a44 docs control available public routes 2024-06-24 20:54:43 -07:00
Ishaan Jaff 3dc05bff75 docs - audit logs 2024-06-05 19:17:49 -07:00
Ishaan Jaff a0f2aac3a3 docs - define litellm SLA 2024-06-05 08:34:21 -07:00
Krrish Dholakia 5cce31ae61 docs(enterprise.md): update enterprise docs with public model hub and custom email branding information 2024-06-01 09:01:05 -07:00
Ishaan Jaff 4a3dcbbf45 docs - update enterprise tier docs 2024-05-23 15:47:20 -07:00
Ishaan Jaff b513569a95 docs - invite team members to access /spend routes 2024-05-21 18:53:26 -07:00
Krrish Dholakia 30d2df8940 docs(enterprise.md): add aws marketplace notice on docs 2024-05-10 15:54:29 -07:00
Krrish Dholakia 5a17589884 docs(enterprise.md): update enterprise docs to cover features 2024-04-18 11:31:27 -07:00
Krrish Dholakia de5dd737d2 docs(enterprise.md): improve language 2024-04-10 20:06:50 -07:00
Krrish Dholakia 79dc453863 docs(enterprise.md): fix language 2024-04-10 20:03:55 -07:00
ishaan-jaff 3fea348e4e (docs) enterprise update 2024-02-29 11:42:19 -08:00
Krrish Dholakia 9be5e2f7e3 docs(enterprise.md): adding enterprise support to docs 2024-02-08 10:02:40 -08:00