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
916 B
JSON
36 lines
916 B
JSON
{
|
||
"id": "provider-moorethread-coding-001",
|
||
"provider": "moorethread",
|
||
"brandGroup": "moorethread",
|
||
"label": "摩尔线程 Coding Plan",
|
||
"baseUrl": "https://api.mthreads.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": ["chat"],
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://www.mthreads.com/console"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "mt-coder",
|
||
"displayName": "MT Coder (Coding)",
|
||
"serviceType": ["chat"],
|
||
"description": "摩尔线程 Coding Plan,国产 GPU 推理",
|
||
"capabilities": ["chat", "code"],
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"defaultTemperature": null,
|
||
"defaultTopP": null,
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|