mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
* docs: update docs * docs: additional cleanup * docs(index.md): add initial links * docs: more doc updates * docs(index.md): add more links * docs(files.md): add gemini files API to docs * docs(index.md): add more docs * docs: more docs * docs: update docs
1.3 KiB
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 |
|
|
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')} />