Commit 80c52e0 1 parent 50b76dd commit 80c52e0 Copy full SHA for 80c52e0
File tree 2 files changed +50
-0
lines changed
api/core/model_runtime/model_providers/groq/llm
2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ model : llama-3.3-70b-specdec
2
+ label :
3
+ zh_Hans : Llama 3.3 70B Specdec
4
+ en_US : Llama 3.3 70B Specdec
5
+ model_type : llm
6
+ features :
7
+ - agent-thought
8
+ model_properties :
9
+ mode : chat
10
+ context_size : 131072
11
+ parameter_rules :
12
+ - name : temperature
13
+ use_template : temperature
14
+ - name : top_p
15
+ use_template : top_p
16
+ - name : max_tokens
17
+ use_template : max_tokens
18
+ default : 1024
19
+ min : 1
20
+ max : 32768
21
+ pricing :
22
+ input : " 0.05"
23
+ output : " 0.1"
24
+ unit : " 0.000001"
25
+ currency : USD
Original file line number Diff line number Diff line change
1
+ model : llama-3.3-70b-versatile
2
+ label :
3
+ zh_Hans : Llama 3.3 70B Versatile
4
+ en_US : Llama 3.3 70B Versatile
5
+ model_type : llm
6
+ features :
7
+ - agent-thought
8
+ model_properties :
9
+ mode : chat
10
+ context_size : 131072
11
+ parameter_rules :
12
+ - name : temperature
13
+ use_template : temperature
14
+ - name : top_p
15
+ use_template : top_p
16
+ - name : max_tokens
17
+ use_template : max_tokens
18
+ default : 1024
19
+ min : 1
20
+ max : 32768
21
+ pricing :
22
+ input : " 0.05"
23
+ output : " 0.1"
24
+ unit : " 0.000001"
25
+ currency : USD
You can’t perform that action at this time.
0 commit comments