add submodel.ai

This commit is contained in:
DD
2025-09-08 16:21:21 +08:00
parent c826d06d2c
commit 511489db09
10 changed files with 129 additions and 0 deletions

View File

@@ -31,5 +31,6 @@ const (
APITypeXai
APITypeCoze
APITypeJimeng
APITypeSubmodel
APITypeDummy // this one is only for count, do not add any channel after this
)

View File

@@ -49,6 +49,7 @@ const (
ChannelTypeCoze = 49
ChannelTypeKling = 50
ChannelTypeJimeng = 51
ChannelTypeSubmodel = 52
ChannelTypeDummy // this one is only for count, do not add any channel after this
)
@@ -106,4 +107,5 @@ var ChannelBaseURLs = []string{
"https://api.coze.cn", //49
"https://api.klingai.com", //50
"https://visual.volcengineapi.com", //51
"https://llm.submodel.ai", //52
}