Bladeren bron

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

tags/0.6.16
Pedro Gomes 1 jaar geleden
bovenliggende
commit
a34285196b
No account linked to committer's email address

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

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

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

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

Laden…
Annuleren
Opslaan