Files
config-center/compute/coding-plans/infini-coding.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

36 lines
981 B
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-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 PlanDeepSeek V3 编程优化",
"contextWindow": 128000,
"maxOutputTokens": 8192,
"capabilities": ["chat", "reasoning", "code", "multilingual"],
"defaultTemperature": null,
"defaultTopP": null,
"source": "preset"
}
]
}