{
"status": 200,
"message": "",
"data": {
"brand_images": {
"通义": "https://xxx/tongyi.png",
"智谱": "https://xxx/zhipu.png"
},
"brand_sort": ["通义", "智谱", "DeepSeek", "MiniMax", "豆包"],
"llm": [
{
"model_brand": "通义",
"model_type": "llm",
"model_name": "qwen-plus-latest",
"model_content": "支持超长上下文,擅长逻辑推理",
"model_tags": ["推理"],
"prompt_cost": 0.003,
"completion_cost": 0.015,
"max_tokens": 32000,
"features_status": ["text_generation"],
"api_doc_url": "https://s.apifox.cn/..."
}
],
"tti": [],
"tts": [],
"asr": [],
"ttv": [],
"i2i": [],
"rag": [],
"agent": []
}
}