Commit Graph

29261 Commits

Author SHA1 Message Date
Ephrim Stanley
2763b91960 Add end to end integration tests for batches 2026-01-12 13:55:27 -05:00
Ephrim Stanley
3256eb21a0 Add end to end integration tests for batches 2026-01-12 10:43:09 -05:00
Ephrim Stanley
935c249c45 Add end to end integration tests for batches 2026-01-12 09:53:54 -05:00
Ephrim Stanley
103633c794 Fix linter errors: remove unused imports and variables 2025-12-23 12:59:22 -05:00
Ephrim Stanley
479e40672e Add end to end integration tests for batches 2025-12-23 12:55:09 -05:00
Ephrim Stanley
73083a1f5b Add end to end integration tests for batches 2025-12-23 11:54:46 -05:00
Ephrim Stanley
b84aafbab6 Add end to end integration tests for batches 2025-12-23 10:24:32 -05:00
Sameer Kankute
fa14a9931f
Merge pull request #18368 from BerriAI/litellm_together_ai_models_update
Add supports_response_schema to all supported together ai models
2025-12-23 17:27:11 +05:30
Emin Askerov
73b64e53ff
Add azure_ai/gpt-oss-120b model pricing details (#18317)
Added pricing and configuration details for the azure_ai/gpt-oss-120b model, including costs and capabilities.
2025-12-23 15:51:57 +05:30
Cesar Garcia
40fac60ea7
docs(openai): fix gpt-5-mini reasoning_effort supported values (#18346)
Remove 'none' from gpt-5-mini's supported reasoning_effort values in the documentation table. gpt-5-mini does not support reasoning_effort="none", only minimal, low, medium, and high.
2025-12-23 15:50:57 +05:30
Cesar Garcia
c4b2c570f0
feat(pricing): add Azure gpt-image-1.5 pricing to cost map (#18347)
Add missing pricing entries for azure/gpt-image-1.5 and azure/gpt-image-1.5-2025-12-16 to model_prices_and_context_window.json.

These models use token-based pricing (same as OpenAI):
- Text input: $5.00/1M tokens
- Image input: $8.00/1M tokens
- Image output: $32.00/1M tokens
- Cached text: $1.25/1M tokens
- Cached image: $2.00/1M tokens
2025-12-23 15:49:14 +05:30
Matt Cowger
69897bea48
Add 5 AI providers using openai_like (#18362)
* Add 5 AI providers using `openai_like`:

* Synthetic.new
* Apertis / Stima.tech
* NanoGPT
* Poe
* Chutes.ai

* Update additional missing locations
2025-12-23 15:35:54 +05:30
Sameer Kankute
c47079ba3a
Merge pull request #18062 from Chesars/fix/groq-deprecated-models
fix: remove deprecated Groq models and update model registry
2025-12-23 12:06:27 +05:30
Sameer Kankute
201fd245d2
Merge pull request #18316 from Harshit28j/fix/tools_call_elif_issue
fix: lost tool_calls when streaming has both text and tool_calls
2025-12-23 11:43:31 +05:30
Sameer Kankute
768bccade6
Merge pull request #18283 from lucasrothman/fix/gemini-context-window-error
fix(gemini): properly catch context window exceeded errors
2025-12-23 11:40:50 +05:30
Sameer Kankute
ca635a5e38 Add supports_response_schema to all supported together ai models 2025-12-23 11:15:38 +05:30
yuneng-jiang
cac53dc57f
Merge pull request #18355 from BerriAI/litellm_ui_key_submit_fix
[Fix] UI - Key Creation MCP Settings Submit Form Unintentionally
2025-12-22 20:47:11 -08:00
yuneng-jiang
fa738f217c
Merge pull request #18366 from BerriAI/litellm_ui_spend_logs_error_code
[Feature] UI - Add Error Code Filtering on UI
2025-12-22 20:46:47 -08:00
Sameer Kankute
f6350aac9b
Merge pull request #18349 from prasadkona/feat/databricks-partner-integration
feat(databricks): Add enhanced authentication, security features, and custom user-agent support
2025-12-23 09:45:28 +05:30
yuneng-jiang
fc80a92971 Add Error code filter on UI 2025-12-22 20:15:01 -08:00
yuneng-jiang
9a81be690e
Merge pull request #18359 from BerriAI/litellm_logs_add_filtering
[Feature] Allow Error code filtering on Spend Logs
2025-12-22 18:21:36 -08:00
yuneng-jiang
a510654736 Allow Error code filtering on spend logs endpoint 2025-12-22 17:46:25 -08:00
Alexsander Hamir
5534038e93
Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00
yuneng-jiang
78e3ae7bde Fix MCP Select button submitting form 2025-12-22 15:17:36 -08:00
yuneng-jiang
aa988c9c83
Merge pull request #18352 from BerriAI/litellm_ui_key_create_submit
[Infra] Migrate MCP Fetching Logic to React Query
2025-12-22 14:56:38 -08:00
yuneng-jiang
f258dbb03a Fixing build 2025-12-22 14:40:15 -08:00
yuneng-jiang
dc3bdffaee Migrate MCP servers to react query 2025-12-22 14:33:38 -08:00
yuneng-jiang
e12d14e969
Merge pull request #18350 from BerriAI/litellm_ui_cz_docs
[Docs] Add CloudZero UI Docs
2025-12-22 13:19:41 -08:00
yuneng-jiang
87fc81f3e6 Add cloudzero ui docs 2025-12-22 13:19:03 -08:00
yuneng-jiang
4067a3736b
Merge pull request #18278 from BerriAI/litellm_ui_unset_values
[Fix] Allow Deleting Key Expiry
2025-12-22 12:39:29 -08:00
prasadkona
d33c54ee0c
Merge branch 'main' into feat/databricks-partner-integration 2025-12-22 12:30:03 -08:00
prasadkona
3a1baae45c feat(databricks): Add enhanced authentication, security features, and custom user-agent support
- Add OAuth M2M (Machine-to-Machine) authentication via DATABRICKS_CLIENT_ID and DATABRICKS_CLIENT_SECRET
- Add Databricks SDK auto-auth with automatic credential discovery
- Add sensitive data redaction for secure logging (tokens, API keys, secrets)
- Add custom user_agent parameter for partner attribution in Databricks telemetry
- Support user_agent in LiteLLM Proxy via config.yaml litellm_params
- Add 49 mocked unit tests for all new functionality
- Add 13 E2E tests for real-world validation (skipped in CI)
- Update documentation with new features and examples
2025-12-22 12:02:51 -08:00
yuneng-jiang
81dc70673a Merge remote-tracking branch 'origin' into litellm_ui_unset_values 2025-12-22 11:44:41 -08:00
yuneng-jiang
a27db9f52d
Merge pull request #18090 from BerriAI/litellm_sso_role_mapping
[Feature] SSO Role Mapping
2025-12-22 11:30:49 -08:00
Alexsander Hamir
30fa90f70d
[Feat] Enable async_post_call_failure_hook to transform error responses (#18348) 2025-12-22 11:24:30 -08:00
yuneng-jiang
2afa5fc9fb ruff check and mypy linting 2025-12-22 11:03:19 -08:00
yuneng-jiang
6dc11deeac
Merge pull request #18263 from BerriAI/litellm_ui_cloudzero_improvements
[Feature] UI - Improve Create and Delete Path for CloudZero
2025-12-22 10:43:17 -08:00
yuneng-jiang
13adaa4a73 Merge remote-tracking branch 'origin' into litellm_sso_role_mapping 2025-12-22 09:44:04 -08:00
yuneng-jiang
31cc9654ce Merge remote-tracking branch 'origin' into litellm_ui_cloudzero_improvements 2025-12-22 09:43:23 -08:00
yuneng-jiang
aacde6a4a0
Merge pull request #18310 from BerriAI/litellm_ui_button_styling
[Fix] Minor Styling Changes
2025-12-22 09:42:27 -08:00
Sameer Kankute
6d5eb07496
Merge pull request #18336 from BerriAI/litellm_add_nova_image_embedding_support
fix: request body for image embedding request
2025-12-22 19:11:42 +05:30
Ishaan Jaff
268ed11a01
Litellm content filter logs page (#18335)
* add view for litellm content filter

* add ContentFilterDetails

* test_apply_guardrail_logs_guardrail_information

* backend track litellm content filter

* ui view

* fix code qa check
2025-12-22 18:20:26 +05:30
Ishaan Jaff
2677d9d30d
[Feat] New provider TTS - Add AWS polly API for TTS (#18326)
* add aws_polly as new provider

* init AWSPollyTextToSpeechConfig

* test_aws_polly_tts_with_native_voice

* init aws_polly + AWS polly dispatch

* init AWSPollyTextToSpeechConfig

* fix transform

* add aws_polly as a new provider for TTS API

* add to sidebar

* docs aws polly

* code qa fix

* add AWS Polly Text-to-Speech

* add cost tracking for AWS polly

* docs fix
2025-12-22 18:19:34 +05:30
Sameer Kankute
9f9d7fe7a0
Merge pull request #18328 from BerriAI/litellm_add_usage_in_image_generation
Add usage object in image generation of gemini
2025-12-22 16:59:42 +05:30
Sameer Kankute
5bd014fd3f
Merge pull request #18327 from BerriAI/litellm_add_image_tokens_in_chat_completion
Add image tokens in chat completion
2025-12-22 16:59:30 +05:30
Sameer Kankute
cbc1ac9508 fix: request body for image embedding request 2025-12-22 16:55:04 +05:30
Ishaan Jaffer
57e07bddd3 fix remove flaky test 2025-12-22 16:32:13 +05:30
Ishaan Jaff
f0ddff4ae3
fix display for dbrx models (#18330) 2025-12-22 15:09:35 +05:30
Ishaan Jaffer
29513cf6a6 test_update_model_cost_map_url 2025-12-22 12:58:49 +05:30
Ishaan Jaffer
09dcb38b4b Revert "test_update_model_cost_map_url"
This reverts commit c9d61fcdba.
2025-12-22 12:41:30 +05:30