Ishaan Jaffer
8016bcb1b9
test fix
2025-09-23 14:41:30 -07:00
Ishaan Jaffer
3f50196acf
test fix
2025-09-23 14:40:11 -07:00
Ishaan Jaffer
bb6fb445c0
ui test fix
2025-09-23 14:34:08 -07:00
Ishaan Jaffer
f8c1f519c9
test_aaamodel_prices_and_context_window_json_is_valid
2025-09-23 14:26:38 -07:00
620370e40c
fix: get metadata info from both metadata and litellm_metadata fields ( #14783 )
...
* fix: get metadata info from both metadata and litellm_metadata fields
* fix: implemented requested changes (metadata field doesnt always exist)
* chore: moved get_metadata_variable_name_from_kwargs to callback_utils so it can be used on get_model_group_from_litellm_kwargs
---------
Co-authored-by: Luiz Rennó Costa <luiz.renno@ifood.com.br >
2025-09-23 14:24:10 -07:00
Ishaan Jaffer
c87e6a849b
fix mcp_servers_from_path
2025-09-23 14:21:23 -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
Ishaan Jaffer
a88d774f94
Revert "Merge pull request #14720 from uc4w6c/feat/remove-servername-prefix-mcp_tools"
...
This reverts commit 7216983f48 , reversing
changes made to e377e30e95 .
2025-09-23 14:14:43 -07:00
Ishaan Jaffer
29a82c9773
fix ruff
2025-09-23 14:07:54 -07:00
Ishaan Jaffer
d91e533d8e
refactor
2025-09-23 14:07:33 -07:00
Ishaan Jaffer
298b0a50a7
fix linting
2025-09-23 14:02:28 -07:00
Ishaan Jaffer
724d8b5afa
fix linting
2025-09-23 14:01:48 -07:00
Ishaan Jaffer
426c6fea9f
Revert "Merge pull request #14761 from uzaxirr/feat/sdk-additional-headers"
...
This reverts commit 8628c265b9 , reversing
changes made to be193fbffd .
2025-09-23 13:59:54 -07:00
Ishaan Jaffer
38f54c79ea
Revert "Merge pull request #14797 from BerriAI/litellm_anthopic_token_count_issue"
...
This reverts commit 8a012f9940 , reversing
changes made to 7216983f48 .
2025-09-23 12:31:02 -07:00
Krish Dholakia and GitHub
8a012f9940
Merge pull request #14797 from BerriAI/litellm_anthopic_token_count_issue
...
fix liniting issue
2025-09-23 09:49:20 -07:00
Sameerlite
3776a00fd2
fix liniting issue
2025-09-23 11:13:32 +05:30
Krish Dholakia and GitHub
7216983f48
Merge pull request #14720 from uc4w6c/feat/remove-servername-prefix-mcp_tools
...
feat: remove server_name prefix from list_tools
2025-09-22 22:43:21 -07:00
Krish Dholakia and GitHub
e912b89549
Merge branch 'main' into feat/remove-servername-prefix-mcp_tools
2025-09-22 22:43:12 -07:00
Krish Dholakia and GitHub
e377e30e95
Merge pull request #14775 from SmartManoj/patch-3
...
Docs: Update model references from gemini-pro to gemini-2.5-pro
2025-09-22 22:41:27 -07:00
Krish Dholakia and GitHub
666bcac2af
Merge pull request #14769 from TeddyAmkie/doc-updates-sept-2025
...
Doc updates sept 2025
2025-09-22 22:41:10 -07:00
Krish Dholakia and GitHub
af151e6ba8
Merge branch 'main' into doc-updates-sept-2025
2025-09-22 22:41:02 -07:00
Krish Dholakia and GitHub
b7803bcbb0
Merge pull request #14778 from otaviofbrito/chore/fix-vllm-pasthrough
...
fix vllm passthrough
2025-09-22 22:40:15 -07:00
Krish Dholakia and GitHub
88f9cad886
Merge pull request #14796 from BerriAI/litellm_anthopic_token_count_issue
...
Add service_tier based pricing support for openai[ BOTH Service & Priority Support]
2025-09-22 22:38:59 -07:00
Krish Dholakia and GitHub
66f7e4a832
Merge pull request #14790 from eycjur/support_flux_image_edit
...
[Feat] Support flux image edit
2025-09-22 22:38:45 -07:00
Sameerlite
d58db21a87
remove unused import
2025-09-23 11:02:43 +05:30
Sameerlite
d2208023d2
Add service_tier based pricing support for openai
2025-09-23 10:48:27 +05:30
Gagan Raj Chinka and GitHub
a5ed3446cd
opnerouter/x-ai/grok-4-fast:free" to model_prices_and_context_window.json ( #14779 )
...
* Update model_prices_and_context_window_backup.json
* Update model_prices_and_context_window.json
2025-09-22 21:29:15 -07:00
b9ffa98c55
[Feat] Proxy CLI: Create a python method to login using litellm proxy ( #14782 )
...
* fix: cli auth with SSO okta
* fix: add LITTELM_CLI_SERVICE_ACCOUNT_NAME
* fix: get_litellm_cli_user_api_key_auth
* use existing_key CLI
* fix: use existing key
* test auth commands
* test_cli_sso_callback_regenerate_vs_create_flow
* feat: add CLI Token Utilities
* fix: get_stored_api_key
* move file
* fix: get_valid_models
* fix config.yaml
* TestCLITokenUtils
* TestGetValidModelsWithCLI
* fix: tie user id to keys created through CLI
* fix: add teams interface to CLI
* add /keys/update to the list client commands
* fix /sso/cli/poll to return the user_id
* fix: working TeamsManagementClient
* fix CLI Login command
* fixes for auth
* Potential fix for code scanning alert no. 3400: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* ruff fix
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-22 21:28:38 -07:00
Uzair Ali and GitHub
3e9540f589
feat: enable custom fields in mcp_info configuration ( #14794 )
...
Allow proxy admins to add arbitrary metadata fields to MCP servers
in config.yaml under mcp_servers.<server>.mcp_info, similar to how
model_info already works.
Changes:
- Changed MCPInfo from TypedDict to Dict[str, Any] for flexibility
- Updated load_servers_from_config to preserve all custom fields
- Updated add_update_server to handle arbitrary fields from database
- Added comprehensive unit tests covering all scenarios
2025-09-22 21:15:35 -07:00
eycjur
9cb409903a
restore
2025-09-23 03:08:59 +00:00
eycjur
3ff21bf30c
refactor
2025-09-23 03:08:05 +00:00
eycjur
f24d65b807
add docs
2025-09-23 02:51:19 +00:00
eycjur
00b36554b3
add unit test
2025-09-23 01:57:50 +00:00
Krrish Dholakia
65532e59a3
fix: fix type hint
2025-09-22 17:51:08 -07:00
Krish Dholakia and GitHub
0a1c1a27a7
Merge pull request #14787 from BerriAI/litellm_dev_09_22_2025_p1
...
docs(provider_specific_params.md): fix docs
2025-09-22 17:45:57 -07:00
Krrish Dholakia
471d646bb7
fix: fix type hint
2025-09-22 17:45:12 -07:00
Krrish Dholakia
5bae1f6540
perf(test-mcp.yml): run mcp tests on linting
2025-09-22 17:41:43 -07:00
Krrish Dholakia
70cd9d3d4e
test: fix unit test to work on github action
2025-09-22 17:38:11 -07:00
Krrish Dholakia
4c66e1f6bf
docs(provider_specific_params.md): fix docs
2025-09-22 17:18:57 -07:00
Krish Dholakia and GitHub
390e47cbf3
Merge pull request #14416 from xprilion/wandb-inference
...
Add W&B Inference to LiteLLM
2025-09-22 16:36:46 -07:00
xprilion
0f1de92e19
remove redundant code block
2025-09-23 00:23:36 +05:30
Anubhav Singh and GitHub
fde4dcb0b8
Merge branch 'main' into wandb-inference
2025-09-23 00:14:11 +05:30
Ishaan Jaff and GitHub
fa20abfe48
[Feat] Proxy CLI Auth - Allow re-using cli auth token ( #14780 )
...
* fix: cli auth with SSO okta
* fix: add LITTELM_CLI_SERVICE_ACCOUNT_NAME
* fix: get_litellm_cli_user_api_key_auth
* use existing_key CLI
* fix: use existing key
* test auth commands
* test_cli_sso_callback_regenerate_vs_create_flow
2025-09-22 10:07:16 -07:00
Otavio Brito
ffd9117357
fix failing test
2025-09-22 11:06:11 -03:00
Otavio Brito
666641b2d4
fix get parsed form
2025-09-22 10:25:05 -03:00
Otavio Brito
33a11c4b07
fix vllm passthrough
2025-09-22 10:09:02 -03:00
மனோஜ்குமார் பழனிச்சாமி and GitHub
ed4c2b6883
Update model references from gemini-pro to gemini-2.5-pro
2025-09-22 15:28:11 +05:30
Krish Dholakia and GitHub
52a56bd5fe
Merge pull request #14570 from timelfrink/feat/issue-14562-bedrock-converse-request-metadata
...
feat: Support requestMetadata in Bedrock Converse API
2025-09-21 21:26:49 -07:00
Krish Dholakia and GitHub
9096d9cb25
Merge branch 'main' into feat/issue-14562-bedrock-converse-request-metadata
2025-09-21 21:26:37 -07:00
Krish Dholakia and GitHub
cf429e77a8
Merge pull request #14587 from timelfrink/fix/streaming-tool-call-indices
...
Fix: Streaming tool call index assignment for multiple tool calls
2025-09-21 21:24:35 -07:00