Files
OmniRoute/tests
Markus Hartung 7b5203d68a fix: deprecate blackbox provider since api.blackbox.ai returns 404 (#10997)
api.blackbox.ai serves HTTP 404 (empty body) on /v1/chat/completions and
/v1/models across all path variants (verified via curl, sweep 2026-08-21);
the public inference surface moved to the gated enterprise.blackbox.ai/v1.
Mark the blackbox metadata entry deprecated (display-only, never blocks
registration/execution) mirroring the galadriel precedent, and add a
regression guard asserting the flag.
2026-08-21 19:49:45 -03:00
..