فهرست منبع

fix: yi model price correction (#2946)

orangeclk 1 سال پیش
والد
کامیت
c534d95972

+ 3 - 3
api/core/model_runtime/model_providers/yi/llm/yi-34b-chat-0205.yaml

@@ -37,7 +37,7 @@ parameter_rules:
       zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
       en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
 pricing:
-  input: '0.0025'
-  output: '0.0025'
-  unit: '0.00001'
+  input: '2.5'
+  output: '2.5'
+  unit: '0.000001'
   currency: RMB

+ 3 - 3
api/core/model_runtime/model_providers/yi/llm/yi-34b-chat-200k.yaml

@@ -37,7 +37,7 @@ parameter_rules:
       zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
       en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
 pricing:
-  input: '0.012'
-  output: '0.012'
-  unit: '0.00001'
+  input: '12'
+  output: '12'
+  unit: '0.000001'
   currency: RMB

+ 4 - 4
api/core/model_runtime/model_providers/yi/llm/yi-vl-plus.yaml

@@ -37,7 +37,7 @@ parameter_rules:
       zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
       en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
 pricing:
-  input: '0.01'
-  output: '0.03'
-  unit: '0.001'
-  currency: USD
+  input: '6'
+  output: '6'
+  unit: '0.000001'
+  currency: RMB