mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
added spend tags
This commit is contained in:
parent
b8fdbd479b
commit
2674c49283
1 changed files with 6 additions and 3 deletions
|
|
@ -5,6 +5,12 @@ This is useful for
|
|||
- Implementing free / paid tiers for users
|
||||
- Controlling model access per team, example Team A can access gpt-4 deployment A, Team B can access gpt-4 deployment B (LLM Access Control For Teams )
|
||||
|
||||
:::info
|
||||
## See here for spend tags
|
||||
- [Track spend per tag](cost_tracking#-custom-tags)
|
||||
- [Setup Budgets per Virtual Key, Team](users)
|
||||
:::
|
||||
|
||||
## Quick Start
|
||||
|
||||
### 1. Define tags on config.yaml
|
||||
|
|
@ -324,7 +330,4 @@ Here's how to set up and use team-based tag routing using curl commands:
|
|||
|
||||
By following these steps and using these curl commands, you can implement and test team-based tag routing in your LiteLLM Proxy setup, ensuring that different teams are routed to the appropriate models or deployments based on their assigned tags.
|
||||
|
||||
## Other Tag Based Features
|
||||
- [Track spend per tag](cost_tracking#-custom-tags)
|
||||
- [Setup Budgets per Virtual Key, Team](users)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue