Change summary
internal/providers/configs/vertexai.json | 4 ++--
internal/providers/configs/xai.json | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
Detailed changes
@@ -1,7 +1,7 @@
{
"name": "Google Vertex AI",
- "id": "vertex",
- "type": "vertex",
+ "id": "vertexai",
+ "type": "vertexai",
"api_key": "",
"api_endpoint": "",
"default_large_model_id": "gemini-2.5-pro",
@@ -17,8 +17,6 @@
"context_window": 256000,
"default_max_tokens": 20000,
"can_reason": true,
- "has_reasoning_effort": true,
- "default_reasoning_effort": "medium",
"supports_attachments": true
},
{