Skip to content

Commit c78d03d

Browse files
authored
api_nodes: added prices for Vidu Video nodes (#5035)
1 parent 65785af commit c78d03d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/composables/node/useNodePricing.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,18 @@ const apiNodeCosts: Record<string, { displayPrice: string | PricingFunction }> =
13711371
}
13721372
return 'Token-based'
13731373
}
1374+
},
1375+
ViduTextToVideoNode: {
1376+
displayPrice: '$0.4/Run'
1377+
},
1378+
ViduImageToVideoNode: {
1379+
displayPrice: '$0.4/Run'
1380+
},
1381+
ViduReferenceVideoNode: {
1382+
displayPrice: '$0.4/Run'
1383+
},
1384+
ViduStartEndToVideoNode: {
1385+
displayPrice: '$0.4/Run'
13741386
}
13751387
}
13761388

0 commit comments

Comments
 (0)