VinciDev commited on
Commit
08bd22c
·
1 Parent(s): 35cd7e8

Mistral Models added

Browse files
Files changed (1) hide show
  1. data/llm.json +4 -1
data/llm.json CHANGED
@@ -10,5 +10,8 @@
10
  { "id": "palm2-chat-bison", "name": "PaLM 2 for Chat (Bison)", "category": "chat", "type": "saas", "input_price": 0.002, "output_price": 0.002},
11
  { "id": "palm2-text-bison", "name": "PaLM 2 for Text (Bison)", "category": "text", "type": "saas", "input_price": 0.002, "output_price": 0.002 },
12
  { "id": "titan-text–lite", "name": "AWS Titan Text – Lite", "category": "text", "type": "saas", "input_price": 0.0003, "output_price": 0.0004 },
13
- { "id": "titan-text–express", "name": "AWS Titan Text – Express", "category": "text", "type": "saas", "input_price": 0.0013, "output_price": 0.0017 }
 
 
 
14
  ]
 
10
  { "id": "palm2-chat-bison", "name": "PaLM 2 for Chat (Bison)", "category": "chat", "type": "saas", "input_price": 0.002, "output_price": 0.002},
11
  { "id": "palm2-text-bison", "name": "PaLM 2 for Text (Bison)", "category": "text", "type": "saas", "input_price": 0.002, "output_price": 0.002 },
12
  { "id": "titan-text–lite", "name": "AWS Titan Text – Lite", "category": "text", "type": "saas", "input_price": 0.0003, "output_price": 0.0004 },
13
+ { "id": "titan-text–express", "name": "AWS Titan Text – Express", "category": "text", "type": "saas", "input_price": 0.0013, "output_price": 0.0017 },
14
+ { "id": "mistral-tiny", "name": "Mistral-7B", "category": "chat", "type": "saas", "input_price": 0.00014, "output_price": 0.00042 },
15
+ { "id": "mistral-small", "name": "Mixtral-8X7B", "category": "chat", "type": "saas", "input_price": 0.0006, "output_price": 0.0018 },
16
+ { "id": "mistral-medium", "name": "Mistral – Medium", "category": "chat", "type": "saas", "input_price": 0.0025, "output_price": 0.0075 }
17
  ]