forked from phoenix/litellm-mirror
Merge pull request #2007 from promptmetheus/update-nlpcloud-pricing
chore: update NLP Cloud model pricing
This commit is contained in:
commit
563a0436ef
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue