forked from phoenix/litellm-mirror
Adding gemini-pro to model cost map
This commit is contained in:
parent
86e626edab
commit
7e1a355b77
1 changed files with 8 additions and 0 deletions
|
@ -332,6 +332,14 @@
|
||||||
"litellm_provider": "palm",
|
"litellm_provider": "palm",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"gemini-pro": {
|
||||||
|
"max_tokens": 30720,
|
||||||
|
"max_output_tokens": 2048,
|
||||||
|
"input_cost_per_token": 0.0000000625,
|
||||||
|
"output_cost_per_token": 0.000000125,
|
||||||
|
"litellm_provider": "vertex_ai-language-models",
|
||||||
|
"mode": "chat"
|
||||||
|
},
|
||||||
"palm/chat-bison-001": {
|
"palm/chat-bison-001": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"input_cost_per_token": 0.000000125,
|
"input_cost_per_token": 0.000000125,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue