mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 21:04:10 +00:00
792ee079c2
* 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
| 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/updateto update team models. - Allows team admins to call
/model/deleteto delete team models. - Introduces new
user_models_onlyparam 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')} />