From 7e3c59e53ef835d0c3870c9b7151ded3b604c3fc Mon Sep 17 00:00:00 2001 From: Su Yang Date: Tue, 19 Mar 2024 16:32:42 +0800 Subject: [PATCH] chore: Update TongYi models prices (#2890) --- .../model_providers/tongyi/llm/qwen-max-1201.yaml | 5 +++++ .../model_providers/tongyi/llm/qwen-max-longcontext.yaml | 5 +++++ .../model_runtime/model_providers/tongyi/llm/qwen-max.yaml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-1201.yaml b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-1201.yaml index 3461863e67..e0ba6fe4a8 100644 --- a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-1201.yaml +++ b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-1201.yaml @@ -59,3 +59,8 @@ parameter_rules: required: false - name: response_format use_template: response_format +pricing: + input: '0.12' + output: '0.12' + unit: '0.001' + currency: RMB diff --git a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-longcontext.yaml b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-longcontext.yaml index 9089c5904a..e2a291cc59 100644 --- a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-longcontext.yaml +++ b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max-longcontext.yaml @@ -59,3 +59,8 @@ parameter_rules: required: false - name: response_format use_template: response_format +pricing: + input: '0.12' + output: '0.12' + unit: '0.001' + currency: RMB diff --git a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max.yaml b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max.yaml index eb1e8ac09b..8260b5081d 100644 --- a/api/core/model_runtime/model_providers/tongyi/llm/qwen-max.yaml +++ b/api/core/model_runtime/model_providers/tongyi/llm/qwen-max.yaml @@ -59,3 +59,8 @@ parameter_rules: required: false - name: response_format use_template: response_format +pricing: + input: '0.12' + output: '0.12' + unit: '0.001' + currency: RMB