What's Changed
- [Feat] /key/generate - create keys with
team_id
by @ishaan-jaff in #1500
Setteam_id
when creating users, keys
docs: https://docs.litellm.ai/docs/proxy/virtual_keys#request
curl 'http://0.0.0.0:8000/key/generate' \
--header 'Authorization: Bearer <your-master-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"models": ["gpt-3.5-turbo", "gpt-4", "claude-2"],
"team_id": "core-infra"
}'
- (fix) read azure ad token from optional params extra body by @krrishdholakia in e0aaa94
Full Changelog: v1.18.2...v1.18.3