litellm/litellm
Krish Dholakia cec7e4941a
UI QA Fixes - prevent team model reset on model add + return team-only models on /v2/model/info + render team member budget correctly (#12144)
* fix(team_endpoints.py): prevent overwriting current list of team models on new model add

* fix(networking.tsx): fix default proxy base url

* fix(proxy_server.py): include team only models when retrieving all deployments on `/v2/model/info` helper util

ensures team only models are shown to user

* fix(router.py): check model name by team public model name when team id given

Fixes issue where team member could not see team only models when clicking into that team on `Models + Endpoints`

* fix(team_member_view.tsx): fix rendering team member budget, when budget is set

* test: update tests

* test: update unit test
2025-06-28 22:04:49 -07:00
..
anthropic_interface
assistants
batch_completion
batches
caching
completion_extras
endpoints/speech/speech_to_completion_bridge
experimental_mcp_client
files
fine_tuning
google_genai /v1/messages - Remove hardcoded model name on streaming + Tags - enable setting custom header tags (#12131) 2025-06-28 21:49:35 -07:00
images
integrations [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
litellm_core_utils /v1/messages - Remove hardcoded model name on streaming + Tags - enable setting custom header tags (#12131) 2025-06-28 21:49:35 -07:00
llms /v1/messages - Remove hardcoded model name on streaming + Tags - enable setting custom header tags (#12131) 2025-06-28 21:49:35 -07:00
passthrough
proxy UI QA Fixes - prevent team model reset on model add + return team-only models on /v2/model/info + render team member budget correctly (#12144) 2025-06-28 22:04:49 -07:00
realtime_api
rerank_api
responses
router_strategy
router_utils
secret_managers [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
types [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
vector_stores
__init__.py /v1/messages - Remove hardcoded model name on streaming + Tags - enable setting custom header tags (#12131) 2025-06-28 21:49:35 -07:00
_logging.py
_redis.py
_service_logger.py [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
_version.py
budget_manager.py
constants.py
cost_calculator.py
cost.json
exceptions.py
main.py
model_prices_and_context_window_backup.json
mypy.ini
py.typed
router.py UI QA Fixes - prevent team model reset on model add + return team-only models on /v2/model/info + render team member budget correctly (#12144) 2025-06-28 22:04:49 -07:00
scheduler.py
timeout.py
utils.py