Skip to content

Commit aa212be

Browse files
authored
add pricing for WanImageToImageApi node (#5829)
## Summary Currently the price is constant. ## Screenshots (if applicable) <img width="452" height="380" alt="Screenshot From 2025-09-28 18-01-47" src="https://github.com/user-attachments/assets/b9026be9-ef88-417f-aaca-b5a29eb23c55" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5829-add-pricing-for-WanImageToImageApi-node-27c6d73d36508137b1baf75c0031f172) by [Unito](https://www.unito.io)
1 parent a2c7db9 commit aa212be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/composables/node/useNodePricing.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,9 @@ const apiNodeCosts: Record<string, { displayPrice: string | PricingFunction }> =
16131613
},
16141614
WanTextToImageApi: {
16151615
displayPrice: '$0.03/Run'
1616+
},
1617+
WanImageToImageApi: {
1618+
displayPrice: '$0.03/Run'
16161619
}
16171620
}
16181621

0 commit comments

Comments
 (0)