mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
* feat: support hunyuan-embedding * chore: improve implementation --------- Co-authored-by: LUO Feng <luofeng@flowpp.com> Co-authored-by: JustSong <quanpengsong@gmail.com>
11 lines
166 B
Go
11 lines
166 B
Go
package tencent
|
|
|
|
var ModelList = []string{
|
|
"hunyuan-lite",
|
|
"hunyuan-standard",
|
|
"hunyuan-standard-256K",
|
|
"hunyuan-pro",
|
|
"hunyuan-vision",
|
|
"hunyuan-embedding",
|
|
}
|