mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 15:23:35 +08:00
chore(compute): 下架零一万物 API 配置 (#84)
This commit is contained in:
@@ -448,7 +448,6 @@ describe('真实数据全量校验', () => {
|
|||||||
deepseek: 'CNY',
|
deepseek: 'CNY',
|
||||||
google: 'USD',
|
google: 'USD',
|
||||||
kling: 'CNY',
|
kling: 'CNY',
|
||||||
lingyiwanwu: 'CNY',
|
|
||||||
'local-whisper': 'USD',
|
'local-whisper': 'USD',
|
||||||
minimax: 'CNY',
|
minimax: 'CNY',
|
||||||
mistral: 'USD',
|
mistral: 'USD',
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
"baidu",
|
"baidu",
|
||||||
"cohere",
|
"cohere",
|
||||||
"kling",
|
"kling",
|
||||||
"lingyiwanwu",
|
|
||||||
"perplexity",
|
"perplexity",
|
||||||
"stability",
|
"stability",
|
||||||
"tencent",
|
"tencent",
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
{
|
|
||||||
"description": "零一万物 Yi 系列模型规格。参数来源:config-center compute/providers/lingyiwanwu.json。",
|
|
||||||
"specs": [
|
|
||||||
{
|
|
||||||
"id": "yi-lightning",
|
|
||||||
"displayName": "Yi Lightning",
|
|
||||||
"family": "yi-lightning",
|
|
||||||
"match": {
|
|
||||||
"exact": [
|
|
||||||
"yi-lightning"
|
|
||||||
],
|
|
||||||
"patterns": [
|
|
||||||
"yi-lightning*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"contextWindow": 16000,
|
|
||||||
"maxOutputTokens": 4096,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"reasoning",
|
|
||||||
"code",
|
|
||||||
"fast",
|
|
||||||
"smart_routing"
|
|
||||||
],
|
|
||||||
"serviceType": [
|
|
||||||
"chat"
|
|
||||||
],
|
|
||||||
"defaultTemperature": 0.3,
|
|
||||||
"description": "零一万物高性能模型,16K 上下文,智能路由,极高性价比"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "yi-vision-v2",
|
|
||||||
"displayName": "Yi Vision V2",
|
|
||||||
"family": "yi-vision",
|
|
||||||
"match": {
|
|
||||||
"exact": [
|
|
||||||
"yi-vision-v2"
|
|
||||||
],
|
|
||||||
"patterns": [
|
|
||||||
"yi-vision*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"contextWindow": 16000,
|
|
||||||
"maxOutputTokens": 4096,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"vision",
|
|
||||||
"image_understanding",
|
|
||||||
"ocr",
|
|
||||||
"chart_analysis"
|
|
||||||
],
|
|
||||||
"serviceType": [
|
|
||||||
"vision"
|
|
||||||
],
|
|
||||||
"defaultTemperature": 0.3,
|
|
||||||
"description": "零一万物复杂视觉任务模型,16K 上下文,支持多图分析"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -12,7 +12,6 @@
|
|||||||
"zhipu",
|
"zhipu",
|
||||||
"zhipu-embedding",
|
"zhipu-embedding",
|
||||||
"baichuan",
|
"baichuan",
|
||||||
"lingyiwanwu",
|
|
||||||
"minimax",
|
"minimax",
|
||||||
"xiaomi",
|
"xiaomi",
|
||||||
"baidu",
|
"baidu",
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "provider-lingyiwanwu-001",
|
|
||||||
"provider": "lingyiwanwu",
|
|
||||||
"label": "零一万物 Yi",
|
|
||||||
"baseUrl": "https://api.lingyiwanwu.com/v1",
|
|
||||||
"apiFormat": "openai-completions",
|
|
||||||
"apiKeyRef": "lingyiwanwu",
|
|
||||||
"apiKeyVerified": false,
|
|
||||||
"enabled": false,
|
|
||||||
"status": "unconfigured",
|
|
||||||
"priceCurrency": "CNY",
|
|
||||||
"services": [
|
|
||||||
"chat",
|
|
||||||
"vision"
|
|
||||||
],
|
|
||||||
"models": [
|
|
||||||
{
|
|
||||||
"modelName": "yi-lightning",
|
|
||||||
"displayName": "Yi Lightning",
|
|
||||||
"serviceType": [
|
|
||||||
"chat"
|
|
||||||
],
|
|
||||||
"description": "零一万物高性能模型,16K上下文,智能路由,极高性价比",
|
|
||||||
"contextWindow": 16000,
|
|
||||||
"maxOutputTokens": 4096,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"reasoning",
|
|
||||||
"code",
|
|
||||||
"fast",
|
|
||||||
"smart_routing"
|
|
||||||
],
|
|
||||||
"inputPrice": 0.99,
|
|
||||||
"outputPrice": 0.99,
|
|
||||||
"defaultTemperature": 0.3,
|
|
||||||
"defaultTopP": 0.9,
|
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "yi-vision-v2",
|
|
||||||
"displayName": "Yi Vision V2",
|
|
||||||
"serviceType": [
|
|
||||||
"vision"
|
|
||||||
],
|
|
||||||
"description": "零一万物复杂视觉任务模型,16K上下文,支持多图分析",
|
|
||||||
"contextWindow": 16000,
|
|
||||||
"maxOutputTokens": 4096,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"vision",
|
|
||||||
"image_understanding",
|
|
||||||
"ocr",
|
|
||||||
"chart_analysis",
|
|
||||||
"smart_routing"
|
|
||||||
],
|
|
||||||
"inputPrice": 6,
|
|
||||||
"outputPrice": 6,
|
|
||||||
"defaultTemperature": 0.3,
|
|
||||||
"defaultTopP": 0.9,
|
|
||||||
"extra": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 99,
|
"presetDataVersion": 100,
|
||||||
"updatedAt": "2026-08-28",
|
"updatedAt": "2026-08-28",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ const PROVIDER_OWNED_BY = {
|
|||||||
xai: ["x-ai"],
|
xai: ["x-ai"],
|
||||||
mistral: ["mistralai"],
|
mistral: ["mistralai"],
|
||||||
kwai: ["kuaishou"],
|
kwai: ["kuaishou"],
|
||||||
lingyiwanwu: ["inclusionai"],
|
|
||||||
siliconflow: ["qwen", "baai"],
|
siliconflow: ["qwen", "baai"],
|
||||||
cohere: ["cohere"],
|
cohere: ["cohere"],
|
||||||
perplexity: ["perplexity"],
|
perplexity: ["perplexity"],
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ const PROVIDER_OWNED_BY = {
|
|||||||
xai: ["x-ai"],
|
xai: ["x-ai"],
|
||||||
mistral: ["mistralai"],
|
mistral: ["mistralai"],
|
||||||
kwai: ["kuaishou"],
|
kwai: ["kuaishou"],
|
||||||
lingyiwanwu: ["inclusionai"],
|
|
||||||
siliconflow: ["qwen", "baai"],
|
siliconflow: ["qwen", "baai"],
|
||||||
cohere: ["cohere"],
|
cohere: ["cohere"],
|
||||||
perplexity: ["perplexity"],
|
perplexity: ["perplexity"],
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ const PROVIDER_OWNED_BY = {
|
|||||||
xai: ["x-ai"],
|
xai: ["x-ai"],
|
||||||
mistral: ["mistralai"],
|
mistral: ["mistralai"],
|
||||||
kwai: ["kuaishou"],
|
kwai: ["kuaishou"],
|
||||||
lingyiwanwu: ["inclusionai"],
|
|
||||||
siliconflow: ["qwen", "baai"],
|
siliconflow: ["qwen", "baai"],
|
||||||
cohere: ["cohere"],
|
cohere: ["cohere"],
|
||||||
perplexity: ["perplexity"],
|
perplexity: ["perplexity"],
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ const PROVIDER_OWNED_BY = {
|
|||||||
xai: ["x-ai"],
|
xai: ["x-ai"],
|
||||||
mistral: ["mistralai"],
|
mistral: ["mistralai"],
|
||||||
kwai: ["kuaishou"],
|
kwai: ["kuaishou"],
|
||||||
lingyiwanwu: ["inclusionai"],
|
|
||||||
siliconflow: ["qwen", "baai"],
|
siliconflow: ["qwen", "baai"],
|
||||||
cohere: ["cohere"],
|
cohere: ["cohere"],
|
||||||
perplexity: ["perplexity"],
|
perplexity: ["perplexity"],
|
||||||
|
|||||||
Reference in New Issue
Block a user