From 0fbc0d11cc561f793e5dd1842738cb119a07c0a7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 17:24:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E4=B8=AAwan2.6=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/cost_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cost_estimator.py b/app/cost_estimator.py index 64b465e..2334b31 100644 --- a/app/cost_estimator.py +++ b/app/cost_estimator.py @@ -75,7 +75,7 @@ def estimate_model_cost(model_id: str, total_frames: int, fps: int = 24) -> Dict Estimate cost for a specific model. Args: - model_id: Model identifier (e.g., wan2.6-t2v, doubao-seedance-2-0-260128) + model_id: Model identifier (e.g., wan2.7-t2v, doubao-seedance-2-0-260128) total_frames: Total frames to generate Returns: