Files
ragflow/conf/models/mistral.json
Jin Hai 405275935f Go: fix unused check (#17922)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-08-06 14:45:10 +08:00

189 lines
3.4 KiB
JSON

{
"name": "Mistral",
"url": {
"default": "https://api.mistral.ai"
},
"url_suffix": {
"chat": "v1/chat/completions",
"models": "v1/models",
"embedding": "v1/embeddings",
"asr": "v1/audio/transcriptions",
"tts": "v1/audio/speech",
"ocr": "v1/ocr"
},
"class": "mistral",
"models": [
{
"name": "mistral-large-latest",
"content_length": 262144,
"max_output": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "voxtral-mini-tts-2603",
"model_types": [
"tts"
]
},
{
"name": "voxtral-mini-transcribe-realtime-2602",
"model_types": [
"asr"
]
},
{
"name": "mistral-medium-latest",
"content_length": 262144,
"max_output": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "mistral-small-latest",
"content_length": 262144,
"max_output": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "ministral-8b-latest",
"content_length": 262144,
"max_output": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "ministral-3b-latest",
"content_length": 262144,
"max_output": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "pixtral-large-latest",
"content_length": 131072,
"max_output": 131072,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "codestral-latest",
"content_length": 131072,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "open-mistral-nemo",
"content_length": 131072,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "open-mistral-7b",
"content_length": 32768,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "open-mixtral-8x7b",
"content_length": 32768,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "open-mixtral-8x22b",
"content_length": 65536,
"max_output": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "magistral-medium-latest",
"content_length": 131072,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "magistral-small-latest",
"content_length": 131072,
"max_output": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "mistral-embed",
"max_tokens": 8192,
"model_types": [
"embedding"
],
"max_batch_size": 16
},
{
"name": "mistral-ocr-2512",
"max_tokens": 8192,
"model_types": [
"ocr"
]
}
]
}