mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 06:55:53 +08:00
Add Llama3.2 models in Groq provider (#8831)
This commit is contained in:
parent
29275c7447
commit
bb781764b8
@ -0,0 +1,25 @@
|
|||||||
|
model: llama-3.2-11b-text-preview
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama 3.2 11B Text (Preview)
|
||||||
|
en_US: Llama 3.2 11B Text (Preview)
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 131072
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.05'
|
||||||
|
output: '0.1'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
@ -0,0 +1,25 @@
|
|||||||
|
model: llama-3.2-1b-preview
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama 3.2 1B Text (Preview)
|
||||||
|
en_US: Llama 3.2 1B Text (Preview)
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 131072
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.05'
|
||||||
|
output: '0.1'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
@ -0,0 +1,25 @@
|
|||||||
|
model: llama-3.2-3b-preview
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama 3.2 3B Text (Preview)
|
||||||
|
en_US: Llama 3.2 3B Text (Preview)
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 131072
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.05'
|
||||||
|
output: '0.1'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
@ -0,0 +1,25 @@
|
|||||||
|
model: llama-3.2-90b-text-preview
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama 3.2 90B Text (Preview)
|
||||||
|
en_US: Llama 3.2 90B Text (Preview)
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 131072
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.05'
|
||||||
|
output: '0.1'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
Loading…
x
Reference in New Issue
Block a user