{"record":{"id":"c2537819793fc31d","repo":"BerriAI/litellm","slug":"video-status-is-not-supported-for-custom-llm-prov","errorCode":null,"errorMessage":"video status is not supported for {custom_llm_provider}","messagePattern":"video status is not supported for (.+?)","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"litellm/videos/main.py","lineNumber":1035,"sourceCode":"            response: Final = VideoObject(**mock_response)\n            return response\n\n        # Try to decode provider from video_id if not explicitly provided\n        if custom_llm_provider is None:\n            decoded: Final = decode_video_id_with_provider(video_id)\n            custom_llm_provider = decoded.get(\"custom_llm_provider\") or \"openai\"\n\n        # get llm provider logic\n        litellm_params: Final = GenericLiteLLMParams(**kwargs)\n\n        # get provider config\n        video_status_provider_config: Final[BaseVideoConfig | None] = ProviderConfigManager.get_provider_video_config(\n            model=None,\n            provider=litellm.LlmProviders(custom_llm_provider),\n        )\n\n        if video_status_provider_config is None:\n            raise ValueError(f\"video status is not supported for {custom_llm_provider}\")\n\n        local_vars.update(kwargs)\n        # For video status, we need the video_id\n        video_status_request_params: Final[dict] = {\n            \"video_id\": video_id,\n        }\n\n        # Pre Call logging\n        litellm_logging_obj.update_from_kwargs(\n            kwargs=kwargs,\n            model=\"\",\n            user=kwargs.get(\"user\"),\n            optional_params=dict(video_status_request_params),\n            litellm_params={\n                \"litellm_call_id\": litellm_call_id,\n                **video_status_request_params,\n            },\n            custom_llm_provider=custom_llm_provider,","sourceCodeStart":1017,"sourceCodeEnd":1053,"githubUrl":"https://github.com/BerriAI/litellm/blob/77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8/litellm/videos/main.py#L1017-L1053","documentation":"Provider-support check when getting video status: the provider resolved from the video_id has no status-polling implementation, so the job status cannot be queried for that provider.","triggerScenarios":"Thrown at litellm/videos/main.py:1035 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use a provider that supports video status polling, or implement it in a custom provider wrapper for {custom_llm_provider}."],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8","analyzedAt":"2026-08-18T11:44:31.656Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}