mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Adding cost metrics for mistral range of models (#4338)
This commit is contained in:
@@ -1073,63 +1073,93 @@
|
||||
"models": [
|
||||
{
|
||||
"label": "open-mistral-nemo",
|
||||
"name": "open-mistral-nemo"
|
||||
"name": "open-mistral-nemo",
|
||||
"input_cost": 0.00015,
|
||||
"output_cost": 0.00015
|
||||
},
|
||||
{
|
||||
"label": "open-mistral-7b",
|
||||
"name": "open-mistral-7b"
|
||||
"name": "open-mistral-7b",
|
||||
"input_cost": 0.00025,
|
||||
"output_cost": 0.00025
|
||||
},
|
||||
{
|
||||
"label": "mistral-tiny-2312",
|
||||
"name": "mistral-tiny-2312"
|
||||
"name": "mistral-tiny-2312",
|
||||
"input_cost": 0.0007,
|
||||
"output_cost": 0.0007
|
||||
},
|
||||
{
|
||||
"label": "mistral-tiny",
|
||||
"name": "mistral-tiny"
|
||||
"name": "mistral-tiny",
|
||||
"input_cost": 0.0007,
|
||||
"output_cost": 0.0007
|
||||
},
|
||||
{
|
||||
"label": "open-mixtral-8x7b",
|
||||
"name": "open-mixtral-8x7b"
|
||||
"name": "open-mixtral-8x7b",
|
||||
"input_cost": 0.0007,
|
||||
"output_cost": 0.0007
|
||||
},
|
||||
{
|
||||
"label": "open-mixtral-8x22b",
|
||||
"name": "open-mixtral-8x22b"
|
||||
"name": "open-mixtral-8x22b",
|
||||
"input_cost": 0.002,
|
||||
"output_cost": 0.006
|
||||
},
|
||||
{
|
||||
"label": "mistral-small-2312",
|
||||
"name": "mistral-small-2312"
|
||||
"name": "mistral-small-2312",
|
||||
"input_cost": 0.0001,
|
||||
"output_cost": 0.0003
|
||||
},
|
||||
{
|
||||
"label": "mistral-small",
|
||||
"name": "mistral-small"
|
||||
"name": "mistral-small",
|
||||
"input_cost": 0.0001,
|
||||
"output_cost": 0.0003
|
||||
},
|
||||
{
|
||||
"label": "mistral-small-2402",
|
||||
"name": "mistral-small-2402"
|
||||
"name": "mistral-small-2402",
|
||||
"input_cost": 0.0001,
|
||||
"output_cost": 0.0003
|
||||
},
|
||||
{
|
||||
"label": "mistral-small-latest",
|
||||
"name": "mistral-small-latest"
|
||||
"name": "mistral-small-latest",
|
||||
"input_cost": 0.0001,
|
||||
"output_cost": 0.0003
|
||||
},
|
||||
{
|
||||
"label": "mistral-medium-latest",
|
||||
"name": "mistral-medium-latest"
|
||||
"name": "mistral-medium-latest",
|
||||
"input_cost": 0.001,
|
||||
"output_cost": 0.003
|
||||
},
|
||||
{
|
||||
"label": "mistral-medium-2312",
|
||||
"name": "mistral-medium-2312"
|
||||
"name": "mistral-medium-2312",
|
||||
"input_cost": 0.001,
|
||||
"output_cost": 0.003
|
||||
},
|
||||
{
|
||||
"label": "mistral-medium",
|
||||
"name": "mistral-medium"
|
||||
"name": "mistral-medium",
|
||||
"input_cost": 0.001,
|
||||
"output_cost": 0.003
|
||||
},
|
||||
{
|
||||
"label": "mistral-large-latest",
|
||||
"name": "mistral-large-latest"
|
||||
"name": "mistral-large-latest",
|
||||
"input_cost": 0.002,
|
||||
"output_cost": 0.006
|
||||
},
|
||||
{
|
||||
"label": "mistral-large-2402",
|
||||
"name": "mistral-large-2402"
|
||||
"name": "mistral-large-2402",
|
||||
"input_cost": 0.002,
|
||||
"output_cost": 0.006
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1138,15 +1168,21 @@
|
||||
"models": [
|
||||
{
|
||||
"label": "mistral-tiny",
|
||||
"name": "mistral-tiny"
|
||||
"name": "mistral-tiny",
|
||||
"input_cost": 0.0007,
|
||||
"output_cost": 0.0007
|
||||
},
|
||||
{
|
||||
"label": "mistral-small",
|
||||
"name": "mistral-small"
|
||||
"name": "mistral-small",
|
||||
"input_cost": 0.0001,
|
||||
"output_cost": 0.0003
|
||||
},
|
||||
{
|
||||
"label": "mistral-medium",
|
||||
"name": "mistral-medium"
|
||||
"name": "mistral-medium",
|
||||
"input_cost": 0.001,
|
||||
"output_cost": 0.003
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user