mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
feat(api-nodes-pricing): add Nano-Banana-2 prices (#6781)
## Summary Change pricing display for Nano Banana 1, and added pricing for Nano Banana 2. ## Screenshots (if applicable) <img width="2101" height="963" alt="image" src="https://github.com/user-attachments/assets/78c922c6-f6d8-47c3-afeb-adf28deb5542" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6781-feat-api-nodes-pricing-add-Nano-Banana-2-prices-2b16d73d3650810a8e8dde8f01ba9f02) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -1763,7 +1763,7 @@ describe('useNodePricing', () => {
|
||||
const node = createMockNode('GeminiImageNode')
|
||||
|
||||
const price = getNodeDisplayPrice(node)
|
||||
expect(price).toBe('$0.03 per 1K tokens')
|
||||
expect(price).toBe('~$0.039/Image (1K)')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user