From fc3aa28d9f205c9928ff8d9ecd9638d86fda59be Mon Sep 17 00:00:00 2001 From: Rohit C Prasad Date: Tue, 18 Aug 2026 20:49:09 -0700 Subject: [PATCH] matrix: context windows for the Ark Seed models 256K per Volcengine's published specs; drives the context-fill meter. --- coworker/providers/matrix.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coworker/providers/matrix.py b/coworker/providers/matrix.py index 8322f3b8..f48b6944 100644 --- a/coworker/providers/matrix.py +++ b/coworker/providers/matrix.py @@ -89,16 +89,16 @@ MATRIX: dict[str, ModelEntry] = { # Volcengine Agent Plan intentionally use separate provider prefixes because their # endpoints, credentials, regions, and model catalogs are not interchangeable. "ark:dola-seed-evolving-latest-version": ModelEntry( - "Dola Seed Evolving · BytePlus Ark" + "Dola Seed Evolving · BytePlus Ark", context_window=256_000 ), "ark:dola-seed-2-1-turbo-260628": ModelEntry( - "Dola Seed 2.1 Turbo · BytePlus Ark" + "Dola Seed 2.1 Turbo · BytePlus Ark", context_window=256_000 ), "ark-agent-plan-cn:doubao-seed-evolving": ModelEntry( - "Doubao Seed Evolving · Volcengine Agent Plan" + "Doubao Seed Evolving · Volcengine Agent Plan", context_window=256_000 ), "ark-agent-plan-cn:doubao-seed-2.1-turbo": ModelEntry( - "Doubao Seed 2.1 Turbo · Volcengine Agent Plan" + "Doubao Seed 2.1 Turbo · Volcengine Agent Plan", context_window=256_000 ), # -- direct OpenAI-compatible vendors ---------------------------------------- # Muse Spark (Meta Model API, public preview 2026-07-09): multimodal + tools via