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.