mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-25 08:32:11 +03:00
Issue #11225's fix only mapped google-imagen/nano-banana-2 -> nano-banana-2. Per docs.kie.ai/market/google/*, the other three google-imagen Market catalog ids also need an explicit upstream mapping, and it is not a uniform "strip the namespace" rule: - google-imagen/nano-banana -> google/nano-banana - google-imagen/nano-banana-pro -> nano-banana-pro - google-imagen/nano-banana-edit -> google/nano-banana-edit Verified against the other 27 KIE Market catalog ids (seedream, flux, ideogram, qwen, wan, grok-imagine, gpt): their catalog ids already match their real upstream ids byte-for-byte, so KIE_MARKET_UPSTREAM_MODEL_IDS stays scoped to the google-imagen namespace. Refs #11296