forked from phoenix/litellm-mirror
add code-gecko-latest
This commit is contained in:
parent
d30ce40768
commit
c9a27f9d9e
2 changed files with 20 additions and 0 deletions
|
@ -1291,6 +1291,16 @@
|
|||
"mode": "completion",
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"code-gecko-latest": {
|
||||
"max_tokens": 64,
|
||||
"max_input_tokens": 2048,
|
||||
"max_output_tokens": 64,
|
||||
"input_cost_per_token": 0.000000125,
|
||||
"output_cost_per_token": 0.000000125,
|
||||
"litellm_provider": "vertex_ai-code-text-models",
|
||||
"mode": "completion",
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"codechat-bison": {
|
||||
"max_tokens": 1024,
|
||||
"max_input_tokens": 6144,
|
||||
|
|
|
@ -1291,6 +1291,16 @@
|
|||
"mode": "completion",
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"code-gecko-latest": {
|
||||
"max_tokens": 64,
|
||||
"max_input_tokens": 2048,
|
||||
"max_output_tokens": 64,
|
||||
"input_cost_per_token": 0.000000125,
|
||||
"output_cost_per_token": 0.000000125,
|
||||
"litellm_provider": "vertex_ai-code-text-models",
|
||||
"mode": "completion",
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
},
|
||||
"codechat-bison": {
|
||||
"max_tokens": 1024,
|
||||
"max_input_tokens": 6144,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue