forked from songquanpeng/one-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add SiliconFlow (songquanpeng#1717)
* Add SiliconFlow * Update README.md * Update README.md * Update channel.constants.js * Update ChannelConstants.js * Update channel.constants.js * Update ChannelConstants.js * Update compatible.go * Update README.md
- Loading branch information
1 parent
3e48984
commit f10833a
Showing
8 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
package siliconflow | ||
|
||
// https://docs.siliconflow.cn/docs/getting-started | ||
|
||
var ModelList = []string{ | ||
"deepseek-ai/deepseek-llm-67b-chat", | ||
"Qwen/Qwen1.5-14B-Chat", | ||
"Qwen/Qwen1.5-7B-Chat", | ||
"Qwen/Qwen1.5-110B-Chat", | ||
"Qwen/Qwen1.5-32B-Chat", | ||
"01-ai/Yi-1.5-6B-Chat", | ||
"01-ai/Yi-1.5-9B-Chat-16K", | ||
"01-ai/Yi-1.5-34B-Chat-16K", | ||
"THUDM/chatglm3-6b", | ||
"deepseek-ai/DeepSeek-V2-Chat", | ||
"THUDM/glm-4-9b-chat", | ||
"Qwen/Qwen2-72B-Instruct", | ||
"Qwen/Qwen2-7B-Instruct", | ||
"Qwen/Qwen2-57B-A14B-Instruct", | ||
"deepseek-ai/DeepSeek-Coder-V2-Instruct", | ||
"Qwen/Qwen2-1.5B-Instruct", | ||
"internlm/internlm2_5-7b-chat", | ||
"BAAI/bge-large-en-v1.5", | ||
"BAAI/bge-large-zh-v1.5", | ||
"Pro/Qwen/Qwen2-7B-Instruct", | ||
"Pro/Qwen/Qwen2-1.5B-Instruct", | ||
"Pro/Qwen/Qwen1.5-7B-Chat", | ||
"Pro/THUDM/glm-4-9b-chat", | ||
"Pro/THUDM/chatglm3-6b", | ||
"Pro/01-ai/Yi-1.5-9B-Chat-16K", | ||
"Pro/01-ai/Yi-1.5-6B-Chat", | ||
"Pro/google/gemma-2-9b-it", | ||
"Pro/internlm/internlm2_5-7b-chat", | ||
"Pro/meta-llama/Meta-Llama-3-8B-Instruct", | ||
"Pro/mistralai/Mistral-7B-Instruct-v0.2", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,5 +45,6 @@ const ( | |
Novita | ||
VertextAI | ||
Proxy | ||
SiliconFlow | ||
Dummy | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters