Merge pull request #2007 from promptmetheus/update-nlpcloud-pricing

chore: update NLP Cloud model pricing
This commit is contained in:
Krish Dholakia 2024-02-16 09:55:43 -08:00 committed by GitHub
commit 563a0436ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -965,15 +965,15 @@
}, },
"dolphin": { "dolphin": {
"max_tokens": 4096, "max_tokens": 4096,
"input_cost_per_token": 0.00002, "input_cost_per_token": 0.0000005,
"output_cost_per_token": 0.00002, "output_cost_per_token": 0.0000005,
"litellm_provider": "nlp_cloud", "litellm_provider": "nlp_cloud",
"mode": "completion" "mode": "completion"
}, },
"chatdolphin": { "chatdolphin": {
"max_tokens": 4096, "max_tokens": 4096,
"input_cost_per_token": 0.00002, "input_cost_per_token": 0.0000005,
"output_cost_per_token": 0.00002, "output_cost_per_token": 0.0000005,
"litellm_provider": "nlp_cloud", "litellm_provider": "nlp_cloud",
"mode": "chat" "mode": "chat"
}, },