Spaces:
Running
Running
Commit
·
25bbc63
1
Parent(s):
48bf402
updates
Browse files- api_cost/api_cost.yaml +13 -7
- requirements.txt +0 -0
api_cost/api_cost.yaml
CHANGED
|
@@ -66,15 +66,21 @@ PALM2_TB_2:
|
|
| 66 |
|
| 67 |
# Mistral AI
|
| 68 |
# https://docs.mistral.ai/platform/pricing/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
MISTRAL_MEDIUM:
|
| 70 |
-
in: 0.
|
| 71 |
-
out: 0.
|
| 72 |
MISTRAL_SMALL:
|
| 73 |
-
in: 0.
|
| 74 |
-
out: 0.
|
| 75 |
-
MISTRAL_TINY:
|
| 76 |
-
in: 0.00014
|
| 77 |
-
out: 0.00042
|
| 78 |
|
| 79 |
|
| 80 |
################
|
|
|
|
| 66 |
|
| 67 |
# Mistral AI
|
| 68 |
# https://docs.mistral.ai/platform/pricing/
|
| 69 |
+
OPEN_MIXTRAL_8X7B:
|
| 70 |
+
in: 0.0007
|
| 71 |
+
out: 0.0007
|
| 72 |
+
OPEN_MISTRAL_7B:
|
| 73 |
+
in: 0.000250
|
| 74 |
+
out: 0.000250
|
| 75 |
+
MISTRAL_LARGE:
|
| 76 |
+
in: 0.008
|
| 77 |
+
out: 0.024
|
| 78 |
MISTRAL_MEDIUM:
|
| 79 |
+
in: 0.0027
|
| 80 |
+
out: 0.0081
|
| 81 |
MISTRAL_SMALL:
|
| 82 |
+
in: 0.002
|
| 83 |
+
out: 0.006
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
################
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|