{"record":{"id":"4102ab885116926f","repo":"BerriAI/litellm","slug":"video-create-character-is-not-supported-for-gemini","errorCode":null,"errorMessage":"video create character is not supported for Gemini","messagePattern":"video create character is not supported for Gemini","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/gemini/videos/transformation.py","lineNumber":551,"sourceCode":"        headers: dict,\n    ) -> tuple[str, dict]:\n        \"\"\"\n        Video delete is not supported by Veo API.\n        \"\"\"\n        raise NotImplementedError(\n            \"Video delete is not supported by Google Veo. Videos are automatically cleaned up by Google.\"\n        )\n\n    def transform_video_delete_response(\n        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n    ) -> VideoObject:\n        \"\"\"Video delete is not supported.\"\"\"\n        raise NotImplementedError(\"Video delete is not supported by Google Veo.\")\n\n    def transform_video_create_character_request(self, name, video, api_base, litellm_params, headers):\n        raise NotImplementedError(\"video create character is not supported for Gemini\")\n\n    def transform_video_create_character_response(self, raw_response, logging_obj):\n        raise NotImplementedError(\"video create character is not supported for Gemini\")\n\n    def transform_video_get_character_request(self, character_id, api_base, litellm_params, headers):\n        raise NotImplementedError(\"video get character is not supported for Gemini\")\n\n    def transform_video_get_character_response(self, raw_response, logging_obj):\n        raise NotImplementedError(\"video get character is not supported for Gemini\")\n\n    def transform_video_edit_request(\n        self,\n        prompt,\n        video_id,\n        api_base,\n        litellm_params,\n        headers,\n        extra_body=None,","sourceCodeStart":533,"sourceCodeEnd":569,"githubUrl":"https://github.com/BerriAI/litellm/blob/6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d/litellm/llms/gemini/videos/transformation.py#L533-L569","documentation":"Error \"video create character is not supported for Gemini\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/llms/gemini/videos/transformation.py:551 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Gemini does not support video create character."],"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-15T17:31:12.345Z"}