Ishaan Jaff
c9f211f331
fix VertexAIPartnerModels
2025-09-03 13:01:47 -07:00
Ishaan Jaff
8e9352fce7
test fix
2025-09-03 11:06:09 -07:00
Ishaan Jaff
3b8409f469
bump: version 1.76.1 → 1.76.2
2025-09-03 11:00:07 -07:00
Ishaan Jaff
9eecff9d9a
test_proxy_custom_logger.py::test_chat_completio
2025-09-03 10:57:10 -07:00
katsuhiro muto and GitHub
ca43514db4
[Feat] Support reasoning_effort in Groq ( #14207 )
...
* Support reasoning_effort in groq
* add test
2025-09-03 10:43:47 -07:00
Harshavardhan K and GitHub
bc84b411f4
Fix/remove deprecated cerebras gpt oss 20b ( #14213 )
...
* fix: remove deprecated cerebras/openai/gpt-oss-20b model from pricing files
- Remove cerebras/openai/gpt-oss-20b entry from model_prices_and_context_window.json
- Remove cerebras/openai/gpt-oss-20b entry from model_prices_and_context_window_backup.json
- Fixes GitHub issue #13972 where the deprecated model was still being treated as valid
- Only the 120b version is now supported by Cerebras
* fix: remove deprecated cerebras gpt-oss-20b
2025-09-03 09:46:08 -07:00
Ishaan Jaff
63c4a30564
TestVertexAIGPTOSSTransformation
2025-09-02 23:07:52 -07:00
Krish Dholakia and GitHub
35b501b8d5
Merge pull request #14176 from mjmendo/feat/alert_type_in_slack_message
...
feat: added alert type to alert messate to slack for easier handling
2025-09-02 23:05:41 -07:00
Krish Dholakia and GitHub
dc0d2a44a5
Merge pull request #14171 from kutsushitaneko/fix/14158_tool_call_id
...
fix(oci): Handle assistant messages with both content and tool_calls in OCI provider (#14158 )
2025-09-02 23:05:04 -07:00
Krish Dholakia and GitHub
6e852bcec6
Merge pull request #14169 from BerriAI/remove-filters-in-user-info
...
Remove table filter on user info page
2025-09-02 23:03:30 -07:00
Krish Dholakia and GitHub
c8b177963e
Merge pull request #14191 from kayoch1n/fix-h11-model-name
...
Remove "/" or ":" from model name when being used as h11 header name
2025-09-02 23:02:45 -07:00
Krish Dholakia and GitHub
cfead05086
Merge pull request #14193 from zhxlp/main
...
fix: Log page parameter passing error
2025-09-02 23:01:17 -07:00
zhxlp
54cca0cc7e
fix: Log page parameter passing error
2025-09-03 11:34:58 +08:00
kayoch1n
76555cad81
Format code
2025-09-03 11:20:52 +08:00
kayoch1n
1a97a80c51
Format code
2025-09-03 11:18:57 +08:00
kayoch1n
ffbe5cd899
Add a testcase
2025-09-03 11:08:23 +08:00
Krish Dholakia and GitHub
46655544a4
Merge pull request #14179 from zhirafovod/otel_logs_metrics
2025-09-02 19:50:40 -07:00
kayoch1n
edf047b6bb
Replace "/" with "-" in model name when being used as a h11 header name
2025-09-03 10:00:16 +08:00
Ishaan Jaff
212ca20edf
docs fix
2025-09-02 15:19:35 -07:00
Ishaan Jaff and GitHub
128d9a3488
[Feature]: Add header support for spend_logs_metadata ( #14186 )
...
* fix: allow settings spend_logs_metadata
* fix add_litellm_data_for_backend_llm_call
* fix: add add_litellm_metadata_from_request_headers
* fix add_litellm_metadata_from_request_headers
* test_add_litellm_metadata_from_request_headers
* add_litellm_metadata_from_request_headers
* docs Tracking Spend with custom metadata
* add_litellm_metadata_from_request_headers
* add_litellm_metadata_from_request_headers
2025-09-02 15:13:15 -07:00
Ishaan Jaff and GitHub
c821f1ddf1
[Feature]: Support GPT-OSS models on vertex ai ( #14184 )
...
* add VertexAIGPTOSSTransformation
* fix: optional_params
* fix: is_vertex_partner_model
* test_partner_models_httpx
* docs GPT oss docs
* test_vertex_ai_gpt_oss_reasoning_effort
* add vertex ai models
2025-09-02 14:15:26 -07:00
Ishaan Jaff
4b7c114c2a
google-cloud-aiplatform
2025-09-02 14:15:00 -07:00
Ishaan Jaff
47c04a8a8c
proxy_logging_guardrails_model_info_tests
2025-09-02 14:13:17 -07:00
Krrish Dholakia
d282e7eaac
fix: handle non-str case
2025-09-02 12:38:05 -07:00
Ishaan Jaff
f0f84d6c5c
refactor: BEDROCK_CONVERSE_MODELS
2025-09-02 12:12:21 -07:00
Sameer Kankute and GitHub
4adfd18bc6
[Feat]Add support for safety_identifier parameter in chat.completions.create ( #14174 )
...
* Add support for safety_identifier parameter in chat.completions.create
* make sure param is getting actually passed to the raw api
2025-09-02 09:37:08 -07:00
Marcelo Mendoza
db1b418b15
fix: update alert type formatting to handle enum names in Slack messages
2025-09-02 17:54:54 +02:00
Keith Decker
5dcdbb35da
add metrics and logs (events) with semconv attributes
2025-09-02 09:20:25 -06:00
Marcelo Mendoza
92f631d57c
fix: correct formatting of alert messages in Slack notifications
2025-09-02 15:12:11 +00:00
Marcelo Mendoza
793c966873
feat: added alert type to alert messate to slack for easier handling on slack side.
2025-09-02 14:36:57 +00:00
Ishaan Jaff
61b2209827
test_proxy_function_calling_support_consistency
2025-09-02 07:22:52 -07:00
Yuji Arakawa
c7109609fd
renamed unit test code
2025-09-02 19:11:37 +09:00
Yuji Arakawa
ae3931f5f3
FIx https://github.com/BerriAI/litellm/issues/14158
2025-09-02 18:32:45 +09:00
Krish Dholakia and GitHub
359780b436
Merge pull request #14121 from BerriAI/litellm_dev_08_31_2025_p1
...
VLLM - handle output parsing responses api output + Ollama - add unified 'thinking' param support (via `reasoning_content`)
2025-09-01 22:43:05 -07:00
Krish Dholakia and GitHub
82d6c4d5b1
Merge branch 'main' into litellm_dev_08_31_2025_p1
2025-09-01 22:42:53 -07:00
Krish Dholakia and GitHub
6d36219a4d
Merge pull request #14122 from BerriAI/litellm_dev_08_30_2025_p1
...
Braintrust - fix logging when OTEL is enabled + Gemini - add 'thoughtSignature' support via 'thinking_blocks'
2025-09-01 22:42:12 -07:00
Krish Dholakia and GitHub
d2c519f005
Merge pull request #14133 from retanoj/fix/gemini-token-count
...
Fix token count error for gemini cli
2025-09-01 22:39:51 -07:00
Ishaan Jaff
5ab3d74371
DEFAULT_NUM_WORKERS_LITELLM_PROXY
2025-09-01 20:34:23 -07:00
Ishaan Jaff
20811372d8
Revert "Merge pull request #14126 from TomeHirata/citation-supported-text-2"
...
This reverts commit 3f2881cd6d , reversing
changes made to 04f9ff16c4 .
2025-09-01 20:24:14 -07:00
Ishaan Jaff
62f14dece3
fix: regression added from prometheus_missing_metrics
2025-09-01 20:21:09 -07:00
Ishaan Jaff
d37be48a80
test: llama-3.3-70b-versatile
2025-09-01 20:14:12 -07:00
Ishaan Jaff
94cac6fff2
fix: groq health check
2025-09-01 20:08:36 -07:00
Krish Dholakia and GitHub
3f2881cd6d
Merge pull request #14126 from TomeHirata/citation-supported-text-2
...
Add supported text field to anthropic citation response
2025-09-01 19:22:52 -07:00
retanoj
b1686ecbe5
format
2025-09-02 09:59:31 +08:00
Krish Dholakia and GitHub
04f9ff16c4
Merge pull request #14139 from mubashir1osmani/prometheus_missing_metrics
...
Prometheus missing metrics
2025-09-01 18:55:24 -07:00
Krish Dholakia and GitHub
67450feb79
Merge pull request #14146 from ProjectAlita/gpt_5_unsupported_params
...
GPT-5: Drop unsupported params
2025-09-01 18:54:49 -07:00
retanoj
3b524ba5f1
format
2025-09-02 09:52:50 +08:00
Ishaan Jaff
8e72f991cc
test_model_alias_map
2025-09-01 17:59:40 -07:00
Krrish Dholakia
f1f9f2a594
fix: fix linting error
2025-09-01 17:52:22 -07:00
Krrish Dholakia
5d6532419f
refactor: remove unused function
2025-09-01 17:46:38 -07:00