[fix] add qwen3-embedding-8b input per token price (#18018)

* added embedding input token price

* added embedding input token price
This commit is contained in:
Shivam Rawat
2025-12-16 07:38:21 +05:30
committed by GitHub
parent b0a9c85a52
commit c754794bc3
2 changed files with 3 additions and 3 deletions
@@ -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"
+2 -2
View File
@@ -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"