Bläddra i källkod

Revise the wrong pricing of certain LLM models. (#6967)

tags/0.6.16
Pedro Gomes 1 år sedan
förälder
incheckning
a34285196b
Inget konto är kopplat till bidragsgivarens mejladress

+ 2
- 2
api/core/model_runtime/model_providers/groq/llm/llama3-70b-8192.yaml Visa fil

@@ -19,7 +19,7 @@ parameter_rules:
min: 1
max: 8192
pricing:
input: '0.05'
output: '0.1'
input: '0.59'
output: '0.79'
unit: '0.000001'
currency: USD

+ 2
- 2
api/core/model_runtime/model_providers/groq/llm/llama3-8b-8192.yaml Visa fil

@@ -19,7 +19,7 @@ parameter_rules:
min: 1
max: 8192
pricing:
input: '0.59'
output: '0.79'
input: '0.05'
output: '0.08'
unit: '0.000001'
currency: USD

+ 2
- 2
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo.yaml Visa fil

@@ -37,7 +37,7 @@ parameter_rules:
- text
- json_object
pricing:
input: '0.001'
output: '0.002'
input: '0.0005'
output: '0.0015'
unit: '0.001'
currency: USD

Laddar…
Avbryt
Spara