From 2e5b2f4a0cea2e6a91b6948fb8b62f60e23cc226 Mon Sep 17 00:00:00 2001 From: okhsunrog Date: Fri, 6 Feb 2026 04:08:33 +0300 Subject: [PATCH] fix(opencode): add input token limit for Claude Opus 4.6 --- providers/opencode/models/claude-opus-4-6.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/opencode/models/claude-opus-4-6.toml b/providers/opencode/models/claude-opus-4-6.toml index f1bada4c1..035542a4b 100644 --- a/providers/opencode/models/claude-opus-4-6.toml +++ b/providers/opencode/models/claude-opus-4-6.toml @@ -23,6 +23,7 @@ cache_write = 12.50 [limit] context = 1_000_000 +input = 200_000 output = 128_000 [modalities]