fix: update gemini-live model supported_endpoints to /vertex_ai/live

The gemini-live-2.5-flash-preview-native-audio-09-2025 model only works
with WebSocket (Live API), not REST endpoints. Changed supported_endpoints
from /v1/chat/completions to /vertex_ai/live to reflect the actual
passthrough endpoint available in LiteLLM proxy.
This commit is contained in:
Chesars 2025-12-15 19:55:55 -03:00
parent bca8730041
commit 20a41a67d6
2 changed files with 4 additions and 8 deletions

View file

@ -14745,8 +14745,7 @@
"output_cost_per_token": 2e-06,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/completions"
"/vertex_ai/live"
],
"supported_modalities": [
"text",
@ -14791,8 +14790,7 @@
"rpm": 100000,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/completions"
"/vertex_ai/live"
],
"supported_modalities": [
"text",

View file

@ -14745,8 +14745,7 @@
"output_cost_per_token": 2e-06,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/completions"
"/vertex_ai/live"
],
"supported_modalities": [
"text",
@ -14791,8 +14790,7 @@
"rpm": 100000,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/v1/chat/completions",
"/v1/completions"
"/vertex_ai/live"
],
"supported_modalities": [
"text",