Skip to content

Commit 1a42245

Browse files
committed
test: fix test_team_update_sc_2
1 parent 584face commit 1a42245

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

litellm/model_prices_and_context_window_backup.json

+38
Original file line numberDiff line numberDiff line change
@@ -3033,6 +3033,18 @@
30333033
"supports_tool_choice": true,
30343034
"source": "https://techcommunity.microsoft.com/blog/machinelearningblog/announcing-deepseek-v3-on-azure-ai-foundry-and-github/4390438"
30353035
},
3036+
"azure_ai/deepseek-v3-0324": {
3037+
"max_tokens": 8192,
3038+
"max_input_tokens": 128000,
3039+
"max_output_tokens": 8192,
3040+
"input_cost_per_token": 0.00000114,
3041+
"output_cost_per_token": 0.00000456,
3042+
"litellm_provider": "azure_ai",
3043+
"mode": "chat",
3044+
"supports_function_calling": true,
3045+
"supports_tool_choice": true,
3046+
"source": "https://techcommunity.microsoft.com/blog/machinelearningblog/announcing-deepseek-v3-on-azure-ai-foundry-and-github/4390438"
3047+
},
30363048
"azure_ai/jamba-instruct": {
30373049
"max_tokens": 4096,
30383050
"max_input_tokens": 70000,
@@ -3149,6 +3161,32 @@
31493161
"source": "https://azuremarketplace.microsoft.com/en/marketplace/apps/metagenai.llama-3-3-70b-instruct-offer?tab=Overview",
31503162
"supports_tool_choice": true
31513163
},
3164+
"azure_ai/Llama-4-Scout-17B-16E-Instruct": {
3165+
"max_tokens": 16384,
3166+
"max_input_tokens": 10000000,
3167+
"max_output_tokens": 16384,
3168+
"input_cost_per_token": 0.0000002,
3169+
"output_cost_per_token": 0.00000078,
3170+
"litellm_provider": "azure_ai",
3171+
"supports_function_calling": true,
3172+
"supports_vision": true,
3173+
"mode": "chat",
3174+
"source": "https://azure.microsoft.com/en-us/blog/introducing-the-llama-4-herd-in-azure-ai-foundry-and-azure-databricks/",
3175+
"supports_tool_choice": true
3176+
},
3177+
"azure_ai/Llama-4-Maverick-17B-128E-Instruct-FP8": {
3178+
"max_tokens": 16384,
3179+
"max_input_tokens": 1000000,
3180+
"max_output_tokens": 16384,
3181+
"input_cost_per_token": 0.00000141,
3182+
"output_cost_per_token": 0.00000035,
3183+
"litellm_provider": "azure_ai",
3184+
"supports_function_calling": true,
3185+
"supports_vision": true,
3186+
"mode": "chat",
3187+
"source": "https://azure.microsoft.com/en-us/blog/introducing-the-llama-4-herd-in-azure-ai-foundry-and-azure-databricks/",
3188+
"supports_tool_choice": true
3189+
},
31523190
"azure_ai/Llama-3.2-90B-Vision-Instruct": {
31533191
"max_tokens": 2048,
31543192
"max_input_tokens": 128000,

tests/test_team.py

+1
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ async def test_team_update_sc_2():
481481
or k == "model_max_budget"
482482
or k == "model_id"
483483
or k == "litellm_organization_table"
484+
or k == "object_permission_id"
484485
or k == "litellm_model_table"
485486
):
486487
pass

0 commit comments

Comments
 (0)