bump: version 1.27.11 → 1.27.12

This commit is contained in:
Krrish Dholakia 2024-02-27 14:46:14 -08:00
parent 9f7b322ae2
commit d8669dea64
2 changed files with 13 additions and 2 deletions

View file

@ -706,6 +706,17 @@
"litellm_provider": "vertex_ai-vision-models", "litellm_provider": "vertex_ai-vision-models",
"mode": "chat" "mode": "chat"
}, },
"gemini-1.0-pro-vision-001": {
"max_tokens": 16384,
"max_output_tokens": 2048,
"max_images_per_prompt": 16,
"max_videos_per_prompt": 1,
"max_video_length": 2,
"input_cost_per_token": 0.00000025,
"output_cost_per_token": 0.0000005,
"litellm_provider": "vertex_ai-vision-models",
"mode": "chat"
},
"gemini-1.5-pro-vision": { "gemini-1.5-pro-vision": {
"max_tokens": 8192, "max_tokens": 8192,
"max_input_tokens": 1000000, "max_input_tokens": 1000000,

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "1.27.11" version = "1.27.12"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT" license = "MIT"
@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.commitizen] [tool.commitizen]
version = "1.27.11" version = "1.27.12"
version_files = [ version_files = [
"pyproject.toml:^version" "pyproject.toml:^version"
] ]