added spend tags

This commit is contained in:
mubashir1osmani 2025-09-06 21:59:45 -04:00
parent b8fdbd479b
commit 2674c49283

View file

@ -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)