{"record":{"id":"f4054ad852d6b65d","repo":"BerriAI/litellm","slug":"video-list-is-not-supported-by-google-veo-use-the","errorCode":null,"errorMessage":"Video list is not supported by Google Veo. Use the operations endpoint directly if you need to list operations.","messagePattern":"Video list is not supported by Google Veo\\. Use the operations endpoint directly if you need to list operations\\.","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/gemini/videos/transformation.py","lineNumber":514,"sourceCode":"        custom_llm_provider: str | None = None,\n    ) -> VideoObject:\n        \"\"\"Video remix is not supported.\"\"\"\n        raise NotImplementedError(\"Video remix is not supported by Google Veo.\")\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: dict[str, Any] | None = None,\n    ) -> tuple[str, dict]:\n        \"\"\"\n        Video list is not supported by Veo API.\n        \"\"\"\n        raise NotImplementedError(\n            \"Video list is not supported by Google Veo. \"\n            \"Use the operations endpoint directly if you need to list operations.\"\n        )\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        \"\"\"Video list is not supported.\"\"\"\n        raise NotImplementedError(\"Video list is not supported by Google Veo.\")\n\n    def transform_video_delete_request(\n        self,\n        video_id: str,\n        api_base: str,\n        litellm_params: GenericLiteLLMParams,","sourceCodeStart":496,"sourceCodeEnd":532,"githubUrl":"https://github.com/BerriAI/litellm/blob/6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d/litellm/llms/gemini/videos/transformation.py#L496-L532","documentation":"Error \"Video list is not supported by Google Veo. Use the operations endpoint directly if you need to list operations.\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/llms/gemini/videos/transformation.py:514 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Veo does not support video list; use the operations endpoint directly."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d","analyzedAt":"2026-08-15T07:12:03.035Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}