From 4b11a869e6f361f5cdb3b4ad73bf59a2ea7852ff Mon Sep 17 00:00:00 2001 From: Elton Turing Date: Sat, 5 Sep 2026 07:47:01 +0200 Subject: [PATCH] llmrouter: Schwellen medium 45, high 49, max 53 (Andreas 2026-09-05) Co-Authored-By: Claude Fable 5.1 --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 9c71199..50ff13a 100644 --- a/config.json +++ b/config.json @@ -41,17 +41,17 @@ }, "marvin:medium": { "art": "schwelle", - "index": 40, + "index": 45, "minContext": 256000 }, "marvin:high": { "art": "schwelle", - "index": 47, + "index": 49, "minContext": 500000 }, "marvin:max": { "art": "schwelle", - "index": 50, + "index": 53, "minContext": 500000 }, "marvin-free": { @@ -138,5 +138,5 @@ "marvin-reasoning": "marvin-core:medium", "marvin-core": "marvin-core:none" }, - "_stufen_doku": "Stufen als Index-Schwelle (Artificial-Analysis-Intelligence-Index, 0-100) mit Mindestkontext (Andreas 2026-09-05): low 25/256k, medium 40/256k, high 47/500k, max 50/500k. Die Art \"alternative\" mit Referenzmodell (z.B. anthropic/claude-opus-5:medium) bleibt möglich." + "_stufen_doku": "Stufen als Index-Schwelle (Artificial-Analysis-Intelligence-Index, 0-100) mit Mindestkontext (Andreas 2026-09-05): low 25/256k, medium 45/256k, high 49/500k, max 53/500k. Die Art \"alternative\" mit Referenzmodell (z.B. anthropic/claude-opus-5:medium) bleibt möglich." }