45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
[
|
|
{
|
|
"model": "mistral-small-latest",
|
|
"object": "model",
|
|
"name": "Mistral Small",
|
|
"version": "1.1",
|
|
"description": "Mistral Small is the ideal choice for simple tasks (Classification, Customer Support, or Text Generation) at an affordable price.",
|
|
"inference_params": {
|
|
"max_tokens": 32000,
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true
|
|
},
|
|
"engine": "mistral"
|
|
},
|
|
{
|
|
"model": "mistral-large-latest",
|
|
"object": "model",
|
|
"name": "Mistral Large",
|
|
"version": "1.1",
|
|
"description": "Mistral Large is ideal for complex tasks (Synthetic Text Generation, Code Generation, RAG, or Agents).",
|
|
"inference_params": {
|
|
"max_tokens": 32000,
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true
|
|
},
|
|
"engine": "mistral"
|
|
},
|
|
{
|
|
"model": "open-mixtral-8x22b",
|
|
"object": "model",
|
|
"name": "Mixtral 8x22B",
|
|
"version": "1.1",
|
|
"description": "Mixtral 8x22B is a high-performance, cost-effective model designed for complex tasks.",
|
|
"inference_params": {
|
|
"max_tokens": 32000,
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true
|
|
},
|
|
"engine": "mistral"
|
|
}
|
|
]
|