From 4c40ab4f61227a09f78423710d7a954320d95bca Mon Sep 17 00:00:00 2001 From: Yair Zohar <71096571+YairZ101@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:35:31 +0300 Subject: [PATCH] feat(vertexai): increase opus 4.6 and sonnet 4.6 context window to 1,000,000 (#233) --- internal/providers/configs/vertexai.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/providers/configs/vertexai.json b/internal/providers/configs/vertexai.json index 6af6cde91f39b550cb82bc3d93220af3c4d5a88e..b81b77e9e39fb18e3e9b88dc5d838247c7e7c5af 100644 --- a/internal/providers/configs/vertexai.json +++ b/internal/providers/configs/vertexai.json @@ -94,7 +94,7 @@ "cost_per_1m_out": 15, "cost_per_1m_in_cached": 3.75, "cost_per_1m_out_cached": 0.3, - "context_window": 200000, + "context_window": 1000000, "default_max_tokens": 50000, "can_reason": true, "reasoning_levels": ["low", "medium", "high", "max"], @@ -120,7 +120,7 @@ "cost_per_1m_out": 25, "cost_per_1m_in_cached": 6.25, "cost_per_1m_out_cached": 0.50, - "context_window": 200000, + "context_window": 1000000, "default_max_tokens": 126000, "can_reason": true, "reasoning_levels": ["low", "medium", "high", "max"],