mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
#41515 added the cost map entry transcribe/StartTranscriptionJob under a new litellm_provider value "transcribe" without registering that provider anywhere else, so litellm.models_by_provider had no "transcribe" key. test_models_by_provider derives its provider set from the cost map itself, so it went red on main. The user-visible half is that get_provider_models returned None for the provider, which get_known_models_from_wildcard turns into an empty list, leaving a transcribe/* key or team grant resolving to no models. Mirror the aws_polly registration: an enum member, a model set, an ingestion branch, and a models_by_provider entry. Amazon Transcribe is reached through the pass-through route rather than the Add Model form, so it joins the frozen unlisted set the Add Model drift test tracks. |
||
|---|---|---|
| .. | ||
| public_v1 | ||
| test_public_endpoints.py | ||