Spaces:
Sleeping
Sleeping
Update constants/models.py
Browse files- constants/models.py +9 -2
constants/models.py
CHANGED
|
@@ -70,7 +70,7 @@ TOKEN_LIMIT_MAP = {
|
|
| 70 |
"c4ai-command-r-plus-08-2024":1000000000000000019884624838656,
|
| 71 |
"Qwen2.5-72B-Instruct":131072,
|
| 72 |
"DeepSeek-R1-Distill-Qwen-32B":131072,
|
| 73 |
-
"DeepSeek-
|
| 74 |
|
| 75 |
# "openchat-3.5": 8192,
|
| 76 |
# "command-r-plus": 32768,
|
|
@@ -168,7 +168,14 @@ AVAILABLE_MODELS_DICTS = [
|
|
| 168 |
"object": "model",
|
| 169 |
"created": 1700000000,
|
| 170 |
"owned_by": "microsoft"
|
| 171 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
]
|
| 173 |
|
| 174 |
|
|
|
|
| 70 |
"c4ai-command-r-plus-08-2024":1000000000000000019884624838656,
|
| 71 |
"Qwen2.5-72B-Instruct":131072,
|
| 72 |
"DeepSeek-R1-Distill-Qwen-32B":131072,
|
| 73 |
+
"DeepSeek-V3-0324":131072,
|
| 74 |
|
| 75 |
# "openchat-3.5": 8192,
|
| 76 |
# "command-r-plus": 32768,
|
|
|
|
| 168 |
"object": "model",
|
| 169 |
"created": 1700000000,
|
| 170 |
"owned_by": "microsoft"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"id": "mixtral-8x7b",
|
| 174 |
+
"description": "[mistralai/Mixtral-8x7B-Instruct-v0.1]: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 175 |
+
"object": "model",
|
| 176 |
+
"created": 1700000000,
|
| 177 |
+
"owned_by": "mistralai"
|
| 178 |
+
},
|
| 179 |
]
|
| 180 |
|
| 181 |
|