Files
litellm/tests/test_litellm/proxy
Zhenting HuangandGitHub c845c334b4 fix(proxy): add model_ids param to access group endpoints for precise deployment tagging (#21655)
POST /access_group/new and PUT /access_group/{name}/update now accept an
optional model_ids list that targets specific deployments by their unique
model_id, instead of tagging every deployment that shares a model_name.

When model_ids is provided it takes priority over model_names, giving
API callers the same single-deployment precision that the UI already has
via PATCH /model/{model_id}/update.

Backward compatible: model_names continues to work as before.

Closes #21544
2026-02-21 00:39:57 -08:00
..
2026-02-13 22:01:28 -08:00
2026-02-18 16:58:38 -08:00
2026-01-31 12:25:04 -08:00
2026-02-12 17:54:32 -08:00