@@ -16,6 +16,7 @@
- meta.llama3-70b-instruct-v1:0
- meta.llama2-13b-chat-v1
- meta.llama2-70b-chat-v1
+- mistral.mistral-large-2407-v1:0
- mistral.mistral-small-2402-v1:0
- mistral.mistral-large-2402-v1:0
- mistral.mixtral-8x7b-instruct-v0:1
@@ -0,0 +1,29 @@
+model: mistral.mistral-large-2407-v1:0
+label:
+ en_US: Mistral Large 2 (24.07)
+model_type: llm
+features:
+ - tool-call
+model_properties:
+ mode: completion
+ context_size: 128000
+parameter_rules:
+ - name: temperature
+ use_template: temperature
+ required: false
+ default: 0.7
+ - name: top_p
+ use_template: top_p
+ default: 1
+ - name: max_tokens
+ use_template: max_tokens
+ required: true
+ default: 512
+ min: 1
+ max: 8192
+pricing:
+ input: '0.003'
+ output: '0.009'
+ unit: '0.001'
+ currency: USD