We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75e20e commit d7defdaCopy full SHA for d7defda
src/platform/src/Bridge/Gemini/ModelCatalog.php
@@ -154,6 +154,14 @@ public function __construct(array $additionalModels = [])
154
Capability::TEXT_TO_SPEECH,
155
],
156
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
165
'gemini-embedding-exp-03-07' => [
166
'class' => Embeddings::class,
167
'capabilities' => [Capability::INPUT_MULTIPLE],
0 commit comments