mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
7 lines
127 B
Go
7 lines
127 B
Go
package ali
|
|
|
|
var ModelList = []string{
|
|
"qwen-turbo", "qwen-plus", "qwen-max", "qwen-max-longcontext",
|
|
"text-embedding-v1",
|
|
}
|