YutaSaito and GitHub
6444bf366c
[Docs] mcp oauth flow details ( #16742 )
...
* docs: mcp oauth flow details
* fix: Exception (AsyncHTTPHandler.__init__() got an unexpected keyword argument 'follow_redirects')
2025-11-17 17:45:03 -08:00
Ishaan Jaff and GitHub
08e115ecff
[Feat] Add SSML Support for Azure Text-to-Speech (AVA) ( #16747 )
...
* detect SSML in input
* transform_text_to_speech_request
* test_litellm_speech_with_ssml_passthrough
* add Passing Raw SSML
* fix is_ssml_input
2025-11-17 15:41:22 -08:00
Krrish Dholakia
88f5110e11
docs: improve docs
2025-11-17 09:54:13 -08:00
Krrish Dholakia
3c6f81e6ce
docs: simplify docs
2025-11-17 09:39:32 -08:00
Alexsander Hamir and GitHub
0292b84dc4
docs: add missing details to benchmark comparison ( #16690 )
2025-11-15 20:12:32 -08:00
Matt Cowger and GitHub
4be0c6a226
JSONpanel ( #16687 )
2025-11-15 20:11:42 -08:00
Matt Morgis and GitHub
f9ecf56715
Update Azure Pricing ( #16371 )
...
* add azure eu & us gpt-5 pricing
* add azure us gpt-4.1 pricing
* fix azure/o3-2025-04-16 to match azure/o3
* add azure us o3 pricing
2025-11-15 19:36:13 -08:00
Krrish Dholakia
b79e92a21b
docs(index.md): document new agent hub
2025-11-15 18:49:51 -08:00
Krrish Dholakia
dd02310b30
bump: version 1.80.2 → 1.80.3
2025-11-15 18:26:36 -08:00
Krish Dholakia and GitHub
39917f2ff7
Agents - AI Hub, make agents discoverable on model hub page for internal discovery ( #16678 )
...
* feat: initial commit adding agent hub to ui
* feat: add viewable agent hub
* feat: working support for making both config + db agents public via new 'public_agent_groups' list
* fix: agents.py
fix types
* feat: working PATCH endpoint for UI changes
* feat: add new agents panel with working crud
* refactor: refactor to show created_at on be/fe
* style: align new page with the agents table
* style: more style alignment logic
* feat: return if agent is public or not in /v1/agents
* feat: initial commit adding ui flow for making agents discoverable
* feat: new batch make public endpoint
* feat(public_model_hub.tsx): show public agents on public model hub table page
* fix(public_model_hub.tsx): add code examples for using the agent in a2a
* fix: fix indicating if agent has already been made public
* docs: document expected spec for agents is A2A
* docs: add agent hub docs
* docs: document making agents discoverable
* docs: add demo video to docs
* fix: fix ui linting errors
* fix: update tests
2025-11-15 18:25:16 -08:00
Ishaan Jaffer
4fbaf99aab
fix lint
2025-11-15 18:05:06 -08:00
yuneng-jiang and GitHub
6375959afe
Edit add callbacks route to use data from backend ( #16699 )
2025-11-15 18:00:36 -08:00
YutaSaito and GitHub
84df0634f1
fix: key never expires #16005 ( #16692 )
2025-11-15 17:55:13 -08:00
YutaSaito and GitHub
0b586d26fc
refactor: drop MCPClient.connect and use run_with_session lifecycle ( #16696 )
...
Surface detailed connection errors by handling HTTP failures
2025-11-15 17:54:27 -08:00
Ishaan Jaffer
6b9fbc5a36
fix docs
2025-11-15 16:58:47 -08:00
Ishaan Jaffer
f9b5820ba8
fix build
2025-11-15 16:53:12 -08:00
Ishaan Jaff and GitHub
25cb873467
[UI] expose backend endpoint for callbacks settings ( #16698 )
...
* init json for
* add SQS fields
* fix params
* return callbacks configs
* test_get_callback_configs
* test_get_callback_configs
* vercel build fix
2025-11-15 16:44:17 -08:00
Alexsander Hamir and GitHub
60691b771c
add perf update to release notes ( #16697 )
2025-11-15 16:36:49 -08:00
Ishaan Jaffer
c7807f4841
fix pkg
2025-11-15 16:26:56 -08:00
yuneng-jiang and GitHub
4de182c98f
[Feature] UI - Organization Usage in Usage Tab ( #16614 )
...
* Organization Usage UI
* Resolved build issues
* Added a test
2025-11-15 16:23:48 -08:00
Ishaan Jaffer
d9fd7138f9
docs fix
2025-11-15 16:17:04 -08:00
Ishaan Jaffer
2a006cabac
docs fix
2025-11-15 16:11:31 -08:00
Ishaan Jaffer
03ceb75d4e
sec fix
2025-11-15 15:36:05 -08:00
yuneng-jiang and GitHub
00ecb99f3e
[Fix] UI MCP Tool Test Regression ( #16695 )
...
* Fix UI MCP testing tool regression
* Fixed linting
2025-11-15 15:31:04 -08:00
Ishaan Jaff and GitHub
e325b1833d
Docs - v1.80.0 ( #16694 )
...
* fix pkg on docs
* refactor 1
* fix refactor
* docs
* fix
* fixes
2025-11-15 14:42:43 -08:00
Ishaan Jaff and GitHub
06eeb28c8f
Litellm ci cd fixes 2 ( #16693 )
...
* litellm_proxy_unit_testing_part1
* test proxy unit test
* litellm_proxy_unit_testing_key_generation
* test_async_call_with_key_over_model_budget
* test_aasync_call_with_key_over_model_budget
v1.80.0-nightly
2025-11-15 14:12:44 -08:00
Ishaan Jaffer
e08cd9bcdf
fix QA check
2025-11-15 13:02:48 -08:00
a2e3b942dc
Vector store files Stable Release ( #16643 )
...
* Add support for vector store files endpoints (#16490 )
* Add base code for vector store integration
* fix azure related tests and linting error
* fix mypy errors
* Add vector store files documentation
* fix mapped tests
* Add bytedance and ideogram support in fal ai (#16636 )
* Add fal ai flux pro v1.1 support (#16578 )
* Add fal ai flux pro v1.1 support
* Add tests and docs
---------
Co-authored-by: Ishaan Jaffer <ishaanjaffer0324@gmail.com >
2025-11-15 13:00:33 -08:00
59d17cc468
Litellm anthropic contex management param support ( #16528 )
...
* Add support for anthropic context_management param
* Add support for anthropic context_management param
* Add context management in response
* fix review changes
---------
Co-authored-by: Ishaan Jaffer <ishaanjaffer0324@gmail.com >
2025-11-15 13:00:09 -08:00
Ishaan Jaffer
4eaa95a55f
fix build and test
2025-11-15 11:21:45 -08:00
Ishaan Jaffer
32beb330fd
fix pt endpoint test
2025-11-15 11:18:33 -08:00
Krish Dholakia and GitHub
586f126395
Prometheus - make OSS ( #16689 )
...
* refactor: remove enterprise license from prometheus metrics
* refactor: complete refactoring imports
* refactor: complete prometheus refactoring
* bump: version 1.80.0 → 1.80.1
* bump: version 1.80.1 → 1.80.2
* build: update litellm lock file
* docs(enterprise.md): cleanup enterprise docs
* docs: more docs cleanup
* docs: doc cleanup
* fix: fix imports
* fix: fix linting error
2025-11-15 11:06:34 -08:00
Ishaan Jaff and GitHub
8c4d4aeef3
[Ci/CD] Speed up litellm mapped tests job on circle ci ( #16688 )
...
* fix mapped tests speed
* fixes
* split up test_litellm
* refactor mapped tests
2025-11-15 10:44:18 -08:00
Ishaan Jaffer
2bc122302f
fix build and test
2025-11-15 10:41:15 -08:00
Ishaan Jaffer
c587aeaf3a
test_async_rate_limit
2025-11-15 10:34:24 -08:00
Ishaan Jaffer
c2df54a8f0
proxy_pass_through_endpoint_tests
2025-11-15 10:28:24 -08:00
Ishaan Jaffer
abe3fcc7e7
test_ui_view_spend_logs_with_team_id
2025-11-15 10:12:47 -08:00
Ishaan Jaffer
90c8233fa3
fix pt tests
2025-11-15 10:04:18 -08:00
Ishaan Jaffer
20c27b117a
fix qa check
2025-11-15 09:55:21 -08:00
Ishaan Jaffer
ceaaadeb8f
fix debug logging
2025-11-15 09:50:09 -08:00
Ishaan Jaffer
95b1608970
test_get_valid_models_with_custom_llm_provider
2025-11-15 09:43:10 -08:00
Krrish Dholakia
70b8641822
build: bump migration
2025-11-15 09:34:50 -08:00
Ishaan Jaffer
666913f76d
test_async_call_with_key_over_model_budget
2025-11-15 09:26:29 -08:00
Ishaan Jaffer
be234e2a47
bump proxy extras
2025-11-15 09:22:26 -08:00
Ishaan Jaffer
a029c88cb9
bump litellm-proxy-extras
2025-11-15 09:11:47 -08:00
Ishaan Jaffer
8439fde7c1
bump litellm-proxy-extras
2025-11-15 09:11:34 -08:00
Ishaan Jaffer
7ee8a41cef
ruff check fix
2025-11-15 09:10:21 -08:00
yuneng-jiang and GitHub
9f45348bb2
Building UI for QA ( #16686 )
2025-11-15 09:03:29 -08:00
Ishaan Jaffer
0699430206
test logging tests + mcp server QA checks
2025-11-15 08:58:46 -08:00
Jorge Yero Salazar and GitHub
15a04681ff
Fix UI logos loading with SERVER_ROOT_PATH ( #16618 )
2025-11-14 19:38:50 -08:00