Skip to content

Commit

Permalink
fix: glm models prices and max_tokens correction (#7882)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangeclk authored Sep 2, 2024
1 parent 5e4907e commit 3f2a806
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameter_rules:
min: 1
max: 8192
pricing:
input: '0.0001'
output: '0.0001'
input: '0'
output: '0'
unit: '0.001'
currency: RMB
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ parameter_rules:
default: 1024
min: 1
max: 8192
pricing:
input: '0.001'
output: '0.001'
unit: '0.001'
currency: RMB
5 changes: 5 additions & 0 deletions api/core/model_runtime/model_providers/zhipuai/llm/glm_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ parameter_rules:
default: 1024
min: 1
max: 8192
pricing:
input: '0.1'
output: '0.1'
unit: '0.001'
currency: RMB
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ parameter_rules:
use_template: max_tokens
default: 1024
min: 1
max: 4096
max: 8192
pricing:
input: '0.001'
output: '0.001'
unit: '0.001'
currency: RMB
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ parameter_rules:
default: 1024
min: 1
max: 8192
pricing:
input: '0.05'
output: '0.05'
unit: '0.001'
currency: RMB
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ parameter_rules:
use_template: max_tokens
default: 1024
min: 1
max: 8192
max: 1024
pricing:
input: '0.05'
output: '0.05'
unit: '0.001'
currency: RMB
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ parameter_rules:
use_template: max_tokens
default: 1024
min: 1
max: 8192
max: 1024
pricing:
input: '0.01'
output: '0.01'
unit: '0.001'
currency: RMB

0 comments on commit 3f2a806

Please sign in to comment.