input.video:
Local paths are relative to your process’s working directory. Both
create() and
submit() upload and validate a local file automatically. A URL must point directly
to a downloadable video without authentication; keep it accessible until the evaluation finishes.
Requirements
- MP4 container with H.264/AVC video.
- Up to 15 seconds and 50 MiB (52,428,800 bytes).
- Optional prompt, up to 2,500 characters. With a prompt, Galileo checks visual glitches and prompt alignment; without one, it checks visual glitches only.
Reuse an upload
Upload once when you want to evaluate the same video with different prompts. The upload call waits for validation; reuse the ID when its status isready.
The examples below use the client from the Quickstart.
- Python
- TypeScript