Skip to content

Commit 856ed51

Browse files
author
Krrish Dholakia
committed
build(pyproject.toml): add langfuse dev dependency for tests
1 parent 8da898c commit 856ed51

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,6 +3117,18 @@
31173117
"supports_function_calling": true,
31183118
"source": "https://azuremarketplace.microsoft.com/en/marketplace/apps/000-000.mistral-nemo-12b-2407?tab=PlansAndPrice"
31193119
},
3120+
"azure_ai/mistral-medium-2505": {
3121+
"max_tokens": 8191,
3122+
"max_input_tokens": 131072,
3123+
"max_output_tokens": 8191,
3124+
"input_cost_per_token": 0.0000004,
3125+
"output_cost_per_token": 0.000002,
3126+
"litellm_provider": "azure_ai",
3127+
"mode": "chat",
3128+
"supports_function_calling": true,
3129+
"supports_assistant_prefill": true,
3130+
"supports_tool_choice": true
3131+
},
31203132
"azure_ai/mistral-large": {
31213133
"max_tokens": 8191,
31223134
"max_input_tokens": 32000,

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ types-PyYAML = "*"
122122
opentelemetry-api = "1.25.0"
123123
opentelemetry-sdk = "1.25.0"
124124
opentelemetry-exporter-otlp = "1.25.0"
125+
langfuse = "^2.45.0"
125126

126127
[tool.poetry.group.proxy-dev.dependencies]
127128
prisma = "0.11.0"

0 commit comments

Comments
 (0)