I have an issue with referring image and video to generate videos using gemini-omni-flash-preview.
This have been working for weeks but suddenly it stopped working today.
Environment:
- Model: gemini-omni-flash-preview
- API: Gemini API with API key
- SDK: google-genAI, Python 3.12
- Task: edit an uploaded MP4 and return a video
What works
- Editing video with just text prompts works
What fails
- Editing video with text and images does not work
Error
- BadRequestError: Error code: 400
- “message”: “Request contains an invalid argument.”, “code”: “invalid_request”
Could someone check whether the video editing feature is still been supported?