Skip to content

Commit f22c2a0

Browse files
authored
chore: add Hunyuan model presets (#474)
1 parent 84150a9 commit f22c2a0

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

  • packages/infrastructure/src/static-data/models/provider/Hunyuan

packages/infrastructure/src/static-data/models/provider/Hunyuan/index.ts

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,66 @@ const models: ProviderConfigType = {
7575
reasoningEffort: false,
7676
toolChoice: false
7777
},
78+
{
79+
type: ModelTypeEnum.llm,
80+
model: 'hunyuan-a13b',
81+
maxContext: 224000,
82+
maxTokens: 32000,
83+
quoteMaxToken: 224000,
84+
maxTemperature: 1,
85+
vision: false,
86+
reasoning: true,
87+
reasoningEffort: false,
88+
toolChoice: false
89+
},
90+
{
91+
type: ModelTypeEnum.llm,
92+
model: 'hunyuan-turbos-latest',
93+
maxContext: 32000,
94+
maxTokens: 16000,
95+
quoteMaxToken: 32000,
96+
maxTemperature: 1,
97+
vision: false,
98+
reasoning: false,
99+
reasoningEffort: false,
100+
toolChoice: false
101+
},
102+
{
103+
type: ModelTypeEnum.llm,
104+
model: 'hunyuan-t1-latest',
105+
maxContext: 32000,
106+
maxTokens: 64000,
107+
quoteMaxToken: 32000,
108+
maxTemperature: 1,
109+
vision: false,
110+
reasoning: true,
111+
reasoningEffort: true,
112+
toolChoice: false
113+
},
114+
{
115+
type: ModelTypeEnum.llm,
116+
model: 'hunyuan-2.0-instruct-20251111',
117+
maxContext: 128000,
118+
maxTokens: 16000,
119+
quoteMaxToken: 128000,
120+
maxTemperature: 1,
121+
vision: false,
122+
reasoning: true,
123+
reasoningEffort: false,
124+
toolChoice: false
125+
},
126+
{
127+
type: ModelTypeEnum.llm,
128+
model: 'hunyuan-2.0-thinking-20251109',
129+
maxContext: 128000,
130+
maxTokens: 64000,
131+
quoteMaxToken: 128000,
132+
maxTemperature: 1,
133+
vision: false,
134+
reasoning: true,
135+
reasoningEffort: true,
136+
toolChoice: false
137+
},
78138
{
79139
type: ModelTypeEnum.llm,
80140
model: 'hunyuan-vision',

0 commit comments

Comments
 (0)