PROVIDER_PREFIX_STRIPS: dict[str, tuple[str, ...]] = {'fireworks': FIREWORKS_MODEL_ID_PREFIXES}Some providers (e.g. Fireworks) require fully-qualified IDs like
accounts/fireworks/models/... or accounts/fireworks/routers/... that crowd
out the rest of the status bar; strip the registered prefixes before display.