mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
Pollinations retired the legacy text.pollinations.ai host, which now returns 404 'This is our legacy API' for all models. The registry primary baseUrl (and the executor's hardcoded fallback) still pointed at it; gen.pollinations.ai/v1 is the current OpenAI-compatible gateway (it was already listed as the secondary fallback). Make gen the sole/primary endpoint and align the executor test. Closes #2987