From c754794bc3171d64a52dda8d2f82af963a9432da Mon Sep 17 00:00:00 2001 From: Shivam Rawat <161387515+shivamrawat1@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:08:21 -0800 Subject: [PATCH] [fix] add qwen3-embedding-8b input per token price (#18018) * added embedding input token price * added embedding input token price --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 26aae425fa..01d7f076ed 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -30632,7 +30632,7 @@ "max_tokens": 40960, "max_input_tokens": 40960, "max_output_tokens": 40960, - "input_cost_per_token": 0.0, + "input_cost_per_token": 1e-07, "output_cost_per_token": 0.0, "litellm_provider": "fireworks_ai", "mode": "embedding" diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 26aae425fa..2a7f8aa3dd 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -30628,11 +30628,11 @@ "litellm_provider": "fireworks_ai", "mode": "embedding" }, - "fireworks_ai/accounts/fireworks/models/qwen3-embedding-8b": { + "fireworks_ai/accounts/fireworks/models/": { "max_tokens": 40960, "max_input_tokens": 40960, "max_output_tokens": 40960, - "input_cost_per_token": 0.0, + "input_cost_per_token": 1e-07, "output_cost_per_token": 0.0, "litellm_provider": "fireworks_ai", "mode": "embedding"