You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ModelFamily.capabilities(model_id)`|`dict[str,bool]`| Open WebUI capability checkboxes for UI affordances. |
145
145
|`ModelFamily.supported_parameters(model_id)`|`frozenset[str]`| Provider-supported request parameter set (used for reasoning compatibility decisions). |
146
146
|`ModelFamily.max_completion_tokens(model_id)`|`int \| None`| Provider-advertised max completion tokens, used when `USE_MODEL_MAX_OUTPUT_TOKENS=True`. |
147
-
|`OpenRouterModelRegistry.api_model_id(model_id)`| provider slug or `None`| Maps the normalized/sanitized model ID back to the provider’s original ID for outbound API calls. |
147
+
|`OpenRouterModelRegistry.api_model_id(model_id)`| provider slug, reconstructed non-catalog slug, or `None`| Maps the normalized/sanitized model ID back to the provider’s original ID for outbound API calls. |
0 commit comments