feat(api-nodes): enable Kling 3.0 Motion Control (#12785)

This commit is contained in:
Alexander Piskun
2026-03-05 17:12:38 +02:00
committed by GitHub
parent bd21363563
commit 9cdfd7403b
2 changed files with 4 additions and 0 deletions

View File

@@ -148,3 +148,4 @@ class MotionControlRequest(BaseModel):
keep_original_sound: str = Field(...)
character_orientation: str = Field(...)
mode: str = Field(..., description="'pro' or 'std'")
model_name: str = Field(...)