Skip to content

Commit c6ddf6d

Browse files
authored
feat(model_providers): Add Groq DeepSeek-R1-Distill-Llama-70b (#13229)
Signed-off-by: -LAN- <[email protected]>
1 parent 34b21b3 commit c6ddf6d

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

api/core/model_runtime/model_providers/groq/llm/_position.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- deepseek-r1-distill-llama-70b
12
- llama-3.1-405b-reasoning
23
- llama-3.3-70b-versatile
34
- llama-3.1-70b-versatile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

0 commit comments

Comments
 (0)