llmrouter: Alias-Art schwelle (Index + Mindestkontext), Stufen 25/40/47/50

billigsterUeberSchwelle in openrouter-auswahl, gemeinsamer klasseFiltern
mit dem Referenzmodus. Stufen jetzt als Schwelle: low 25/256k, medium
40/256k, high 47/500k, max 50/500k (Andreas 2026-09-05).

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-05 07:27:34 +02:00
co-authored by Claude Fable 5.1
parent d8cc9b5dbb
commit 3b9ad85825
4 changed files with 36 additions and 18 deletions
+14 -9
View File
@@ -35,20 +35,24 @@
},
"aliases": {
"marvin:low": {
"art": "alternative",
"referenz": "anthropic/claude-haiku-4.5"
"art": "schwelle",
"index": 25,
"minContext": 256000
},
"marvin:medium": {
"art": "alternative",
"referenz": "anthropic/claude-sonnet-5"
"art": "schwelle",
"index": 40,
"minContext": 256000
},
"marvin:high": {
"art": "alternative",
"referenz": "anthropic/claude-opus-5:medium"
"art": "schwelle",
"index": 47,
"minContext": 500000
},
"marvin:max": {
"art": "alternative",
"referenz": "anthropic/claude-fable-5.1:high"
"art": "schwelle",
"index": 50,
"minContext": 500000
},
"marvin-free": {
"art": "fest",
@@ -133,5 +137,6 @@
"42i/marvin-2608-core:medium": "marvin-core:medium",
"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."
}