Skip to content

Commit 63555f5

Browse files
committed
feat(google): enable reasoning option for flash preview
1 parent e6e72f4 commit 63555f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/models/src/models/google.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export const googleModels = [
205205
requestPrice: 0,
206206
contextSize: 1000000,
207207
maxOutput: undefined,
208+
reasoning: true,
208209
streaming: true,
209210
vision: true,
210211
tools: true,
@@ -220,6 +221,7 @@ export const googleModels = [
220221
requestPrice: 0,
221222
contextSize: 1000000,
222223
maxOutput: undefined,
224+
reasoning: true,
223225
streaming: true,
224226
vision: true,
225227
tools: true,

0 commit comments

Comments
 (0)