File tree 2 files changed +37
-0
lines changed
api/core/model_runtime/model_providers/groq/llm
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ - deepseek-r1-distill-llama-70b
1
2
- llama-3.1-405b-reasoning
2
3
- llama-3.3-70b-versatile
3
4
- llama-3.1-70b-versatile
Original file line number Diff line number Diff line change
1
+ model : deepseek-r1-distill-llama-70b
2
+ label :
3
+ en_US : DeepSeek R1 Distill Llama 70b
4
+ model_type : llm
5
+ features :
6
+ - agent-thought
7
+ model_properties :
8
+ mode : chat
9
+ context_size : 128000
10
+ parameter_rules :
11
+ - name : temperature
12
+ use_template : temperature
13
+ - name : top_p
14
+ use_template : top_p
15
+ - name : max_tokens
16
+ use_template : max_tokens
17
+ default : 512
18
+ min : 1
19
+ max : 8192
20
+ - name : response_format
21
+ label :
22
+ zh_Hans : 回复格式
23
+ en_US : Response Format
24
+ type : string
25
+ help :
26
+ zh_Hans : 指定模型必须输出的格式
27
+ en_US : specifying the format that the model must output
28
+ required : false
29
+ options :
30
+ - text
31
+ - json_object
32
+ pricing :
33
+ input : ' 3.00'
34
+ output : ' 3.00'
35
+ unit : ' 0.000001'
36
+ currency : USD
You can’t perform that action at this time.
0 commit comments