mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-04-27 12:14:24 +08:00
feat: add PPIO as model provider
This commit is contained in:
25
relay/adaptor/ppio/constants.go
Normal file
25
relay/adaptor/ppio/constants.go
Normal file
@@ -0,0 +1,25 @@
|
||||
package ppio
|
||||
|
||||
// https://api.ppinfra.com/v3/openai/v1/models
|
||||
|
||||
var ModelList = []string{
|
||||
"deepseek/deepseek-r1/community",
|
||||
"deepseek/deepseek-v3/community",
|
||||
"deepseek/deepseek-r1",
|
||||
"deepseek/deepseek-v3",
|
||||
"deepseek/deepseek-r1-distill-llama-70b",
|
||||
"deepseek/deepseek-r1-distill-qwen-32b",
|
||||
"deepseek/deepseek-r1-distill-qwen-14b",
|
||||
"deepseek/deepseek-r1-distill-llama-8b",
|
||||
"qwen/qwen-2.5-72b-instruct",
|
||||
"qwen/qwen-2-vl-72b-instruct",
|
||||
"meta-llama/llama-3.2-3b-instruct",
|
||||
"qwen/qwen2.5-32b-instruct",
|
||||
"baichuan/baichuan2-13b-chat",
|
||||
"meta-llama/llama-3.1-70b-instruct",
|
||||
"meta-llama/llama-3.1-8b-instruct",
|
||||
"01-ai/yi-1.5-34b-chat",
|
||||
"01-ai/yi-1.5-9b-chat",
|
||||
"thudm/glm-4-9b-chat",
|
||||
"qwen/qwen-2-7b-instruct",
|
||||
}
|
||||
Reference in New Issue
Block a user