feat: expand novel IP and production workflows

This commit is contained in:
www
2026-09-18 08:14:05 +02:00
parent b2ae4600b4
commit d9c81a3ac0
235 changed files with 117971 additions and 2721 deletions
@@ -0,0 +1,11 @@
UPDATE `provider_configs`
SET `cost_rule_json` = JSON_SET(
`cost_rule_json`,
'$.price_per_second', 0.9936,
'$.currency', 'CNY',
'$.max_cost_per_call', 20,
'$.daily_cost_limit', 500,
'$.note', '按火山方舟公开价格估算:720p、24fps、无视频输入约 46 元/百万 token,即约 0.9936 元/秒;最终以账单为准。'
)
WHERE `provider_type` = 'VideoProvider'
AND `provider_code` IN ('volcengine_seedance_20_fast', 'volcengine_seedance_20');