{"record":{"id":"68268726dfb8de1e","repo":"BerriAI/litellm","slug":"video-listing-is-not-yet-supported-by-runwayml-api","errorCode":null,"errorMessage":"Video listing is not yet supported by RunwayML API","messagePattern":"Video listing is not yet supported by RunwayML API","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/runwayml/videos/transformation.py","lineNumber":483,"sourceCode":"        \"\"\"Transform the RunwayML video remix response.\"\"\"\n        raise NotImplementedError(\"Video remix is not yet supported by RunwayML API\")\n\n    def transform_video_list_request(\n        self,\n        api_base: str,\n        litellm_params: GenericLiteLLMParams,\n        headers: dict,\n        after: str | None = None,\n        limit: int | None = None,\n        order: str | None = None,\n        extra_query: Mapping[str, object] | None = None,\n    ) -> tuple[str, dict]:\n        \"\"\"\n        Transform the video list request for RunwayML API.\n\n        RunwayML doesn't expose a list endpoint in their public API yet.\n        \"\"\"\n        raise NotImplementedError(\"Video listing is not yet supported by RunwayML API\")\n\n    def transform_video_list_response(\n        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n        custom_llm_provider: str | None = None,\n    ) -> dict[str, str]:\n        \"\"\"Transform the RunwayML video list response.\"\"\"\n        raise NotImplementedError(\"Video listing is not yet supported by RunwayML API\")\n\n    def transform_video_delete_request(\n        self,\n        video_id: str,\n        api_base: str,\n        litellm_params: GenericLiteLLMParams,\n        headers: dict,\n    ) -> tuple[str, dict]:\n        \"\"\"","sourceCodeStart":465,"sourceCodeEnd":501,"githubUrl":"https://github.com/BerriAI/litellm/blob/77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8/litellm/llms/runwayml/videos/transformation.py#L465-L501","documentation":"Capability stub in the RunwayML video config: RunwayML exposes no video list endpoint, so transform_video_list_request raises NotImplementedError rather than issuing a request that would 404.","triggerScenarios":"Triggered when attempting to list videos, which the RunwayML API does not support.","commonSituations":"See trigger scenarios.","solutions":["Do not call video listing for RunwayML; track task ids yourself."],"exampleFix":"# store returned task ids and query them individually.","handlingStrategy":"fallback","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-14T05:17:10.506Z"}