File tree 3 files changed +53
-0
lines changed
api/core/model_runtime/model_providers/groq/llm
3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1
1
model : llama-3.1-70b-versatile
2
+ deprecated : true
2
3
label :
3
4
zh_Hans : Llama-3.1-70b-versatile (DEPRECATED)
4
5
en_US : Llama-3.1-70b-versatile (DEPRECATED)
Original file line number Diff line number Diff line change
1
+ model : llama-3.2-11b-text-preview
2
+ deprecated : true
3
+ label :
4
+ zh_Hans : Llama 3.2 11B Text (Preview)
5
+ en_US : Llama 3.2 11B Text (Preview)
6
+ model_type : llm
7
+ features :
8
+ - agent-thought
9
+ model_properties :
10
+ mode : chat
11
+ context_size : 131072
12
+ parameter_rules :
13
+ - name : temperature
14
+ use_template : temperature
15
+ - name : top_p
16
+ use_template : top_p
17
+ - name : max_tokens
18
+ use_template : max_tokens
19
+ default : 512
20
+ min : 1
21
+ max : 8192
22
+ pricing :
23
+ input : ' 0.05'
24
+ output : ' 0.1'
25
+ unit : ' 0.000001'
26
+ currency : USD
Original file line number Diff line number Diff line change
1
+ model : llama-3.2-90b-text-preview
2
+ depraceted : true
3
+ label :
4
+ zh_Hans : Llama 3.2 90B Text (Preview)
5
+ en_US : Llama 3.2 90B Text (Preview)
6
+ model_type : llm
7
+ features :
8
+ - agent-thought
9
+ model_properties :
10
+ mode : chat
11
+ context_size : 131072
12
+ parameter_rules :
13
+ - name : temperature
14
+ use_template : temperature
15
+ - name : top_p
16
+ use_template : top_p
17
+ - name : max_tokens
18
+ use_template : max_tokens
19
+ default : 512
20
+ min : 1
21
+ max : 8192
22
+ pricing :
23
+ input : ' 0.05'
24
+ output : ' 0.1'
25
+ unit : ' 0.000001'
26
+ currency : USD
You can’t perform that action at this time.
0 commit comments