Files
config-center/compute/providers/lingyiwanwu.json
yi-ge 7ff488641f feat: 拆分 providers.json 为按 Provider 独立文件
将 compute/providers.json(54KB, 14 providers, 99 models)拆分为
compute/providers/ 目录下的独立 JSON 文件,便于维护和按需更新。

新增文件:
- compute/providers/_index.json — 加载顺序索引(保证 digest 确定性)
- compute/providers/{provider}.json × 14 — 各 provider 独立配置

保留 compute/providers.json 供旧客户端向后兼容(过渡期)。

presetDataVersion: 2 → 3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 14:24:55 +08:00

57 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "provider-lingyiwanwu-001",
"provider": "lingyiwanwu",
"label": "零一万物",
"baseUrl": "https://api.lingyiwanwu.com/v1",
"apiFormat": "openai-completions",
"apiKeyRef": "lingyiwanwu",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"services": [
"chat",
"vision"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"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,
"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,
"extra": {}
}
]
}