You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLM7 catalog corrected against live /v1/models API. The previous audit had added several models that are NOT free on LLM7. The live API shows that of LLM7's 12 models, only 2 are on the turbo (free, noKeyNeeded) tier; everything else — including the claude-* (Fable 5, Opus 4.8, Sonnet 5), gpt-5.4 / gpt-5.4-mini / gpt-5.5, glm-5.2, kimi-k2.6, deepseek-v4-flash, and minimax-m2.7 entries — are pro (usage-based paid) and were incorrectly listed as free.
Removed 10 non-free (pro) models from LLM7, keeping only the two genuinely-free turbo models: devstral-small-2:24b (S / 68.0%) and codestral-latest (A / 40.0%). Total catalog: 257 → 247 models.
Removed the 1.05M context-window entries (gpt-5.5 / gpt-5.4) that were causing alignment drift; no 1.05M remains in the catalog.
Notes
LLM7's free (turbo) tier now has only 2 coding models. The llm7 provider remains noKeyNeeded: true and should only surface free models per the source-header rule ("Pro-tagged models from /v1/models are intentionally excluded").