From 19e6ad5b1b18fbd56dac7263d4e9d4e8b470c22b Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 21 Sep 2026 20:48:40 +0000 Subject: [PATCH] test(integration): give perplexity sonar-next a unique input rate after merge Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/integration/cost_calculation/cost_tracking_cases.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/cost_calculation/cost_tracking_cases.json b/tests/integration/cost_calculation/cost_tracking_cases.json index 42f69980a81..d9ebf238cd5 100644 --- a/tests/integration/cost_calculation/cost_tracking_cases.json +++ b/tests/integration/cost_calculation/cost_tracking_cases.json @@ -40,7 +40,7 @@ "perplexity/sonar-next": { "litellm_provider": "perplexity", "mode": "chat", - "input_cost_per_token": 1.05e-06, + "input_cost_per_token": 1.13e-06, "output_cost_per_token": 1.05e-06, "search_context_cost_per_query": { "search_context_size_low": 0.005, @@ -29077,7 +29077,7 @@ "usage": {"prompt_tokens": 1840, "completion_tokens": 412, "total_tokens": 2252} } }, - "expected": {"spend": 0.0023646, "input_cost": 0.001932, "output_cost": 0.0004326, "prompt_tokens": 1840, "completion_tokens": 412} + "expected": {"spend": 0.0025118, "input_cost": 0.0020792, "output_cost": 0.0004326, "prompt_tokens": 1840, "completion_tokens": 412} }, { "name": "deepseek-deepseek-v4-chat-prompt_cache_hit",