Harshit Jain
7772f84492
make buuilds compatible with readonly type enviorments
2026-02-14 03:14:59 +00:00
Harshit Jain
59ea87046b
fix build for workflow
2026-02-11 18:04:23 +00:00
Harshit Jain
4f09b0fbb5
fix: add missing ca-certificates bundle to avoid crash
2026-02-11 16:25:45 +00:00
Harshit Jain
1929d4a27c
fix: pass for helm chart with retry
2026-02-11 14:46:33 +00:00
Harshit Jain
3e9e78def6
fix(docker): deduplicate wheels and avoid requirements.txt in non_root runtime stage
2026-02-11 14:13:07 +00:00
Harshit Jain
95248d4d27
fixes deprecated functions
2026-02-11 13:00:24 +00:00
Harshit Jain
61e2f5fbd3
proxy fixes
2026-02-11 12:13:47 +00:00
Harshit Jain
aba32d9929
update to fix test case ci
2026-02-11 04:48:45 +00:00
Harshit Jain
5e81bf8bc6
update a stable build as per python verison 3.14
2026-02-11 03:25:54 +00:00
Harshit Jain
226643eefe
fix: add Rust compiler to Dockerfile.database and Dockerfile.non_root for tiktoken on Python 3.14
2026-02-11 02:16:13 +00:00
Harshit Jain
a766e8f172
Merge branch 'main' into litellm_fix_chainguard_stable
2026-02-11 06:23:27 +05:30
Harshit Jain
0f120c65a3
docker db and non-root
2026-02-11 00:46:46 +00:00
yuneng-jiang
a8b4b4ccba
Merge pull request #20894 from BerriAI/litellm_ui_chart_fix_02
...
[Fix] UI - Usage: Request Chart stack variant
2026-02-10 16:32:04 -08:00
yuneng-jiang
2730e91356
Merge pull request #20898 from BerriAI/litellm_config_pt_endpoints
...
[Feature] Include Config Defined Pass Through Endpoints
2026-02-10 16:31:36 -08:00
yuneng-jiang
df37bc1900
Merge pull request #20796 from BerriAI/litellm_guardrail_list_sec
...
[Fix] /v2/guardrails/list Returns Sensitive Values
2026-02-10 16:31:16 -08:00
Alexsander Hamir
ebce0e5f8c
[Release - 02/10/2026] v1.81.10-nightly
2026-02-10 16:26:30 -08:00
Harshit Jain
3f88f6b8ce
fix: add git to Docker images for redisvl Git installation
2026-02-11 00:24:16 +00:00
Harshit Jain
1438e9e865
fix critical chainguard stable build
2026-02-11 00:09:10 +00:00
michelligabriele
8507df483c
fix(router): propagate model-level tags from config to SpendLogs ( #20769 )
2026-02-10 15:52:52 -08:00
yuneng-jiang
39bf5b780b
addressing comments
2026-02-10 15:29:07 -08:00
Ishaan Jaffer
f311fba194
fix
2026-02-10 15:24:46 -08:00
Ishaan Jaff
f8619e2000
[Stability] Investigate + fix issue where model cost map became poorly formatted ( #20895 )
...
* init: GetModelCostMap
* fix
* docs
* docs fix
* docs fixes
* docs fix
* test model cost map resilience
* MODEL_COST_MAP_MIN_MODEL_COUNT
* validate_model_cost_map
* test_should_have_minimum_models_in_backup
* docs fix
* docs fix
* fix
* dos fix
* docs fix
* docs fix
* docs fix
* docs fix
* validate_model_cost_map
* fix
* cleanup
2026-02-10 15:17:01 -08:00
yuneng-jiang
e002d6afe8
addressing comments
2026-02-10 15:16:18 -08:00
Krish Dholakia
10d891a365
Guardrails - add logging to all unified_guardrails + link to custom code guardrail templates ( #20900 )
...
* feat(guardrail_hooks/): add guardrail logging to all unified guardrails
ensures unified guardrails use the 'log_guardrail_information' decorator for logging
* fix(custom_guardrail.py): don't log inputs on guardrail response - just emit state
* refactor: don't double log bedrock guardrail information
* feat: add in-product nudges for contributing + trying community custom code guardrails
allows users to contribute / share custom code guardrails
2026-02-10 15:13:54 -08:00
yuneng-jiang
fc0563fab3
get pass through include config defined pass through
2026-02-10 14:55:37 -08:00
Emerson Gomes
a6f90586ac
feat(model-db): add azure_ai/kimi-k2.5 pricing entry ( #20896 )
2026-02-10 14:46:40 -08:00
yuneng-jiang
79b24c8f25
remove stack from charts
2026-02-10 14:11:55 -08:00
yuneng-jiang
9f8878ee17
Merge pull request #20893 from BerriAI/pypi_fix_feb10
...
[Infra] CI/CD - Fix PyPI CI Step
2026-02-10 14:01:05 -08:00
yuneng-jiang
7d2c874434
Fixing ci pypi build
2026-02-10 13:59:48 -08:00
yuneng-jiang
ea38630e7c
bump: version 0.4.33 → 0.4.34
2026-02-10 13:58:57 -08:00
yuneng-jiang
b7107ab803
Merge pull request #20892 from BerriAI/litellm_ui_spend_logs_model
...
[Feature] UI - Spend Logs: Paginated Searchable Model Select
2026-02-10 13:51:53 -08:00
yuneng-jiang
3fe1c1ba24
fixing build
2026-02-10 12:53:51 -08:00
yuneng-jiang
7fd8c0e160
Searchable Paginated Model Select For Spend Logs
2026-02-10 12:44:38 -08:00
michelligabriele
3bbc25a3f0
fix(aiohttp): respect ssl_verify with shared sessions ( #20349 )
...
* fix(aiohttp): respect ssl_verify with shared sessions
* fix(aiohttp): resolve mypy error for ssl parameter type
Pass ssl kwarg conditionally to aiohttp request() only when explicitly
configured, since None is not a valid value for the ssl parameter
(expected SSLContext | bool | Fingerprint).
2026-02-10 10:17:35 -08:00
michelligabriele
1afe3032fd
fix(otel): auto-infer otlp_http exporter when endpoint is configured ( #20438 )
...
When OpenTelemetry is configured via the UI, only OTEL_ENDPOINT and
OTEL_HEADERS are set, but OTEL_EXPORTER is not specified. This caused
the exporter to default to "console", meaning traces were printed to
stdout instead of being sent to the configured endpoint.
This fix adds logic in OpenTelemetryConfig.__post_init__ to automatically
infer "otlp_http" as the exporter when an endpoint is specified but the
exporter is still the default "console".
Fixes issue reported by Elastic team where traces weren't being sent
to their OTEL endpoint when configured through the LiteLLM UI.
2026-02-10 09:33:16 -08:00
Sameer Kankute
0f01802dde
Merge pull request #20845 from BerriAI/litellm_gemini_image_handling
...
Handle image in assitant message for gemini
2026-02-10 18:24:09 +05:30
Sameer Kankute
3de892b8ca
Merge pull request #20860 from BerriAI/litellm_perplexity_research_api_support
...
[Feat] Perplexity research api support
2026-02-10 18:22:30 +05:30
Sameer Kankute
cdab87dec0
Merge pull request #20838 from BerriAI/litellm_managed_error_file
...
Add support managed error file
2026-02-10 18:20:26 +05:30
Sameer Kankute
f6228fda3e
Fix mypy issues
2026-02-10 18:18:41 +05:30
Sameer Kankute
0b4c511576
Merge pull request #20863 from BerriAI/litellm_moonshotai.kimi-k2.5
...
Add moonshotai.kimi-k2.5
2026-02-10 18:12:36 +05:30
Sameer Kankute
7166ca8c59
Add moonshotai.kimi-k2.5
2026-02-10 18:10:37 +05:30
Sameer Kankute
63eedc26b0
Fix test_async_post_call_success_hook_for_unified_finetuning_job
2026-02-10 18:08:23 +05:30
Sameer Kankute
fda64caa28
Merge pull request #20855 from BerriAI/litellm_bedrock_kimi2
...
Add Kimi model pricing by region
2026-02-10 18:05:25 +05:30
Sameer Kankute
5222fd4795
Merge pull request #20783 from BerriAI/litellm_oss_staging_02_09_2026
...
litellm oss staging 09/02/2026
2026-02-10 18:02:14 +05:30
Sameer Kankute
45133fab53
Merge pull request #20854 from BerriAI/litellm_oss_staging_02_05_2026_3
...
Litellm oss staging 02 05 2026 3
2026-02-10 17:59:56 +05:30
Sameer Kankute
7d5141c28c
Fix mypy issues
2026-02-10 17:58:15 +05:30
Sameer Kankute
19628f6187
Fix mypy issues
2026-02-10 17:52:17 +05:30
Sameer Kankute
f4ae6ed181
Fix mypy issues
2026-02-10 17:48:41 +05:30
Sameer Kankute
2eb52db3e9
Add documentation for perplexity
2026-02-10 17:44:00 +05:30
Sameer Kankute
9c1bf84729
Fix mypy issues
2026-02-10 17:41:03 +05:30