mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(model-prices): remove duplicate vertex_ai/gemini-embedding-2-preview entry
Fixes #23578 The key "vertex_ai/gemini-embedding-2-preview" appeared twice in the JSON with different pricing. In JSON, duplicate keys cause the second to silently overwrite the first. Removed the second (text-only) entry and kept the first which has complete multimodal pricing (audio, image, video) sourced from Vertex AI pricing docs.
This commit is contained in:
parent
c0da671f16
commit
07d0129043
1 changed files with 0 additions and 12 deletions
|
|
@ -14584,18 +14584,6 @@
|
|||
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
||||
"uses_embed_content": true
|
||||
},
|
||||
"vertex_ai/gemini-embedding-2-preview": {
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "vertex_ai",
|
||||
"max_input_tokens": 8192,
|
||||
"max_tokens": 8192,
|
||||
"mode": "embedding",
|
||||
"output_cost_per_token": 0,
|
||||
"output_vector_size": 3072,
|
||||
"source": "https://ai.google.dev/gemini-api/docs/embeddings#multimodal",
|
||||
"supports_multimodal": true,
|
||||
"uses_embed_content": true
|
||||
},
|
||||
"gemini/gemini-embedding-001": {
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "gemini",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue