Files
config-center/compute/model-specs/mistral.json

109 lines
2.3 KiB
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.
{
"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.5128B 指令模型"
}
},
{
"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
}
}
]
}