Chesars
da8770004c
Add gpt-audio and gpt-audio-mini models to pricing
...
Fixes #19490 - adds missing OpenAI audio models with correct pricing:
gpt-audio:
- Text: $2.50/$10.00 per 1M tokens (input/output)
- Audio: $40/$80 per 1M tokens (input/output)
gpt-audio-mini:
- Text: $0.60/$2.40 per 1M tokens (input/output)
- Audio: $10/$20 per 1M tokens (input/output)
2026-01-21 12:47:10 -03:00
Sameer Kankute and GitHub
95dc14e400
Merge pull request #19389 from BerriAI/litellm_timeout_fix
...
Fix: total timeout is not respected
2026-01-21 19:16:11 +05:30
Sameer Kankute and GitHub
e758dd0a59
Merge pull request #19472 from BerriAI/litellm_fix_chat_completion_responses_streaming
...
Fix: tool call streaming in chat completion bridge
2026-01-21 19:15:53 +05:30
Sameer Kankute
34d4c5d3fc
Fix mypy litellm_timeout_fix
2026-01-21 19:12:44 +05:30
Sameer Kankute and GitHub
540370a1aa
Merge pull request #19479 from BerriAI/litellm_sarvam_int
...
Add support for sarvam models
2026-01-21 19:03:52 +05:30
Sameer Kankute
cc92ca088d
remove print statements
2026-01-21 19:00:01 +05:30
Sameer Kankute
c26c06d5b5
remove print statements
2026-01-21 18:59:51 +05:30
Sameer Kankute and GitHub
b6691baf24
Merge pull request #19482 from BerriAI/litellm_anthropic_max_length
...
Filter out unsupported fields from JSON schema for Anthropic's output_format API.
2026-01-21 18:57:16 +05:30
Sameer Kankute
751786aab9
fix ./tests/code_coverage_tests/check_provider_folders_documented.py
2026-01-21 18:54:32 +05:30
Sameer Kankute
e315e4cd7c
fix litellm/tests/litellm_utils_tests/test_utils.py
2026-01-21 18:50:02 +05:30
Sameer Kankute
b374b2f605
Fix mypy issues in streaming iterator
2026-01-21 18:45:15 +05:30
Sameer Kankute and GitHub
aeb38ffa9b
Merge pull request #19497 from BerriAI/main
...
merge main
2026-01-21 18:43:27 +05:30
Sameer Kankute
d145a36c90
Fix: mypy chat transformation
2026-01-21 18:35:51 +05:30
Sameer Kankute and GitHub
ba36981bed
Merge pull request #19486 from BerriAI/litellm_fix_serialisation_problem
...
Fix: [Bug]: litellm.litellm_core_utils.litellm_logging.Logging incorrectly handles ResponseAPIResponse
2026-01-21 18:32:30 +05:30
Sameer Kankute and GitHub
b0499841b0
Merge pull request #19461 from BerriAI/litellm_staging_01_20_2026
...
Litellm staging 01 20 2026
2026-01-21 18:31:14 +05:30
Sameer Kankute and GitHub
491eaaa0e0
Merge pull request #19495 from BerriAI/litellm_staging_01_20_2026_fixes
...
Litellm staging 01 20 2026 fixes
2026-01-21 17:40:58 +05:30
Sameer Kankute
22158f8f03
Fix litellm_staging_01_20_2026 mypy issues
2026-01-21 17:35:28 +05:30
Sameer Kankute
c8d065656e
Fix litellm_staging_01_20_2026 mypy issues
2026-01-21 17:33:53 +05:30
Sameer Kankute and GitHub
6e1ecabd9a
Merge pull request #19493 from BerriAI/revert-19391-fix/prisma-schema-permission
...
Revert "Fix/prisma schema permission"
2026-01-21 17:19:43 +05:30
Sameer Kankute and GitHub
d879dcdcef
Revert "Fix/prisma schema permission ( #19391 )"
...
This reverts commit 75ee0d126c .
2026-01-21 17:19:32 +05:30
Sameer Kankute and GitHub
37d27e67d5
Merge pull request #19489 from cluebbehusen/fix-gemini-2-5-flash-lite-pricing
...
fix: correct gemini-2.5-flash-lite audio input and cache read pricing
2026-01-21 16:41:22 +05:30
Sameer Kankute and GitHub
a1aba2ed8d
Merge pull request #19491 from BerriAI/main
...
merge main 20 1 25
2026-01-21 16:40:48 +05:30
Connor Luebbehusen
b810a68f89
fix: correct gemini-2.5-flash-lite audio input and cache read pricing
2026-01-21 05:58:38 -05:00
Sameer Kankute
3748c70675
Fix: [Bug]: litellm.litellm_core_utils.litellm_logging.Logging incorrectly handles ResponseAPIResponse
2026-01-21 16:15:54 +05:30
Sameer Kankute
c571a02f3b
Filter out unsupported fields from JSON schema for Anthropic's output_format API.
2026-01-21 15:48:22 +05:30
Sameer Kankute
46c0f903a3
Add support for sarvam models
2026-01-21 15:17:26 +05:30
Sameer Kankute
4127654807
Add REASONING_SUMMARY_TEXT_DONE and REASONING_SUMMARY_PART_DONE events in streaming
2026-01-21 14:32:05 +05:30
Sameer Kankute
828ff1c99e
Added output item for chunk based on type
2026-01-21 13:25:44 +05:30
Sameer Kankute
3a0d166eb0
Fix: tool call streaming in chat completino brigde
2026-01-21 12:14:02 +05:30
Ishaan Jaff and GitHub
a02c43d300
Litellm cc docs max ( #19466 )
...
* docs claude code max
* docs fix
* docs
* docs fix
* docs fix
v1.81.1-nightly
2026-01-20 20:08:36 -08:00
Sameer Kankute
a5ea08a0bf
Fix test_default_api_base failing because of chatgpt as provider
2026-01-21 09:32:38 +05:30
Sameer Kankute and GitHub
a5b8da7f87
Merge pull request #19463 from BerriAI/litellm_2101_cicd_fixes
...
Fixes test_aaabasic_gcs_logger
2026-01-21 09:22:40 +05:30
Cesar Garcia and GitHub
b4ed387d24
fix(vertex_ai): handle reasoning_effort as dict from OpenAI Agents SDK ( #19419 )
...
The OpenAI Agents SDK (v0.6.9+) now passes reasoning_effort as a dict
when summary is specified: {"effort": "high", "summary": "auto"}
This change extracts the "effort" value from the dict for Vertex AI,
which only supports thinkingLevel (not summary).
Before: reasoning_effort={"effort": "high"} was silently ignored
After: reasoning_effort={"effort": "high"} correctly maps to thinkingLevel
Fixes #19411
2026-01-20 19:31:25 -08:00
Sameer Kankute
0b9f6b543f
Fixes test_aaabasic_gcs_logger
2026-01-21 08:58:16 +05:30
Harshit Jain and GitHub
b36e704e06
fix: ensure auto-rotation updates existing AWS secret instead of creating new one ( #19455 )
2026-01-20 18:30:36 -08:00
Ishaan Jaffer
0d75e506c5
fix mock_handler
2026-01-20 18:01:22 -08:00
yuneng-jiang and GitHub
6e41615a0b
Merge pull request #19460 from BerriAI/litellm_cicd_fix_yj_06
...
bump: version 1.81.0 → 1.81.1
2026-01-20 17:59:37 -08:00
yuneng-jiang
9df4bd2bbb
bump: version 1.81.0 → 1.81.1
2026-01-20 17:58:10 -08:00
Ishaan Jaffer
b9de10bd27
test token ctr
2026-01-20 17:53:53 -08:00
yuneng-jiang and GitHub
e57214dfab
Merge pull request #19457 from BerriAI/revert-19456-litellm_cicd_fix_yj_05
...
Revert "[Infra] Changing Google Tests to use Gemini 3 Flash Preview"
2026-01-20 17:32:29 -08:00
yuneng-jiang and GitHub
96b2d134a7
Revert "[Infra] Changing Google Tests to use Gemini 3 Flash Preview"
2026-01-20 17:32:10 -08:00
Ishaan Jaff and GitHub
af957a3a9e
[Fix] Claude Code - /messages/token_counter - ensure it works for Anthropic, Azure AI Anthropic on AI Gateway ( #19432 )
...
* fix count_tokens_with_anthropic_api
* remove outdated file
* fix ANTHROPIC_TOKEN_COUNTING_BETA_VERSION
* refactor: get_token_counter
* init test suite for token counter
* init token counters
* fix: fix pyrightI
* fix Code QA issues
* fix: return Ant response no transfrom
* fix optionally_handle_anthropic_oauth
2026-01-20 17:31:20 -08:00
Ishaan Jaff and GitHub
ddebdd47bc
[Feat] Add Support for Claude Code Max/OAuth 2 on LiteLLM AI Gateway ( #19453 )
...
* fix count_tokens_with_anthropic_api
* remove outdated file
* fix ANTHROPIC_TOKEN_COUNTING_BETA_VERSION
* refactor: get_token_counter
* init test suite for token counter
* init token counters
* fix: fix pyrightI
* fix Code QA issues
* feat: add OAUTH handling ant
* feat: Oauth handling Ant
* test anthopic common utils
* fix code QA
* docs
2026-01-20 17:21:17 -08:00
yuneng-jiang and GitHub
351e3a5f3c
Merge pull request #19456 from BerriAI/litellm_cicd_fix_yj_05
...
[Infra] Changing Google Tests to use Gemini 3 Flash Preview
2026-01-20 17:15:03 -08:00
yuneng-jiang
0dc92a6979
changing to gemini 3 flash preview
2026-01-20 17:14:06 -08:00
yuneng-jiang and GitHub
498ee5a662
Merge pull request #19452 from BerriAI/litellm_cicd_fix_yj_04
...
[Infra] Increase Time to Wait for Spend Accuracy Tests
2026-01-20 16:34:05 -08:00
yuneng-jiang
65829411e0
increasing time for spend tracking
2026-01-20 16:31:25 -08:00
yuneng-jiang and GitHub
d5305c6a61
Merge pull request #19450 from BerriAI/litellm_cicd_fix_yj_02
...
[Infra] Fix test_route_checks
2026-01-20 16:22:20 -08:00
yuneng-jiang and GitHub
b37e42ac0f
Merge pull request #19451 from BerriAI/litellm_cicd_fix_yj_03
...
[Infra] Use mock db for claude code marketplace tests
2026-01-20 16:19:15 -08:00
yuneng-jiang
1a9a7df437
use mock db for cluade code marketplace
2026-01-20 16:18:21 -08:00