Skip to content

Commit 80c52e0

Browse files
authored
feat: Add llama-3.3 models for Groq (#11533)
1 parent 50b76dd commit 80c52e0

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)