More cleanup and also bulk testing

This commit is contained in:
Theo Browne
2026-02-20 03:49:57 -08:00
parent 4c4d21a726
commit 1bfd3450c7
2 changed files with 204 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export const MODELS = [
{ id: "anthropic/claude-opus-4.6", name: "Opus 4.6" },
{ id: "anthropic/claude-sonnet-4.6", name: "Sonnet 4.6" },
{ id: "x-ai/grok-4.1-fast", name: "Grok 4.1" },
{ id: "minimax/minimax-m2.5", name: "MiniMax 2.5" },
// { id: "minimax/minimax-m2.5", name: "MiniMax 2.5" },
] as const;
export type Model = (typeof MODELS)[number];