|
|
@@ -2228,7 +2228,7 @@ class AIVideoGenerationService
|
|
|
'api_type' => 'zzengine',
|
|
|
'extra_params' => [
|
|
|
'task_type' => 'video',
|
|
|
- 'model_code' => $params['model_code'] ?? 'zhizhen-20',
|
|
|
+ 'model_code' => $params['model_code'] ?? 'zhizhen-20-mini',
|
|
|
'callback_url' => $params['callback_url'] ?? '',
|
|
|
'video_duration' => $params['video_duration'] ?? 5,
|
|
|
'video_ratio' => $params['video_ratio'] ?? '9:16',
|
|
|
@@ -2268,7 +2268,7 @@ class AIVideoGenerationService
|
|
|
// 构建统一API请求参数
|
|
|
$apiParams = [
|
|
|
'task_type' => 'video',
|
|
|
- 'model_code' => $extraParams['model_code'] ?? 'zhizhen-20',
|
|
|
+ 'model_code' => $extraParams['model_code'] ?? 'zhizhen-20-mini',
|
|
|
'prompt' => $task->prompt,
|
|
|
'video_duration' => $extraParams['video_duration'] ?? 5,
|
|
|
'video_resolution' => $task->video_resolution,
|