Commit 0262b1c6 authored by Tashfeen's avatar Tashfeen

Live-probed each tier; culled the silent tools.

Kimi, Gemma, M1, HF depart the stage,
DeepSeek, Maverick, Ling, and GPT-OSS engage.
Twenty-two new rows, four fade from view —
Agentic rank reshapes what falls through.
parent 04e15037
...@@ -52,8 +52,10 @@ describe('Router', () => { ...@@ -52,8 +52,10 @@ describe('Router', () => {
VALUES (?, ?, ?, ?, ?, ?, ?) VALUES (?, ?, ?, ?, ?, ?, ?)
`).run('groq', 'test', groqKey.encrypted, groqKey.iv, groqKey.authTag, 'healthy', 1); `).run('groq', 'test', groqKey.encrypted, groqKey.iv, groqKey.authTag, 'healthy', 1);
// Post-V4: Groq's openai/gpt-oss-120b (rank 6) outranks Google's best free
// model gemini-2.5-pro (rank 14, demoted as at-risk after April 2026 free-tier cut).
const result = routeRequest(); const result = routeRequest();
expect(result.platform).toBe('google'); expect(result.platform).toBe('groq');
}); });
it('should skip disabled keys', () => { it('should skip disabled keys', () => {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment