diff --git a/app/Services/Video/GeminiScriptService.php b/app/Services/Video/GeminiScriptService.php index f2da6a40..bd831858 100644 --- a/app/Services/Video/GeminiScriptService.php +++ b/app/Services/Video/GeminiScriptService.php @@ -125,7 +125,7 @@ private function callGemini(string $prompt): ?string } try { - $model = $this->config->model ?: 'gemini-2.5-flash'; + $model = $this->config->model ?: 'gemini-3.0-flash'; $body = [ 'contents' => [ [ diff --git a/resources/views/video/veo3/index.blade.php b/resources/views/video/veo3/index.blade.php index 5e550ee2..fc03ed43 100644 --- a/resources/views/video/veo3/index.blade.php +++ b/resources/views/video/veo3/index.blade.php @@ -4,14 +4,39 @@ @push('styles') @@ -146,8 +171,15 @@ className="bg-indigo-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-in className={`title-option ${selectedIdx === i ? 'selected' : ''}`} onClick={() => setSelectedIdx(i)} > -
키워드 하나로 AI가 YouTube Shorts 영상을 자동 생성합니다
-Gemini 2.5 Flash + Veo 3.1 + Google TTS
+Gemini 3.0 Flash + Veo 3.1 + Google TTS