mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 11:04:36 +00:00
A litellm cost entry that lists a model but prices both tokens at 0 (free moderation/rerank tiers) was resolved as a real price, importing the model enabled and served for free. Reject a both-zero (or negative) litellm hit so the caller falls through to the next source or fails closed, mirroring the _has_valid_pricing check the OpenRouter feed already applies. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>