litellm-mirror/docs/my-website/release_notes/v1.65.0/index.md
2025-03-27 12:14:29 -07:00

1.3 KiB

title slug date authors tags hide_table_of_contents
v1.65.0 - Team Model Add - update v1.65.0 2025-03-28T10:00:00
name title url image_url
Krrish Dholakia CEO, LiteLLM https://www.linkedin.com/in/krish-d/ 1737327772
name title url image_url
Ishaan Jaffer CTO, LiteLLM https://www.linkedin.com/in/reffajnaahsi/ https://pbs.twimg.com/profile_images/1613813310264340481/lz54oEiB_400x400.jpg
management endpoints
team models
ui
false

import Image from '@theme/IdealImage';

v1.65.0 updates the /model/new endpoint to prevent non-team admins from creating team models.

This means that only proxy admins or team admins can create team models.

Additional Changes

  • Allows team admins to call /model/update to update team models.
  • Allows team admins to call /model/delete to delete team models.
  • Introduces new user_models_only param to /v2/model/info - only return models added by this user.

These changes enable team admins to add and manage models for their team on the LiteLLM UI + API.

<Image img={require('../../img/release_notes/team_model_add.png')} />