mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
The oc registry entry (opencode.ai/zen/v1) hardcoded 6 free-tier model IDs (minimax-m3-free, minimax-m2.5-free, ling-2.6-1t-free, trinity-large-preview-free, nemotron-3-super-free, qwen3.6-plus-free) that were delisted upstream and now return 401 "Model X is not supported". Live upstream instead offers 4 different free models (mimo-v2.5-free, hy3-free, nemotron-3-ultra-free, north-mini-code-free) that were never added to our static catalog. Swap the 6 delisted IDs for the 4 currently-live ones, confirmed against https://opencode.ai/zen/v1/chat/completions on 2026-07-14. Updates two existing tests (minimax-m3-model-registry, provider-registry-qwen-vision) that asserted the now-delisted minimax-m3-free was present in the oc catalog — they now assert its absence, matching the corrected contract.