"frontend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "4790aced1571e25f05d52be091f8a4b10943e6b8"
feat: channel token pricing takes priority over per-image billing
When ImageCount > 0, check if channel has token pricing configured: - YES (source=channel, mode=token) → use token billing with image_output_tokens - NO → fall back to CalculateImageCost (original per-image billing) This allows channels to configure $/MTok pricing for image generation models while maintaining backward compatibility for setups without channel pricing.
Please register or sign in to comment