diff --git a/packages/components/models.json b/packages/components/models.json index e18db5544b0..6b8f5b5ffe9 100644 --- a/packages/components/models.json +++ b/packages/components/models.json @@ -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 } ] }