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:
Chesars 2026-03-13 23:06:43 -03:00
parent c0da671f16
commit 07d0129043

View file

@ -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",