feat(vertexai): increase opus 4.6 and sonnet 4.6 context window to 1,000,000 (#233)

Yair Zohar created

Change summary

internal/providers/configs/vertexai.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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