File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const ALIBABA_BASE_URL = "https://dashscope.aliyuncs.com/api/";
25
25
26
26
export const TENCENT_BASE_URL = "https://hunyuan.tencentcloudapi.com" ;
27
27
28
- export const MOONSHOT_BASE_URL = "https://api.moonshot.cn " ;
28
+ export const MOONSHOT_BASE_URL = "https://api.moonshot.ai " ;
29
29
export const IFLYTEK_BASE_URL = "https://spark-api-open.xf-yun.com" ;
30
30
31
31
export const DEEPSEEK_BASE_URL = "https://api.deepseek.com" ;
@@ -623,7 +623,18 @@ const tencentModels = [
623
623
"hunyuan-vision" ,
624
624
] ;
625
625
626
- const moonshotModes = [ "moonshot-v1-8k" , "moonshot-v1-32k" , "moonshot-v1-128k" ] ;
626
+ const moonshotModels = [
627
+ "moonshot-v1-auto" ,
628
+ "moonshot-v1-8k" ,
629
+ "moonshot-v1-32k" ,
630
+ "moonshot-v1-128k" ,
631
+ "moonshot-v1-8k-vision-preview" ,
632
+ "moonshot-v1-32k-vision-preview" ,
633
+ "moonshot-v1-128k-vision-preview" ,
634
+ "kimi-thinking-preview" ,
635
+ "kimi-k2-0711-preview" ,
636
+ "kimi-latest" ,
637
+ ] ;
627
638
628
639
const iflytekModels = [
629
640
"general" ,
@@ -810,7 +821,7 @@ export const DEFAULT_MODELS = [
810
821
sorted : 8 ,
811
822
} ,
812
823
} ) ) ,
813
- ...moonshotModes . map ( ( name ) => ( {
824
+ ...moonshotModels . map ( ( name ) => ( {
814
825
name,
815
826
available : true ,
816
827
sorted : seq ++ ,
You can’t perform that action at this time.
0 commit comments