test(runtime): wire new pricing importers into pipeline smoke and catalog mapping
This commit is contained in:
@@ -444,6 +444,8 @@ func providerMetadata(providerName string) (string, string, string) {
|
||||
switch providerName {
|
||||
case "Alibaba", "Qwen":
|
||||
return "阿里云", "CN", "https://tongyi.aliyun.com"
|
||||
case "360":
|
||||
return "360", "CN", "https://ai.360.com/open/models"
|
||||
case "Amazon":
|
||||
return "亚马逊", "US", "https://aws.amazon.com"
|
||||
case "Anthropic":
|
||||
@@ -452,6 +454,8 @@ func providerMetadata(providerName string) (string, string, string) {
|
||||
return "智源", "CN", "https://www.baai.ac.cn"
|
||||
case "Baidu":
|
||||
return "百度", "CN", "https://cloud.baidu.com"
|
||||
case "Baichuan":
|
||||
return "百川智能", "CN", "https://platform.baichuan-ai.com"
|
||||
case "ByteDance":
|
||||
return "字节跳动", "CN", "https://www.volcengine.com"
|
||||
case "China Mobile":
|
||||
@@ -478,12 +482,20 @@ func providerMetadata(providerName string) (string, string, string) {
|
||||
return "OpenAI", "US", "https://openai.com"
|
||||
case "Perplexity":
|
||||
return "Perplexity", "US", "https://www.perplexity.ai"
|
||||
case "SenseTime":
|
||||
return "商汤科技", "CN", "https://www.sensetime.com"
|
||||
case "Tencent":
|
||||
return "腾讯", "CN", "https://cloud.tencent.com"
|
||||
case "Huawei":
|
||||
return "华为", "CN", "https://www.huaweicloud.com"
|
||||
case "iFlytek":
|
||||
return "科大讯飞", "CN", "https://www.xfyun.cn"
|
||||
case "Yi":
|
||||
return "零一万物", "CN", "https://platform.lingyiwanwu.com"
|
||||
case "xAI":
|
||||
return "xAI", "US", "https://x.ai"
|
||||
case "Xiaomi":
|
||||
return "小米", "CN", "https://xiaomi.com"
|
||||
case "Zhipu AI":
|
||||
return "智谱", "CN", "https://open.bigmodel.cn"
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user