Ishaan Jaff
9316dd5c73
fix assistants logging
2025-09-06 14:43:34 -07:00
Ishaan Jaff
b1552cae46
fix mocked CZ tests
2025-09-06 14:33:02 -07:00
Ishaan Jaff
3915a4455a
fix pip install
2025-09-06 14:29:08 -07:00
Ishaan Jaff
66860efd5d
docs config settings
2025-09-06 14:24:18 -07:00
Ishaan Jaff
02763500f6
fix: refactor _translate_response_format_param
2025-09-06 14:16:15 -07:00
Ishaan Jaff and GitHub
8920a645e9
Revert "feat: add redis ssl and username support ( #11319 )" ( #14303 )
...
This reverts commit 31f806f7d0 .
2025-09-06 14:01:00 -07:00
Ishaan Jaff
fc7accad74
test_dry_run_export_usage_data_cbf_transformation_failure
2025-09-06 13:59:28 -07:00
Ishaan Jaff
7dce6a81a8
fix MYPY errors
2025-09-06 13:57:38 -07:00
Ishaan Jaff
1227b54fa6
test_get_model_info_gemini
2025-09-06 13:43:42 -07:00
Krrish Dholakia
8db3f6f927
fix(utils.py): only add non none values to extra body
2025-09-06 12:31:18 -07:00
Ishaan Jaff
085194b11d
fix test_init_custom_logger_compatible_class_as_callback
2025-09-06 12:29:36 -07:00
Krrish Dholakia
7a083750ce
refactor: remove 'input_fidelity' from image gen -> it's a image_edit param
2025-09-06 12:14:27 -07:00
Krrish Dholakia
3dd62dae29
fix(__init__.py): add volcengine
2025-09-06 12:06:36 -07:00
Krrish Dholakia
9c6dc3c47a
fix(converse_transformation.py): correctly transform reasoning_effort for gpt-oss models
2025-09-06 12:04:20 -07:00
Krrish Dholakia
e9415e3708
fix: fix linting errors
2025-09-06 11:59:59 -07:00
Krrish Dholakia
576947b4fe
fix(duration_parser.py): handle 0 value
2025-09-06 11:36:55 -07:00
Krrish Dholakia
db14edfbdd
fix(main.py): remove image edit optional param from image generation
2025-09-06 11:24:25 -07:00
Krrish Dholakia
c27f57fdab
fix(conversere_transformation.py): fix test
2025-09-06 11:07:30 -07:00
Krish Dholakia and GitHub
447f1ea6bc
Merge pull request #14118 from iabhi4/fix-14100
...
bug(auth): support for ES256/ES384/ES512 and EdDSA JWT verification
2025-09-06 09:57:26 -07:00
Krish Dholakia and GitHub
a28f87755b
Merge pull request #14206 from kankute-sameer/litellm_responses_structured_output
...
[BUG] Responses : add structured output for sdk
2025-09-06 09:20:09 -07:00
Krish Dholakia and GitHub
1980960218
Merge branch 'main' into litellm_responses_structured_output
2025-09-06 09:20:00 -07:00
Krish Dholakia and GitHub
da16541203
Merge pull request #14252 from Eitan1112/main
...
Add additionalProperties to vertex ai Schema definition
2025-09-06 09:19:09 -07:00
Krish Dholakia and GitHub
d1adc7896d
Merge pull request #14262 from TobiMayr/feature/gemini-reasoning-effort-minimal
...
feat: Add support for reasoning_effort='minimal' for Gemini models
2025-09-06 09:17:23 -07:00
Krish Dholakia and GitHub
026fc2553d
Merge pull request #14287 from alpha-pet/fix/gemini-25-flash-image-price
...
fix: correct output pricing for gemini-2.5-flash-image-preview
2025-09-06 09:14:26 -07:00
Krish Dholakia and GitHub
943f6a38ed
Merge pull request #14300 from eycjur/gpt-oss-reasoning-effort-mapping
...
Bug fix for openai.gpt-oss when using reasoning_effort parameter
2025-09-06 09:13:03 -07:00
Ishaan Jaff
29e410b04c
docs Video Walkthrough claude code
2025-09-06 09:12:30 -07:00
Mubashir Osmani and GitHub
cb117647fc
[docs]: added loom for claude code ( #14223 )
...
* added loom for claude code
* docs: add web search models
* added new loom
2025-09-06 09:09:22 -07:00
0cb01d6027
Fix: Include model name in Azure base_model error ( #14294 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: ishaan <ishaan@berri.ai >
2025-09-06 09:06:43 -07:00
Duc Tran and GitHub
3478c53c60
Update constants.py ( #14242 )
2025-09-06 09:06:04 -07:00
katsuhiro muto and GitHub
51de2ebb64
[Feat]Cancel upstream on client disconnect ( #14295 )
...
* cancel upstream on client disconnect
* add comments
* add test
* set timeout in constraints.py
* Guard against missing 'type' key
* update dependency to fix uvicorn bugs
2025-09-06 08:58:51 -07:00
eycjur
67315d8727
fix ci
2025-09-06 21:43:30 +09:00
eycjur
6eb1b40336
refactor
2025-09-06 21:30:08 +09:00
eycjur
b472bf6aef
update docs
2025-09-06 21:15:59 +09:00
eycjur
58cf72ef5e
add test
2025-09-06 21:12:18 +09:00
eycjur
e27c4c98c0
Added conditional branch for gpt-oss
2025-09-06 21:11:53 +09:00
Ishaan Jaff and GitHub
5310bba35b
[Feat] Litellm x CloudZero Integration - Cost Tracking ( #14296 )
...
* fix: just pull LiteLLM_DailyUserSpend
* get the team_id from user daily spend table
* cloudzero_dry_run_export
* fix CZ endpoints
* trace entity_id
* fix: get_usage_data
* fix get_usage_data
* fix _create_cbf_record
* fix get_usage_data
* ensure start and end time is used for exporting data
* fix init_cloudzero_background_job
* fix CloudZeroExportRequest
* fix initialize_cloudzero_export_job
* fix initialize_cloudzero_export_job
* allow init with env + config.yaml for cloudzero
* fix: init CZ through config.yaml
* fix DRY run on CZ
* TestCloudZeroDryRunEndpoint
* fix: CLOUDZERO_EXPORT_INTERVAL_MINUTES
* fix init_cloudzero_background_job
* fix exporting data
* fix transform
* stash cloudzero docs
* docs: CloudZero
* ruff fix
* fix rendering key alias
* fix polars
2025-09-05 21:29:41 -07:00
Sameer Kankute and GitHub
07ba3ff036
[Feat] Add pass through image gen and image editing on OpenAI ( #14292 )
...
* add pass through image gen and image editing on OpenAI
* fix lint
2025-09-05 12:25:49 -07:00
Pierre-Emmanuel MERCIER and GitHub
31f806f7d0
feat: add redis ssl and username support ( #11319 )
2025-09-05 10:35:11 -07:00
Krrish Dholakia
c051ab5b5a
refactor: remove unused function
2025-09-05 10:21:16 -07:00
Ishaan Jaff
0a60390521
Revert "[Feat] LiteLLM CloudZero Integration updates - using LiteLLM_SpendLogs Table ( #12922 )"
...
This reverts commit e3b752d3dc .
2025-09-05 10:04:07 -07:00
Ishaan Jaff and GitHub
982800069c
[Bug Fix] x-litellm-tags not routing with Responses API ( #14289 )
...
* fix: get_deployments_for_tag
* fix get_deployments_for_tag
* test_router_tag_routing.py
* test_get_metadata_variable_name_from_kwargs
* fix mapped tests
* docs fix
2025-09-05 09:40:37 -07:00
Thomas Rehn
d88771ca49
fix: correct output pricing for gemini-2.5-flash-image-preview https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-flash-image-preview
2025-09-05 16:22:07 +02:00
Sameer Kankute
231d54741f
Move test to test_litellm/ folder
2025-09-05 10:40:26 +05:30
Sameer Kankute
4fefac1bf2
Move test to test_litellm/ folder
2025-09-05 10:24:55 +05:30
Sameer Kankute
ad9f54a192
Move test to test_litellm/ folder
2025-09-05 10:08:34 +05:30
Sameer Kankute
f7f106f8b8
Move test to test_litellm/ folder
2025-09-05 10:00:58 +05:30
Krish Dholakia and GitHub
63a2a47ce0
Merge pull request #14003 from BerriAI/teams-on-users-page
...
Team name badge added on the User Details
2025-09-04 21:03:02 -07:00
Krish Dholakia and GitHub
f67339a86c
Merge pull request #14028 from onlylhf/volcengine-embedding-support
...
Add Volcengine embedding module with handler and transformation logic
2025-09-04 21:01:25 -07:00
Krish Dholakia and GitHub
62d4623d1c
Merge pull request #14107 from uc4w6c/feat/add_guardrails_anthropic
...
feat: Add guardrail to the Anthropic API endpoint
2025-09-04 20:50:43 -07:00
Krish Dholakia and GitHub
5d5c19a302
Merge pull request #14077 from TomeHirata/codex/add-support-for-anthropic-citation-api
...
Add support for anthropic citation api in Databricks
2025-09-04 20:46:11 -07:00