@@ -377,7 +377,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
377377 capabilities : {
378378 temperature : { min : 0 , max : 1 } ,
379379 nativeStructuredOutputs : true ,
380- maxOutputTokens : { max : 32000 , default : 8192 } ,
380+ maxOutputTokens : { max : 64000 , default : 8192 } ,
381381 thinking : {
382382 levels : [ 'low' , 'medium' , 'high' ] ,
383383 default : 'high' ,
@@ -395,7 +395,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
395395 } ,
396396 capabilities : {
397397 temperature : { min : 0 , max : 1 } ,
398- maxOutputTokens : { max : 32000 , default : 8192 } ,
398+ maxOutputTokens : { max : 64000 , default : 8192 } ,
399399 thinking : {
400400 levels : [ 'low' , 'medium' , 'high' ] ,
401401 default : 'high' ,
@@ -800,7 +800,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
800800 capabilities : {
801801 temperature : { min : 0 , max : 1 } ,
802802 nativeStructuredOutputs : true ,
803- maxOutputTokens : { max : 32000 , default : 8192 } ,
803+ maxOutputTokens : { max : 64000 , default : 8192 } ,
804804 thinking : {
805805 levels : [ 'low' , 'medium' , 'high' ] ,
806806 default : 'high' ,
0 commit comments