@@ -619,7 +619,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
619619 capabilities : {
620620 temperature : { min : 0 , max : 1 } ,
621621 nativeStructuredOutputs : true ,
622- maxOutputTokens : { max : 64000 , default : 4096 } ,
622+ maxOutputTokens : { max : 64000 , default : 8192 } ,
623623 } ,
624624 contextWindow : 200000 ,
625625 } ,
@@ -634,7 +634,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
634634 capabilities : {
635635 temperature : { min : 0 , max : 1 } ,
636636 nativeStructuredOutputs : true ,
637- maxOutputTokens : { max : 64000 , default : 4096 } ,
637+ maxOutputTokens : { max : 64000 , default : 8192 } ,
638638 } ,
639639 contextWindow : 200000 ,
640640 } ,
@@ -648,7 +648,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
648648 } ,
649649 capabilities : {
650650 temperature : { min : 0 , max : 1 } ,
651- maxOutputTokens : { max : 64000 , default : 4096 } ,
651+ maxOutputTokens : { max : 64000 , default : 8192 } ,
652652 } ,
653653 contextWindow : 200000 ,
654654 } ,
@@ -663,7 +663,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
663663 capabilities : {
664664 temperature : { min : 0 , max : 1 } ,
665665 nativeStructuredOutputs : true ,
666- maxOutputTokens : { max : 64000 , default : 4096 } ,
666+ maxOutputTokens : { max : 64000 , default : 8192 } ,
667667 } ,
668668 contextWindow : 200000 ,
669669 } ,
@@ -678,7 +678,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
678678 capabilities : {
679679 temperature : { min : 0 , max : 1 } ,
680680 nativeStructuredOutputs : true ,
681- maxOutputTokens : { max : 64000 , default : 4096 } ,
681+ maxOutputTokens : { max : 64000 , default : 8192 } ,
682682 } ,
683683 contextWindow : 200000 ,
684684 } ,
@@ -692,7 +692,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
692692 } ,
693693 capabilities : {
694694 temperature : { min : 0 , max : 1 } ,
695- maxOutputTokens : { max : 64000 , default : 4096 } ,
695+ maxOutputTokens : { max : 64000 , default : 8192 } ,
696696 } ,
697697 contextWindow : 200000 ,
698698 } ,
@@ -1669,7 +1669,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
16691669 capabilities : {
16701670 temperature : { min : 0 , max : 1 } ,
16711671 nativeStructuredOutputs : true ,
1672- maxOutputTokens : { max : 64000 , default : 4096 } ,
1672+ maxOutputTokens : { max : 64000 , default : 8192 } ,
16731673 } ,
16741674 contextWindow : 200000 ,
16751675 } ,
@@ -1683,7 +1683,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
16831683 capabilities : {
16841684 temperature : { min : 0 , max : 1 } ,
16851685 nativeStructuredOutputs : true ,
1686- maxOutputTokens : { max : 64000 , default : 4096 } ,
1686+ maxOutputTokens : { max : 64000 , default : 8192 } ,
16871687 } ,
16881688 contextWindow : 200000 ,
16891689 } ,
@@ -1697,7 +1697,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
16971697 capabilities : {
16981698 temperature : { min : 0 , max : 1 } ,
16991699 nativeStructuredOutputs : true ,
1700- maxOutputTokens : { max : 64000 , default : 4096 } ,
1700+ maxOutputTokens : { max : 64000 , default : 8192 } ,
17011701 } ,
17021702 contextWindow : 200000 ,
17031703 } ,
@@ -1711,7 +1711,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
17111711 capabilities : {
17121712 temperature : { min : 0 , max : 1 } ,
17131713 nativeStructuredOutputs : true ,
1714- maxOutputTokens : { max : 64000 , default : 4096 } ,
1714+ maxOutputTokens : { max : 64000 , default : 8192 } ,
17151715 } ,
17161716 contextWindow : 200000 ,
17171717 } ,
0 commit comments