mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 13s
Fixing irritating typo -- page and image names would also need to be updated
710 B
710 B
import Image from '@theme/IdealImage';
User Management Hierarchy
<Image img={require('../../img/litellm_user_heirarchy.png')} style={{ width: '100%', maxWidth: '4000px' }} />
LiteLLM supports a hierarchy of users, teams, organizations, and budgets.
- Organizations can have multiple teams. API Reference
- Teams can have multiple users. API Reference
- Users can have multiple keys. API Reference
- Keys can belong to either a team or a user. API Reference