fix: use /v1/realtime for gemini/ provider live model

The gemini/ prefix indicates Google AI Studio, which uses /v1/realtime
endpoint (OpenAI-compatible), not /vertex_ai/live.
This commit is contained in:
Chesars
2026-03-04 19:43:23 -03:00
parent 20a41a67d6
commit ddf9598f30
2 changed files with 2 additions and 2 deletions
@@ -14790,7 +14790,7 @@
"rpm": 100000,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/vertex_ai/live"
"/v1/realtime"
],
"supported_modalities": [
"text",
+1 -1
View File
@@ -14790,7 +14790,7 @@
"rpm": 100000,
"source": "https://ai.google.dev/gemini-api/docs/pricing",
"supported_endpoints": [
"/vertex_ai/live"
"/v1/realtime"
],
"supported_modalities": [
"text",