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
+1
View File
@@ -13,6 +13,7 @@ import { dirname, resolve } from "path";
export type Upstream = { base: string; keyEnv?: string; maxParallel?: number };
export type Alias =
| { art: "alternative"; referenz: string }
| { art: "schwelle"; index: number; minContext: number }
| { art: "fest"; upstream: string; model: string; body?: Record<string, unknown> };
export type Config = {
port: number;