-
Notifications
You must be signed in to change notification settings - Fork 9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Novita AI predefined models (#13045)
- Loading branch information
Showing
25 changed files
with
614 additions
and
56 deletions.
There are no files selected for viewing
24 changes: 8 additions & 16 deletions
24
api/core/model_runtime/model_providers/novita/_assets/icon_l_en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 2 additions & 9 deletions
11
api/core/model_runtime/model_providers/novita/_assets/icon_s_en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/L3-8B-Stheno-v3.2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: Sao10K/L3-8B-Stheno-v3.2 | ||
label: | ||
zh_Hans: Sao10K/L3-8B-Stheno-v3.2 | ||
en_US: Sao10K/L3-8B-Stheno-v3.2 | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 8192 | ||
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.0005' | ||
output: '0.0005' | ||
unit: '0.0001' | ||
currency: USD |
40 changes: 40 additions & 0 deletions
40
api/core/model_runtime/model_providers/novita/llm/_position.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Deepseek Models | ||
- deepseek/deepseek_v3 | ||
|
||
# LLaMA Models | ||
- meta-llama/llama-3.3-70b-instruct | ||
- meta-llama/llama-3.2-11b-vision-instruct | ||
- meta-llama/llama-3.2-3b-instruct | ||
- meta-llama/llama-3.2-1b-instruct | ||
- meta-llama/llama-3.1-70b-instruct | ||
- meta-llama/llama-3.1-8b-instruct | ||
- meta-llama/llama-3.1-8b-instruct-max | ||
- meta-llama/llama-3.1-8b-instruct-bf16 | ||
- meta-llama/llama-3-70b-instruct | ||
- meta-llama/llama-3-8b-instruct | ||
|
||
# Mistral Models | ||
- mistralai/mistral-nemo | ||
- mistralai/mistral-7b-instruct | ||
|
||
# Qwen Models | ||
- qwen/qwen-2.5-72b-instruct | ||
- qwen/qwen-2-72b-instruct | ||
- qwen/qwen-2-vl-72b-instruct | ||
- qwen/qwen-2-7b-instruct | ||
|
||
# Other Models | ||
- sao10k/L3-8B-Stheno-v3.2 | ||
- sao10k/l3-70b-euryale-v2.1 | ||
- sao10k/l31-70b-euryale-v2.2 | ||
- sao10k/l3-8b-lunaris | ||
- jondurbin/airoboros-l2-70b | ||
- cognitivecomputations/dolphin-mixtral-8x22b | ||
- google/gemma-2-9b-it | ||
- nousresearch/hermes-2-pro-llama-3-8b | ||
- sophosympatheia/midnight-rose-70b | ||
- gryphe/mythomax-l2-13b | ||
- nousresearch/nous-hermes-llama2-13b | ||
- openchat/openchat-7b | ||
- teknium/openhermes-2.5-mistral-7b | ||
- microsoft/wizardlm-2-8x22b |
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/deepseek_v3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: deepseek/deepseek_v3 | ||
label: | ||
zh_Hans: deepseek/deepseek_v3 | ||
en_US: deepseek/deepseek_v3 | ||
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.0089' | ||
output: '0.0089' | ||
unit: '0.0001' | ||
currency: USD |
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/l3-8b-lunaris.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: sao10k/l3-8b-lunaris | ||
label: | ||
zh_Hans: sao10k/l3-8b-lunaris | ||
en_US: sao10k/l3-8b-lunaris | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 8192 | ||
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.0005' | ||
output: '0.0005' | ||
unit: '0.0001' | ||
currency: USD |
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/l31-70b-euryale-v2.2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: sao10k/l31-70b-euryale-v2.2 | ||
label: | ||
zh_Hans: sao10k/l31-70b-euryale-v2.2 | ||
en_US: sao10k/l31-70b-euryale-v2.2 | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 16000 | ||
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.0148' | ||
output: '0.0148' | ||
unit: '0.0001' | ||
currency: USD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/llama-3.1-8b-instruct-bf16.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: meta-llama/llama-3.1-8b-instruct-bf16 | ||
label: | ||
zh_Hans: meta-llama/llama-3.1-8b-instruct-bf16 | ||
en_US: meta-llama/llama-3.1-8b-instruct-bf16 | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 8192 | ||
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.0006' | ||
output: '0.0006' | ||
unit: '0.0001' | ||
currency: USD |
41 changes: 41 additions & 0 deletions
41
api/core/model_runtime/model_providers/novita/llm/llama-3.1-8b-instruct-max.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
model: meta-llama/llama-3.1-8b-instruct-max | ||
label: | ||
zh_Hans: meta-llama/llama-3.1-8b-instruct-max | ||
en_US: meta-llama/llama-3.1-8b-instruct-max | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 16384 | ||
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.0005' | ||
output: '0.0005' | ||
unit: '0.0001' | ||
currency: USD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.