mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-21 20:18:57 +08:00
Revise the wrong pricing of certain LLM models. (#6967)
This commit is contained in:
parent
e4587b2151
commit
a34285196b
@ -19,7 +19,7 @@ parameter_rules:
|
|||||||
min: 1
|
min: 1
|
||||||
max: 8192
|
max: 8192
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.05'
|
input: '0.59'
|
||||||
output: '0.1'
|
output: '0.79'
|
||||||
unit: '0.000001'
|
unit: '0.000001'
|
||||||
currency: USD
|
currency: USD
|
||||||
|
@ -19,7 +19,7 @@ parameter_rules:
|
|||||||
min: 1
|
min: 1
|
||||||
max: 8192
|
max: 8192
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.59'
|
input: '0.05'
|
||||||
output: '0.79'
|
output: '0.08'
|
||||||
unit: '0.000001'
|
unit: '0.000001'
|
||||||
currency: USD
|
currency: USD
|
||||||
|
@ -37,7 +37,7 @@ parameter_rules:
|
|||||||
- text
|
- text
|
||||||
- json_object
|
- json_object
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.001'
|
input: '0.0005'
|
||||||
output: '0.002'
|
output: '0.0015'
|
||||||
unit: '0.001'
|
unit: '0.001'
|
||||||
currency: USD
|
currency: USD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user