|
| 1 | +package siliconflow |
| 2 | + |
| 3 | +// https://docs.siliconflow.cn/docs/getting-started |
| 4 | + |
| 5 | +var ModelList = []string{ |
| 6 | + "deepseek-ai/deepseek-llm-67b-chat", |
| 7 | + "Qwen/Qwen1.5-14B-Chat", |
| 8 | + "Qwen/Qwen1.5-7B-Chat", |
| 9 | + "Qwen/Qwen1.5-110B-Chat", |
| 10 | + "Qwen/Qwen1.5-32B-Chat", |
| 11 | + "01-ai/Yi-1.5-6B-Chat", |
| 12 | + "01-ai/Yi-1.5-9B-Chat-16K", |
| 13 | + "01-ai/Yi-1.5-34B-Chat-16K", |
| 14 | + "THUDM/chatglm3-6b", |
| 15 | + "deepseek-ai/DeepSeek-V2-Chat", |
| 16 | + "THUDM/glm-4-9b-chat", |
| 17 | + "Qwen/Qwen2-72B-Instruct", |
| 18 | + "Qwen/Qwen2-7B-Instruct", |
| 19 | + "Qwen/Qwen2-57B-A14B-Instruct", |
| 20 | + "deepseek-ai/DeepSeek-Coder-V2-Instruct", |
| 21 | + "Qwen/Qwen2-1.5B-Instruct", |
| 22 | + "internlm/internlm2_5-7b-chat", |
| 23 | + "BAAI/bge-large-en-v1.5", |
| 24 | + "BAAI/bge-large-zh-v1.5", |
| 25 | + "Pro/Qwen/Qwen2-7B-Instruct", |
| 26 | + "Pro/Qwen/Qwen2-1.5B-Instruct", |
| 27 | + "Pro/Qwen/Qwen1.5-7B-Chat", |
| 28 | + "Pro/THUDM/glm-4-9b-chat", |
| 29 | + "Pro/THUDM/chatglm3-6b", |
| 30 | + "Pro/01-ai/Yi-1.5-9B-Chat-16K", |
| 31 | + "Pro/01-ai/Yi-1.5-6B-Chat", |
| 32 | + "Pro/google/gemma-2-9b-it", |
| 33 | + "Pro/internlm/internlm2_5-7b-chat", |
| 34 | + "Pro/meta-llama/Meta-Llama-3-8B-Instruct", |
| 35 | + "Pro/mistralai/Mistral-7B-Instruct-v0.2", |
| 36 | +} |
0 commit comments