{"record":{"id":"3cd843eaf4d8c252","repo":"BerriAI/litellm","slug":"video-remix-is-not-yet-supported-by-runwayml-api","errorCode":null,"errorMessage":"Video remix is not yet supported by RunwayML API","messagePattern":"Video remix is not yet supported by RunwayML API","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/runwayml/videos/transformation.py","lineNumber":457,"sourceCode":"\n        return video_response.content\n\n    def transform_video_remix_request(\n        self,\n        video_id: str,\n        prompt: str,\n        api_base: str,\n        litellm_params: GenericLiteLLMParams,\n        headers: dict,\n        extra_body: Mapping[str, object] | None = None,\n    ) -> tuple[str, dict]:\n        \"\"\"\n        Transform the video remix request for RunwayML API.\n\n        RunwayML doesn't have a direct remix endpoint in their current API.\n        This would need to be implemented when/if they add this feature.\n        \"\"\"\n        raise NotImplementedError(\"Video remix is not yet supported by RunwayML API\")\n\n    def transform_video_remix_response(\n        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n        custom_llm_provider: str | None = None,\n    ) -> VideoObject:\n        \"\"\"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,","sourceCodeStart":439,"sourceCodeEnd":475,"githubUrl":"https://github.com/BerriAI/litellm/blob/77b7c6c40c0c5aa5fbcb1d6a1825ac39ca8829b8/litellm/llms/runwayml/videos/transformation.py#L439-L475","documentation":"Capability stub in the RunwayML video config: RunwayML's API has no remix endpoint, so transform_video_remix_request deliberately raises NotImplementedError for any remix call routed to this provider.","triggerScenarios":"Triggered when attempting a video remix operation, which the RunwayML API does not support.","commonSituations":"See trigger scenarios.","solutions":["Do not call video remix for RunwayML; the API does not support it.","Use video generation instead."],"exampleFix":"# use litellm video generation rather than remix for runwayml.","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-14T00:17:10.932Z"}