mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
39 lines
849 B
JSON
39 lines
849 B
JSON
{
|
||
"id": "provider-moorethread-coding-001",
|
||
"provider": "moorethread",
|
||
"brandGroup": "moorethread",
|
||
"label": "摩尔线程 Token (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"
|
||
],
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|