Skip to content

Commit bcda975

Browse files
author
OpenRouter SDK Bot
committed
chore: update OpenAPI spec [sdk-bot]
1 parent 1d8e79b commit bcda975

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4990,6 +4990,13 @@ components:
49904990
example:
49914991
url: 'https://example.com/video.mp4'
49924992
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'
49935000
url:
49945001
description: 'URL of the video (data: URLs supported)'
49955002
type: 'string'
@@ -11639,6 +11646,13 @@ components:
1163911646
type: 'input_video'
1164011647
video_url: 'https://example.com/video.mp4'
1164111648
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'
1164211656
type:
1164311657
enum:
1164411658
- 'input_video'
@@ -11810,6 +11824,13 @@ components:
1181011824
example:
1181111825
url: 'https://example.com/video.mp4'
1181211826
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'
1181311834
url:
1181411835
description: 'URL of the video (data: URLs supported)'
1181511836
type: 'string'
@@ -27946,6 +27967,16 @@ paths:
2794627967
schema:
2794727968
$ref: '#/components/schemas/PaymentRequiredResponse'
2794827969
description: 'Payment Required - Insufficient credits or quota to complete request'
27970+
'403':
27971+
content:
27972+
application/json:
27973+
example:
27974+
error:
27975+
code: 403
27976+
message: 'Only management keys can perform this operation'
27977+
schema:
27978+
$ref: '#/components/schemas/ForbiddenResponse'
27979+
description: 'Forbidden - Authentication successful but insufficient permissions'
2794927980
'404':
2795027981
content:
2795127982
application/json:
@@ -28130,6 +28161,16 @@ paths:
2813028161
schema:
2813128162
$ref: '#/components/schemas/PaymentRequiredResponse'
2813228163
description: 'Payment Required - Insufficient credits or quota to complete request'
28164+
'403':
28165+
content:
28166+
application/json:
28167+
example:
28168+
error:
28169+
code: 403
28170+
message: 'Only management keys can perform this operation'
28171+
schema:
28172+
$ref: '#/components/schemas/ForbiddenResponse'
28173+
description: 'Forbidden - Authentication successful but insufficient permissions'
2813328174
'404':
2813428175
content:
2813528176
application/json:
@@ -30804,6 +30845,16 @@ paths:
3080430845
schema:
3080530846
$ref: '#/components/schemas/PaymentRequiredResponse'
3080630847
description: 'Payment Required - Insufficient credits or quota to complete request'
30848+
'403':
30849+
content:
30850+
application/json:
30851+
example:
30852+
error:
30853+
code: 403
30854+
message: 'Only management keys can perform this operation'
30855+
schema:
30856+
$ref: '#/components/schemas/ForbiddenResponse'
30857+
description: 'Forbidden - Authentication successful but insufficient permissions'
3080730858
'404':
3080830859
content:
3080930860
application/json:
@@ -38256,6 +38307,16 @@ paths:
3825638307
schema:
3825738308
$ref: '#/components/schemas/PaymentRequiredResponse'
3825838309
description: 'Payment Required - Insufficient credits or quota to complete request'
38310+
'403':
38311+
content:
38312+
application/json:
38313+
example:
38314+
error:
38315+
code: 403
38316+
message: 'Only management keys can perform this operation'
38317+
schema:
38318+
$ref: '#/components/schemas/ForbiddenResponse'
38319+
description: 'Forbidden - Authentication successful but insufficient permissions'
3825938320
'404':
3826038321
content:
3826138322
application/json:
@@ -39081,6 +39142,16 @@ paths:
3908139142
schema:
3908239143
$ref: '#/components/schemas/PaymentRequiredResponse'
3908339144
description: 'Payment Required - Insufficient credits or quota to complete request'
39145+
'403':
39146+
content:
39147+
application/json:
39148+
example:
39149+
error:
39150+
code: 403
39151+
message: 'Only management keys can perform this operation'
39152+
schema:
39153+
$ref: '#/components/schemas/ForbiddenResponse'
39154+
description: 'Forbidden - Authentication successful but insufficient permissions'
3908439155
'404':
3908539156
content:
3908639157
application/json:
@@ -39163,6 +39234,16 @@ paths:
3916339234
schema:
3916439235
$ref: '#/components/schemas/UnauthorizedResponse'
3916539236
description: 'Unauthorized - Authentication required or invalid credentials'
39237+
'403':
39238+
content:
39239+
application/json:
39240+
example:
39241+
error:
39242+
code: 403
39243+
message: 'Only management keys can perform this operation'
39244+
schema:
39245+
$ref: '#/components/schemas/ForbiddenResponse'
39246+
description: 'Forbidden - Authentication successful but insufficient permissions'
3916639247
'404':
3916739248
content:
3916839249
application/json:
@@ -39238,6 +39319,16 @@ paths:
3923839319
schema:
3923939320
$ref: '#/components/schemas/UnauthorizedResponse'
3924039321
description: 'Unauthorized - Authentication required or invalid credentials'
39322+
'403':
39323+
content:
39324+
application/json:
39325+
example:
39326+
error:
39327+
code: 403
39328+
message: 'Only management keys can perform this operation'
39329+
schema:
39330+
$ref: '#/components/schemas/ForbiddenResponse'
39331+
description: 'Forbidden - Authentication successful but insufficient permissions'
3924139332
'404':
3924239333
content:
3924339334
application/json:

0 commit comments

Comments
 (0)