mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
build: bump
This commit is contained in:
parent
3e9066e91d
commit
5826108c9a
2 changed files with 38 additions and 2 deletions
|
@ -88,6 +88,24 @@
|
||||||
"search_context_size_high": 0.050
|
"search_context_size_high": 0.050
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"watsonx/ibm/granite-3-8b-instruct": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 1024,
|
||||||
|
"input_cost_per_token": 0.0002,
|
||||||
|
"output_cost_per_token": 0.0002,
|
||||||
|
"litellm_provider": "watsonx",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_parallel_function_calling": false,
|
||||||
|
"supports_vision": false,
|
||||||
|
"supports_audio_input": false,
|
||||||
|
"supports_audio_output": false,
|
||||||
|
"supports_prompt_caching": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"deprecation_date": null
|
||||||
|
}
|
||||||
"gpt-4o-search-preview-2025-03-11": {
|
"gpt-4o-search-preview-2025-03-11": {
|
||||||
"max_tokens": 16384,
|
"max_tokens": 16384,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
|
@ -3303,6 +3321,24 @@
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
},
|
},
|
||||||
|
"groq/whisper-large-v3": {
|
||||||
|
"mode": "audio_transcription",
|
||||||
|
"input_cost_per_second": 0.00003083,
|
||||||
|
"output_cost_per_second": 0,
|
||||||
|
"litellm_provider": "groq"
|
||||||
|
},
|
||||||
|
"groq/whisper-large-v3-turbo": {
|
||||||
|
"mode": "audio_transcription",
|
||||||
|
"input_cost_per_second": 0.00001111,
|
||||||
|
"output_cost_per_second": 0,
|
||||||
|
"litellm_provider": "groq"
|
||||||
|
},
|
||||||
|
"groq/distil-whisper-large-v3-en": {
|
||||||
|
"mode": "audio_transcription",
|
||||||
|
"input_cost_per_second": 0.00000556,
|
||||||
|
"output_cost_per_second": 0,
|
||||||
|
"litellm_provider": "groq"
|
||||||
|
},
|
||||||
"cerebras/llama3.1-8b": {
|
"cerebras/llama3.1-8b": {
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 128000,
|
"max_input_tokens": 128000,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "1.65.3"
|
version = "1.65.4"
|
||||||
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"
|
||||||
|
@ -117,7 +117,7 @@ requires = ["poetry-core", "wheel"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
version = "1.65.3"
|
version = "1.65.4"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version"
|
"pyproject.toml:^version"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue