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
awaitclient.imageToVideo.create({ model:'gen4_turbo', promptImage:'https://example.com/assets/bunny.jpg', promptText:'The bunny is eating a carrot' }, {
129
+
awaitclient.imageToVideo.create({ model:'gen4_turbo', promptImage:'https://example.com/assets/bunny.jpg', ratio:'1280:720', promptText:'The bunny is eating a carrot' }, {
127
130
maxRetries:5,
128
131
});
129
132
```
@@ -140,7 +143,7 @@ const client = new RunwayML({
140
143
});
141
144
142
145
// Override per-request:
143
-
awaitclient.imageToVideo.create({ model: 'gen4_turbo', promptImage: 'https://example.com/assets/bunny.jpg', promptText: 'The bunny is eating a carrot' }, {
146
+
awaitclient.imageToVideo.create({ model: 'gen4_turbo', promptImage: 'https://example.com/assets/bunny.jpg', ratio: '1280:720', promptText: 'The bunny is eating a carrot' }, {
0 commit comments