11export const CHANNEL_OPTIONS = [
2- { key : 1 , text : 'OpenAI' , value : 1 , color : 'green' } ,
3- { key : 14 , text : 'Anthropic Claude' , value : 14 , color : 'black' } ,
4- { key : 33 , text : 'AWS' , value : 33 , color : 'black' } ,
5- { key : 3 , text : 'Azure OpenAI' , value : 3 , color : 'olive' } ,
6- { key : 11 , text : 'Google PaLM2' , value : 11 , color : 'orange' } ,
7- { key : 24 , text : 'Google Gemini' , value : 24 , color : 'orange' } ,
8- { key : 28 , text : 'Mistral AI' , value : 28 , color : 'orange' } ,
9- { key : 41 , text : 'Novita' , value : 41 , color : 'purple' } ,
2+ { key : 1 , text : 'OpenAI' , value : 1 , color : 'green' } ,
3+ {
4+ key : 50 ,
5+ text : 'OpenAI 兼容' ,
6+ value : 50 ,
7+ color : 'olive' ,
8+ description : 'OpenAI 兼容渠道,支持设置 Base URL' ,
9+ } ,
10+ { key : 14 , text : 'Anthropic Claude' , value : 14 , color : 'black' } ,
11+ { key : 33 , text : 'AWS' , value : 33 , color : 'black' } ,
12+ { key : 3 , text : 'Azure OpenAI' , value : 3 , color : 'olive' } ,
13+ { key : 11 , text : 'Google PaLM2' , value : 11 , color : 'orange' } ,
14+ { key : 24 , text : 'Google Gemini' , value : 24 , color : 'orange' } ,
15+ { key : 28 , text : 'Mistral AI' , value : 28 , color : 'orange' } ,
16+ { key : 41 , text : 'Novita' , value : 41 , color : 'purple' } ,
1017 {
1118 key : 40 ,
1219 text : '字节火山引擎' ,
@@ -28,14 +35,14 @@ export const CHANNEL_OPTIONS = [
2835 color : 'blue' ,
2936 tip : '请前往<a href="https://console.bce.baidu.com/iam/#/iam/apikey/list" target="_blank">此处</a>获取 API Key,注意本渠道仅支持<a target="_blank" href="https://cloud.baidu.com/doc/WENXINWORKSHOP/s/em4tsqo3v">推理服务 V2</a>相关模型' ,
3037 } ,
31- {
32- key : 17 ,
33- text : '阿里通义千问' ,
34- value : 17 ,
35- color : 'orange' ,
36- tip : '如需使用阿里云百炼,请使用<strong>阿里云百炼</strong>渠道' ,
37- } ,
38- { key : 49 , text : '阿里云百炼' , value : 49 , color : 'orange' } ,
38+ {
39+ key : 17 ,
40+ text : '阿里通义千问' ,
41+ value : 17 ,
42+ color : 'orange' ,
43+ tip : '如需使用阿里云百炼,请使用<strong>阿里云百炼</strong>渠道' ,
44+ } ,
45+ { key : 49 , text : '阿里云百炼' , value : 49 , color : 'orange' } ,
3946 {
4047 key : 18 ,
4148 text : '讯飞星火认知' ,
@@ -50,38 +57,44 @@ export const CHANNEL_OPTIONS = [
5057 color : 'blue' ,
5158 tip : 'HTTP 版本的讯飞接口,前往<a href="https://console.xfyun.cn/services/cbm" target="_blank">此处</a>获取 HTTP 服务接口认证密钥' ,
5259 } ,
53- { key : 16 , text : '智谱 ChatGLM' , value : 16 , color : 'violet' } ,
54- { key : 19 , text : '360 智脑' , value : 19 , color : 'blue' } ,
55- { key : 25 , text : 'Moonshot AI' , value : 25 , color : 'black' } ,
56- { key : 23 , text : '腾讯混元' , value : 23 , color : 'teal' } ,
57- { key : 26 , text : '百川大模型' , value : 26 , color : 'orange' } ,
58- { key : 27 , text : 'MiniMax' , value : 27 , color : 'red' } ,
59- { key : 29 , text : 'Groq' , value : 29 , color : 'orange' } ,
60- { key : 30 , text : 'Ollama' , value : 30 , color : 'black' } ,
61- { key : 31 , text : '零一万物' , value : 31 , color : 'green' } ,
62- { key : 32 , text : '阶跃星辰' , value : 32 , color : 'blue' } ,
63- { key : 34 , text : 'Coze' , value : 34 , color : 'blue' } ,
64- { key : 35 , text : 'Cohere' , value : 35 , color : 'blue' } ,
65- { key : 36 , text : 'DeepSeek' , value : 36 , color : 'black' } ,
66- { key : 37 , text : 'Cloudflare' , value : 37 , color : 'orange' } ,
67- { key : 38 , text : 'DeepL' , value : 38 , color : 'black' } ,
68- { key : 39 , text : 'together.ai' , value : 39 , color : 'blue' } ,
69- { key : 42 , text : 'VertexAI' , value : 42 , color : 'blue' } ,
70- { key : 43 , text : 'Proxy' , value : 43 , color : 'blue' } ,
71- { key : 44 , text : 'SiliconFlow' , value : 44 , color : 'blue' } ,
72- { key : 45 , text : 'xAI' , value : 45 , color : 'blue' } ,
73- { key : 46 , text : 'Replicate' , value : 46 , color : 'blue' } ,
74- { key : 8 , text : '自定义渠道' , value : 8 , color : 'pink' } ,
75- { key : 22 , text : '知识库:FastGPT' , value : 22 , color : 'blue' } ,
76- { key : 21 , text : '知识库:AI Proxy' , value : 21 , color : 'purple' } ,
77- { key : 20 , text : 'OpenRouter' , value : 20 , color : 'black' } ,
78- { key : 2 , text : '代理:API2D' , value : 2 , color : 'blue' } ,
79- { key : 5 , text : '代理:OpenAI-SB' , value : 5 , color : 'brown' } ,
80- { key : 7 , text : '代理:OhMyGPT' , value : 7 , color : 'purple' } ,
81- { key : 10 , text : '代理:AI Proxy' , value : 10 , color : 'purple' } ,
82- { key : 4 , text : '代理:CloseAI' , value : 4 , color : 'teal' } ,
83- { key : 6 , text : '代理:OpenAI Max' , value : 6 , color : 'violet' } ,
84- { key : 9 , text : '代理:AI.LS' , value : 9 , color : 'yellow' } ,
85- { key : 12 , text : '代理:API2GPT' , value : 12 , color : 'blue' } ,
86- { key : 13 , text : '代理:AIGC2D' , value : 13 , color : 'purple' } ,
60+ { key : 16 , text : '智谱 ChatGLM' , value : 16 , color : 'violet' } ,
61+ { key : 19 , text : '360 智脑' , value : 19 , color : 'blue' } ,
62+ { key : 25 , text : 'Moonshot AI' , value : 25 , color : 'black' } ,
63+ { key : 23 , text : '腾讯混元' , value : 23 , color : 'teal' } ,
64+ { key : 26 , text : '百川大模型' , value : 26 , color : 'orange' } ,
65+ { key : 27 , text : 'MiniMax' , value : 27 , color : 'red' } ,
66+ { key : 29 , text : 'Groq' , value : 29 , color : 'orange' } ,
67+ { key : 30 , text : 'Ollama' , value : 30 , color : 'black' } ,
68+ { key : 31 , text : '零一万物' , value : 31 , color : 'green' } ,
69+ { key : 32 , text : '阶跃星辰' , value : 32 , color : 'blue' } ,
70+ { key : 34 , text : 'Coze' , value : 34 , color : 'blue' } ,
71+ { key : 35 , text : 'Cohere' , value : 35 , color : 'blue' } ,
72+ { key : 36 , text : 'DeepSeek' , value : 36 , color : 'black' } ,
73+ { key : 37 , text : 'Cloudflare' , value : 37 , color : 'orange' } ,
74+ { key : 38 , text : 'DeepL' , value : 38 , color : 'black' } ,
75+ { key : 39 , text : 'together.ai' , value : 39 , color : 'blue' } ,
76+ { key : 42 , text : 'VertexAI' , value : 42 , color : 'blue' } ,
77+ { key : 43 , text : 'Proxy' , value : 43 , color : 'blue' } ,
78+ { key : 44 , text : 'SiliconFlow' , value : 44 , color : 'blue' } ,
79+ { key : 45 , text : 'xAI' , value : 45 , color : 'blue' } ,
80+ { key : 46 , text : 'Replicate' , value : 46 , color : 'blue' } ,
81+ {
82+ key : 8 ,
83+ text : '自定义渠道' ,
84+ value : 8 ,
85+ color : 'pink' ,
86+ tip : '注意,这里所需要填入的代理地址仅会在实际请求时替换域名部分,如果你想填入 OpenAI SDK 中所要求的 Base URL,请使用 OpenAI 兼容渠道类型' ,
87+ } ,
88+ { key : 22 , text : '知识库:FastGPT' , value : 22 , color : 'blue' } ,
89+ { key : 21 , text : '知识库:AI Proxy' , value : 21 , color : 'purple' } ,
90+ { key : 20 , text : 'OpenRouter' , value : 20 , color : 'black' } ,
91+ { key : 2 , text : '代理:API2D' , value : 2 , color : 'blue' } ,
92+ { key : 5 , text : '代理:OpenAI-SB' , value : 5 , color : 'brown' } ,
93+ { key : 7 , text : '代理:OhMyGPT' , value : 7 , color : 'purple' } ,
94+ { key : 10 , text : '代理:AI Proxy' , value : 10 , color : 'purple' } ,
95+ { key : 4 , text : '代理:CloseAI' , value : 4 , color : 'teal' } ,
96+ { key : 6 , text : '代理:OpenAI Max' , value : 6 , color : 'violet' } ,
97+ { key : 9 , text : '代理:AI.LS' , value : 9 , color : 'yellow' } ,
98+ { key : 12 , text : '代理:API2GPT' , value : 12 , color : 'blue' } ,
99+ { key : 13 , text : '代理:AIGC2D' , value : 13 , color : 'purple' } ,
87100] ;
0 commit comments