79739817

Date: 2025-08-19 11:14:43
Score: 0.5
Natty:
Report link

At the moment, the high-level gemini_model.generate_content method in the Vertex AI Python SDK doesn’t provide a built-in way to set fps metadata when using Part.from_uri(). However, the underlying Vertex API does support videoMetadata.fps if you construct the request manually or via the REST API. Until then, you'll need to choose between switching to a lower-level approach or waiting for a future SDK update. You can also submit a feature request to Google Cloud.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: shiro