Files
config-center/compute/coding-plans/kwai-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
935 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-kwai-coding-001",
"provider": "kwai",
"brandGroup": "kwai",
"label": "快手 KwaiKAT Coding Plan",
"baseUrl": "https://wanqing.streamlakeapi.com/api/gateway/coding/v1",
"apiFormat": "openai-completions",
"apiKeyRef": "",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"accessMode": "coding-plan",
"services": ["chat"],
"codingPlan": {
"quotas": {},
"usageTracking": {
"method": "none",
"consoleUrl": "https://console.streamlake.ai/wanqing/"
}
},
"models": [
{
"modelName": "kwai-coder",
"displayName": "KwaiKAT Coder (Coding)",
"serviceType": ["chat"],
"description": "快手 KwaiKAT Coding Plan编程辅助模型",
"capabilities": ["chat", "code"],
"contextWindow": 128000,
"maxOutputTokens": 8192,
"defaultTemperature": 1,
"defaultTopP": 1,
"source": "preset"
}
]
}