Skip to content

Commit d7defda

Browse files
committed
Add also the pro TTS model
1 parent a75e20e commit d7defda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/platform/src/Bridge/Gemini/ModelCatalog.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ public function __construct(array $additionalModels = [])
154154
Capability::TEXT_TO_SPEECH,
155155
],
156156
],
157+
'gemini-2.5-pro-preview-tts' => [
158+
'class' => Gemini::class,
159+
'capabilities' => [
160+
Capability::INPUT_MESSAGES,
161+
Capability::OUTPUT_AUDIO,
162+
Capability::TEXT_TO_SPEECH,
163+
],
164+
],
157165
'gemini-embedding-exp-03-07' => [
158166
'class' => Embeddings::class,
159167
'capabilities' => [Capability::INPUT_MULTIPLE],

0 commit comments

Comments
 (0)