File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed
ai-proxy-advanced/examples Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ title : ' Video generation route'
2+ description : ' Configure a video generation route using OpenAI Sora 2 model.'
3+ extended_description : |
4+ {% new_in 3.13 %} Configure a video generation route using OpenAI Sora 2 model.
5+
6+ weight : 900
7+
8+ min_version :
9+ gateway : ' 3.13'
10+
11+ requirements :
12+ - OpenAI account
13+
14+ config :
15+ genai_category : video/generation
16+ targets :
17+ - route_type : video/v1/videos/generations
18+ auth :
19+ header_name : Authorization
20+ header_value : Bearer ${key}
21+ model :
22+ provider : openai
23+ name : sora-2
24+ options :
25+ seconds : 4
26+ size : 720x1280
27+
28+ variables :
29+ key :
30+ value : $OPENAI_API_KEY
31+ description : The API key to use to connect to OpenAI.
32+
33+ tools :
34+ - deck
35+ - admin-api
36+ - konnect-api
37+ - kic
38+ - terraform
39+
40+ group : multimodal-open-ai
Original file line number Diff line number Diff line change 1+ title : ' Video generation route'
2+ description : ' Configure a video generation route using OpenAI Sora 2 model.'
3+ extended_description : |
4+ {% new_in 3.13 %} Configure a video generation route using OpenAI Sora 2 model.
5+
6+ weight : 900
7+
8+ min_version :
9+ gateway : ' 3.13'
10+
11+ requirements :
12+ - OpenAI account
13+
14+ config :
15+ route_type : video/v1/videos/generations
16+ genai_category : video/generation
17+ auth :
18+ header_name : Authorization
19+ header_value : Bearer ${key}
20+ model :
21+ provider : openai
22+ name : sora-2
23+ options :
24+ seconds : 4
25+ size : 720x1280
26+
27+ variables :
28+ key :
29+ value : $OPENAI_API_KEY
30+ description : The API key to use to connect to OpenAI.
31+
32+ tools :
33+ - deck
34+ - admin-api
35+ - konnect-api
36+ - kic
37+ - terraform
38+
39+ group : multimodal-open-ai
You can’t perform that action at this time.
0 commit comments