Bläddra i källkod

fix: glm models prices and max_tokens correction (#7882)

orangeclk 7 månader sedan
förälder
incheckning
3f2a806abe

+ 2 - 2
api/core/model_runtime/model_providers/zhipuai/llm/glm-4-flash.yaml

@@ -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

+ 5 - 0
api/core/model_runtime/model_providers/zhipuai/llm/glm_3_turbo.yaml

@@ -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 - 0
api/core/model_runtime/model_providers/zhipuai/llm/glm_4.yaml

@@ -37,3 +37,8 @@ parameter_rules:
     default: 1024
     min: 1
     max: 8192
+pricing:
+  input: '0.1'
+  output: '0.1'
+  unit: '0.001'
+  currency: RMB

+ 6 - 1
api/core/model_runtime/model_providers/zhipuai/llm/glm_4_long.yaml

@@ -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

+ 5 - 0
api/core/model_runtime/model_providers/zhipuai/llm/glm_4_plus.yaml

@@ -37,3 +37,8 @@ parameter_rules:
     default: 1024
     min: 1
     max: 8192
+pricing:
+  input: '0.05'
+  output: '0.05'
+  unit: '0.001'
+  currency: RMB

+ 6 - 1
api/core/model_runtime/model_providers/zhipuai/llm/glm_4v.yaml

@@ -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

+ 6 - 1
api/core/model_runtime/model_providers/zhipuai/llm/glm_4v_plus.yaml

@@ -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