You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/in.openapi.yaml
+91Lines changed: 91 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4990,6 +4990,13 @@ components:
4990
4990
example:
4991
4991
url: 'https://example.com/video.mp4'
4992
4992
properties:
4993
+
processing:
4994
+
description: 'Video processing mode. `agentic` enables agentic video processing and `static` forces fixed-rate frame sampling on providers that support it (currently Google Gemini).'
4995
+
enum:
4996
+
- 'agentic'
4997
+
- 'static'
4998
+
example: 'agentic'
4999
+
type: 'string'
4993
5000
url:
4994
5001
description: 'URL of the video (data: URLs supported)'
4995
5002
type: 'string'
@@ -11639,6 +11646,13 @@ components:
11639
11646
type: 'input_video'
11640
11647
video_url: 'https://example.com/video.mp4'
11641
11648
properties:
11649
+
processing:
11650
+
description: 'Video processing mode. `agentic` enables agentic video processing and `static` forces fixed-rate frame sampling on providers that support it (currently Google Gemini).'
11651
+
enum:
11652
+
- 'agentic'
11653
+
- 'static'
11654
+
example: 'agentic'
11655
+
type: 'string'
11642
11656
type:
11643
11657
enum:
11644
11658
- 'input_video'
@@ -11810,6 +11824,13 @@ components:
11810
11824
example:
11811
11825
url: 'https://example.com/video.mp4'
11812
11826
properties:
11827
+
processing:
11828
+
description: 'Video processing mode. `agentic` enables agentic video processing and `static` forces fixed-rate frame sampling on providers that support it (currently Google Gemini).'
11829
+
enum:
11830
+
- 'agentic'
11831
+
- 'static'
11832
+
example: 'agentic'
11833
+
type: 'string'
11813
11834
url:
11814
11835
description: 'URL of the video (data: URLs supported)'
0 commit comments