mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 15:48:58 +08:00
Fixed Novita AI color and added DeepSeek R1 model (#13074)
This commit is contained in:
parent
5d91dbd000
commit
560c5de1b7
@ -1,7 +1,7 @@
|
|||||||
model: Sao10K/L3-8B-Stheno-v3.2
|
model: Sao10K/L3-8B-Stheno-v3.2
|
||||||
label:
|
label:
|
||||||
zh_Hans: Sao10K/L3-8B-Stheno-v3.2
|
zh_Hans: L3 8B Stheno V3.2
|
||||||
en_US: Sao10K/L3-8B-Stheno-v3.2
|
en_US: L3 8B Stheno V3.2
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Deepseek Models
|
# Deepseek Models
|
||||||
|
- deepseek/deepseek-r1
|
||||||
- deepseek/deepseek_v3
|
- deepseek/deepseek_v3
|
||||||
|
|
||||||
# LLaMA Models
|
# LLaMA Models
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: jondurbin/airoboros-l2-70b
|
model: jondurbin/airoboros-l2-70b
|
||||||
label:
|
label:
|
||||||
zh_Hans: jondurbin/airoboros-l2-70b
|
zh_Hans: Airoboros L2 70B
|
||||||
en_US: jondurbin/airoboros-l2-70b
|
en_US: Airoboros L2 70B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -0,0 +1,41 @@
|
|||||||
|
model: deepseek/deepseek-r1
|
||||||
|
label:
|
||||||
|
zh_Hans: DeepSeek R1
|
||||||
|
en_US: DeepSeek R1
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 64000
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
min: 0
|
||||||
|
max: 2
|
||||||
|
default: 1
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
default: 1
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
min: 1
|
||||||
|
max: 2048
|
||||||
|
default: 512
|
||||||
|
- name: frequency_penalty
|
||||||
|
use_template: frequency_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
|
- name: presence_penalty
|
||||||
|
use_template: presence_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
|
pricing:
|
||||||
|
input: '0.04'
|
||||||
|
output: '0.04'
|
||||||
|
unit: '0.0001'
|
||||||
|
currency: USD
|
@ -1,7 +1,7 @@
|
|||||||
model: deepseek/deepseek_v3
|
model: deepseek/deepseek_v3
|
||||||
label:
|
label:
|
||||||
zh_Hans: deepseek/deepseek_v3
|
zh_Hans: DeepSeek V3
|
||||||
en_US: deepseek/deepseek_v3
|
en_US: DeepSeek V3
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: cognitivecomputations/dolphin-mixtral-8x22b
|
model: cognitivecomputations/dolphin-mixtral-8x22b
|
||||||
label:
|
label:
|
||||||
zh_Hans: cognitivecomputations/dolphin-mixtral-8x22b
|
zh_Hans: Dolphin Mixtral 8x22B
|
||||||
en_US: cognitivecomputations/dolphin-mixtral-8x22b
|
en_US: Dolphin Mixtral 8x22B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: google/gemma-2-9b-it
|
model: google/gemma-2-9b-it
|
||||||
label:
|
label:
|
||||||
zh_Hans: google/gemma-2-9b-it
|
zh_Hans: Gemma 2 9B
|
||||||
en_US: google/gemma-2-9b-it
|
en_US: Gemma 2 9B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: nousresearch/hermes-2-pro-llama-3-8b
|
model: nousresearch/hermes-2-pro-llama-3-8b
|
||||||
label:
|
label:
|
||||||
zh_Hans: nousresearch/hermes-2-pro-llama-3-8b
|
zh_Hans: Hermes 2 Pro Llama 3 8B
|
||||||
en_US: nousresearch/hermes-2-pro-llama-3-8b
|
en_US: Hermes 2 Pro Llama 3 8B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: sao10k/l3-70b-euryale-v2.1
|
model: sao10k/l3-70b-euryale-v2.1
|
||||||
label:
|
label:
|
||||||
zh_Hans: sao10k/l3-70b-euryale-v2.1
|
zh_Hans: "L3 70B Euryale V2.1\t"
|
||||||
en_US: sao10k/l3-70b-euryale-v2.1
|
en_US: "L3 70B Euryale V2.1\t"
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: sao10k/l3-8b-lunaris
|
model: sao10k/l3-8b-lunaris
|
||||||
label:
|
label:
|
||||||
zh_Hans: sao10k/l3-8b-lunaris
|
zh_Hans: "Sao10k L3 8B Lunaris"
|
||||||
en_US: sao10k/l3-8b-lunaris
|
en_US: "Sao10k L3 8B Lunaris"
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: sao10k/l31-70b-euryale-v2.2
|
model: sao10k/l31-70b-euryale-v2.2
|
||||||
label:
|
label:
|
||||||
zh_Hans: sao10k/l31-70b-euryale-v2.2
|
zh_Hans: L31 70B Euryale V2.2
|
||||||
en_US: sao10k/l31-70b-euryale-v2.2
|
en_US: L31 70B Euryale V2.2
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3-70b-instruct
|
model: meta-llama/llama-3-70b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3-70b-instruct
|
zh_Hans: Llama3 70b Instruct
|
||||||
en_US: meta-llama/llama-3-70b-instruct
|
en_US: Llama3 70b Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3-8b-instruct
|
model: meta-llama/llama-3-8b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3-8b-instruct
|
zh_Hans: Llama 3 8B Instruct
|
||||||
en_US: meta-llama/llama-3-8b-instruct
|
en_US: Llama 3 8B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.1-70b-instruct
|
model: meta-llama/llama-3.1-70b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.1-70b-instruct
|
zh_Hans: Llama 3.1 70B Instruct
|
||||||
en_US: meta-llama/llama-3.1-70b-instruct
|
en_US: Llama 3.1 70B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.1-8b-instruct-bf16
|
model: meta-llama/llama-3.1-8b-instruct-bf16
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.1-8b-instruct-bf16
|
zh_Hans: Llama 3.1 8B Instruct BF16
|
||||||
en_US: meta-llama/llama-3.1-8b-instruct-bf16
|
en_US: Llama 3.1 8B Instruct BF16
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.1-8b-instruct-max
|
model: meta-llama/llama-3.1-8b-instruct-max
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.1-8b-instruct-max
|
zh_Hans: "Llama3.1 8B Instruct Max\t"
|
||||||
en_US: meta-llama/llama-3.1-8b-instruct-max
|
en_US: "Llama3.1 8B Instruct Max\t"
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.1-8b-instruct
|
model: meta-llama/llama-3.1-8b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.1-8b-instruct
|
zh_Hans: Llama 3.1 8B Instruct
|
||||||
en_US: meta-llama/llama-3.1-8b-instruct
|
en_US: Llama 3.1 8B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.2-11b-vision-instruct
|
model: meta-llama/llama-3.2-11b-vision-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.2-11b-vision-instruct
|
zh_Hans: "Llama 3.2 11B Vision Instruct\t"
|
||||||
en_US: meta-llama/llama-3.2-11b-vision-instruct
|
en_US: "Llama 3.2 11B Vision Instruct\t"
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.2-1b-instruct
|
model: meta-llama/llama-3.2-1b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.2-1b-instruct
|
zh_Hans: "Llama 3.2 1B Instruct\t"
|
||||||
en_US: meta-llama/llama-3.2-1b-instruct
|
en_US: "Llama 3.2 1B Instruct\t"
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.2-3b-instruct
|
model: meta-llama/llama-3.2-3b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.2-3b-instruct
|
zh_Hans: Llama 3.2 3B Instruct
|
||||||
en_US: meta-llama/llama-3.2-3b-instruct
|
en_US: Llama 3.2 3B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: meta-llama/llama-3.3-70b-instruct
|
model: meta-llama/llama-3.3-70b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta-llama/llama-3.3-70b-instruct
|
zh_Hans: Llama 3.3 70B Instruct
|
||||||
en_US: meta-llama/llama-3.3-70b-instruct
|
en_US: Llama 3.3 70B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: sophosympatheia/midnight-rose-70b
|
model: sophosympatheia/midnight-rose-70b
|
||||||
label:
|
label:
|
||||||
zh_Hans: sophosympatheia/midnight-rose-70b
|
zh_Hans: Midnight Rose 70B
|
||||||
en_US: sophosympatheia/midnight-rose-70b
|
en_US: Midnight Rose 70B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: mistralai/mistral-7b-instruct
|
model: mistralai/mistral-7b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: mistralai/mistral-7b-instruct
|
zh_Hans: Mistral 7B Instruct
|
||||||
en_US: mistralai/mistral-7b-instruct
|
en_US: Mistral 7B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: mistralai/mistral-nemo
|
model: mistralai/mistral-nemo
|
||||||
label:
|
label:
|
||||||
zh_Hans: mistralai/mistral-nemo
|
zh_Hans: Mistral Nemo
|
||||||
en_US: mistralai/mistral-nemo
|
en_US: Mistral Nemo
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: gryphe/mythomax-l2-13b
|
model: gryphe/mythomax-l2-13b
|
||||||
label:
|
label:
|
||||||
zh_Hans: gryphe/mythomax-l2-13b
|
zh_Hans: Mythomax L2 13B
|
||||||
en_US: gryphe/mythomax-l2-13b
|
en_US: Mythomax L2 13B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: nousresearch/nous-hermes-llama2-13b
|
model: nousresearch/nous-hermes-llama2-13b
|
||||||
label:
|
label:
|
||||||
zh_Hans: nousresearch/nous-hermes-llama2-13b
|
zh_Hans: Nous Hermes Llama2 13B
|
||||||
en_US: nousresearch/nous-hermes-llama2-13b
|
en_US: Nous Hermes Llama2 13B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: openchat/openchat-7b
|
model: openchat/openchat-7b
|
||||||
label:
|
label:
|
||||||
zh_Hans: openchat/openchat-7b
|
zh_Hans: OpenChat 7B
|
||||||
en_US: openchat/openchat-7b
|
en_US: OpenChat 7B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: teknium/openhermes-2.5-mistral-7b
|
model: teknium/openhermes-2.5-mistral-7b
|
||||||
label:
|
label:
|
||||||
zh_Hans: teknium/openhermes-2.5-mistral-7b
|
zh_Hans: Openhermes2.5 Mistral 7B
|
||||||
en_US: teknium/openhermes-2.5-mistral-7b
|
en_US: Openhermes2.5 Mistral 7B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: qwen/qwen-2-72b-instruct
|
model: qwen/qwen-2-72b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: qwen/qwen-2-72b-instruct
|
zh_Hans: Qwen2 72B Instruct
|
||||||
en_US: qwen/qwen-2-72b-instruct
|
en_US: Qwen2 72B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: qwen/qwen-2-7b-instruct
|
model: qwen/qwen-2-7b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: qwen/qwen-2-7b-instruct
|
zh_Hans: Qwen 2 7B Instruct
|
||||||
en_US: qwen/qwen-2-7b-instruct
|
en_US: Qwen 2 7B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: qwen/qwen-2-vl-72b-instruct
|
model: qwen/qwen-2-vl-72b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: qwen/qwen-2-vl-72b-instruct
|
zh_Hans: Qwen 2 VL 72B Instruct
|
||||||
en_US: qwen/qwen-2-vl-72b-instruct
|
en_US: Qwen 2 VL 72B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: qwen/qwen-2.5-72b-instruct
|
model: qwen/qwen-2.5-72b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: qwen/qwen-2.5-72b-instruct
|
zh_Hans: Qwen 2.5 72B Instruct
|
||||||
en_US: qwen/qwen-2.5-72b-instruct
|
en_US: Qwen 2.5 72B Instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
model: microsoft/wizardlm-2-8x22b
|
model: microsoft/wizardlm-2-8x22b
|
||||||
label:
|
label:
|
||||||
zh_Hans: microsoft/wizardlm-2-8x22b
|
zh_Hans: Wizardlm 2 8x22B
|
||||||
en_US: microsoft/wizardlm-2-8x22b
|
en_US: Wizardlm 2 8x22B
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@ -8,7 +8,7 @@ icon_small:
|
|||||||
en_US: icon_s_en.svg
|
en_US: icon_s_en.svg
|
||||||
icon_large:
|
icon_large:
|
||||||
en_US: icon_l_en.svg
|
en_US: icon_l_en.svg
|
||||||
background: "#eadeff"
|
background: "#c7fce2"
|
||||||
help:
|
help:
|
||||||
title:
|
title:
|
||||||
en_US: Get your API key from Novita AI
|
en_US: Get your API key from Novita AI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user