mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
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>
36 lines
981 B
JSON
36 lines
981 B
JSON
{
|
||
"id": "provider-infini-coding-001",
|
||
"provider": "infini",
|
||
"brandGroup": "infini",
|
||
"label": "无问芯穹 Coding Plan",
|
||
"baseUrl": "https://cloud.infini-ai.com/maas/coding/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": ["chat", "reasoning"],
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://cloud.infini-ai.com/console"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "deepseek-v3",
|
||
"displayName": "DeepSeek V3 (芯穹 Coding)",
|
||
"serviceType": ["chat"],
|
||
"description": "无问芯穹 Coding Plan,DeepSeek V3 编程优化",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||
"defaultTemperature": null,
|
||
"defaultTopP": null,
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|