mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(feat) add palm llms for model_prices json
This commit is contained in:
parent
3e508ea257
commit
3976cd27d7
1 changed files with 42 additions and 0 deletions
|
@ -233,6 +233,48 @@
|
||||||
"litellm_provider": "vertex_ai-code-chat-models",
|
"litellm_provider": "vertex_ai-code-chat-models",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"palm/chat-bison": {
|
||||||
|
"max_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "chat"
|
||||||
|
},
|
||||||
|
"palm/chat-bison-001": {
|
||||||
|
"max_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "chat"
|
||||||
|
},
|
||||||
|
"palm/text-bison": {
|
||||||
|
"max_tokens": 8196,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"palm/text-bison-001": {
|
||||||
|
"max_tokens": 8196,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"palm/text-bison-safety-off": {
|
||||||
|
"max_tokens": 8196,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"palm/text-bison-safety-recitation-off": {
|
||||||
|
"max_tokens": 8196,
|
||||||
|
"input_cost_per_token": 0.000000125,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "palm",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
"command-nightly": {
|
"command-nightly": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"input_cost_per_token": 0.000015,
|
"input_cost_per_token": 0.000015,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue