docs: update access control and load balancing documentation

This commit is contained in:
Teddy Amkie 2025-09-05 14:37:56 -07:00 committed by berri-teddy
parent 72b8db6484
commit 28545966f5
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Role-based access control (RBAC) is based on Organizations, Teams and Internal U
- `Organizations` are the top-level entities that contain Teams.
- `Team` - A Team is a collection of multiple `Internal Users`
- `Internal Users` - users that can create keys, make LLM API calls, view usage on LiteLLM
- `Internal Users` - users that can create keys, make LLM API calls, view usage on LiteLLM. Users can be on multiple teams.
- `Roles` define the permissions of an `Internal User`
- `Virtual Keys` - Keys are used for authentication to the LiteLLM API. Keys are tied to a `Internal User` and `Team`

View file

@ -123,9 +123,8 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \
]
}'
```
</TabItem>
</Tabs>
### Test - Loadbalancing