Files
config-center/compute/providers/lingyiwanwu.json
xieyuanxiang b0e0cead04 chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context
window fixes, field report updates across all providers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 20:12:57 +08:00

60 lines
1.4 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": "零一万物 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": null,
"defaultTopP": null,
"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": null,
"defaultTopP": null,
"extra": {}
}
]
}