Create model.yml
Browse files
model.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model: mistral-large-latest
|
| 2 |
+
name: Mistral Large
|
| 3 |
+
version: 1.2
|
| 4 |
+
|
| 5 |
+
files: []
|
| 6 |
+
|
| 7 |
+
# Results Preferences
|
| 8 |
+
temperature: 0.7
|
| 9 |
+
max_tokens: 32000
|
| 10 |
+
stream: true
|
| 11 |
+
top_p: 0.95
|
| 12 |
+
|
| 13 |
+
# Engine / Model Settings
|
| 14 |
+
engine: mistral
|
| 15 |
+
metadata:
|
| 16 |
+
author: Mistral
|
| 17 |
+
description: Mistral Large is a top-tier reasoning model for high-complexity tasks. It supports dozens of languages, along with 80+ coding languages.
|
| 18 |
+
end_point: https://api.mistral.ai/v1/chat/completions
|
| 19 |
+
api_key_url: https://console.mistral.ai/api-keys/
|
| 20 |
+
logo: https://raw.githubusercontent.com/janhq/cortex-web/main/static/img/logos/mistral.svg
|