Fixed Novita AI color and added DeepSeek R1 model (#13074)
parent
5d91dbd000
commit
560c5de1b7
@ -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
|
||||||
Loading…
Reference in New Issue