mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 19:13:33 +08:00
109 lines
2.3 KiB
JSON
109 lines
2.3 KiB
JSON
{
|
||
"description": "Mistral 系列模型规格。参数来源:config-center compute/providers/mistral.json。",
|
||
"specs": [
|
||
{
|
||
"id": "mistral-medium-3.5",
|
||
"displayName": "Mistral Medium 3.5",
|
||
"family": "mistral-medium",
|
||
"match": {
|
||
"exact": [
|
||
"mistral-medium-3.5"
|
||
],
|
||
"patterns": [
|
||
"mistral-medium-3.5*"
|
||
]
|
||
},
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"tool_use"
|
||
],
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Mistral Medium 3.5,128B 指令模型"
|
||
}
|
||
},
|
||
{
|
||
"id": "mistral-large-latest",
|
||
"displayName": "Mistral Large",
|
||
"family": "mistral-large",
|
||
"match": {
|
||
"patterns": [
|
||
"mistral-large*"
|
||
]
|
||
},
|
||
"spec": {
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 262144,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"tool_use",
|
||
"long_context"
|
||
],
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
},
|
||
{
|
||
"id": "mistral-small-latest",
|
||
"displayName": "Mistral Small",
|
||
"family": "mistral-small",
|
||
"match": {
|
||
"patterns": [
|
||
"mistral-small*"
|
||
]
|
||
},
|
||
"spec": {
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"vision",
|
||
"reasoning",
|
||
"fast",
|
||
"tool_use"
|
||
],
|
||
"serviceType": [
|
||
"fast"
|
||
],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
},
|
||
{
|
||
"id": "codestral-latest",
|
||
"displayName": "Codestral",
|
||
"family": "codestral",
|
||
"match": {
|
||
"patterns": [
|
||
"codestral*"
|
||
]
|
||
},
|
||
"spec": {
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"code",
|
||
"fill_in_the_middle"
|
||
],
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
}
|
||
]
|
||
}
|