feat(pricing): add qwen hunyuan and huawei maas payg importers
This commit is contained in:
@@ -438,6 +438,10 @@ func providerMetadata(providerName string) (string, string, string) {
|
||||
return "OpenAI", "US", "https://openai.com"
|
||||
case "Perplexity":
|
||||
return "Perplexity", "US", "https://www.perplexity.ai"
|
||||
case "Tencent":
|
||||
return "腾讯", "CN", "https://cloud.tencent.com"
|
||||
case "Huawei":
|
||||
return "华为", "CN", "https://www.huaweicloud.com"
|
||||
case "xAI":
|
||||
return "xAI", "US", "https://x.ai"
|
||||
case "Zhipu AI":
|
||||
|
||||
Reference in New Issue
Block a user