fix(presets): drop signup-bonus providers from ultra-cheap#303
Merged
Destynova2 merged 1 commit intomainfrom Apr 27, 2026
Merged
fix(presets): drop signup-bonus providers from ultra-cheap#303Destynova2 merged 1 commit intomainfrom
Destynova2 merged 1 commit intomainfrom
Conversation
Removes DeepSeek direct (5M / 30 days) and Inception Mercury (10M / 30 days) from ultra-cheap. Both were marked "signup bonus, then pay-as-you-go" but the user prefers a preset with zero deadline-style caveats anywhere — only sources whose terms don't expire. DeepSeek V4 Flash and R1 paid spillover stays available via OpenRouter pass-through (`deepseek/deepseek-v4-flash`, `deepseek-r1`), which is pure pay-as-you-go with no signup expiry. The user trades ~10% OR markup for one fewer account to manage. Provider count drops from 9 to 7 (5 enabled, 2 opt-in): groq, cerebras, zai, openrouter, xai (enabled) gemini (opt-in, trains on free data) nebius (opt-in, paid floor) Routing chains rewired: - default p3 was deepseek direct → now skipped (OR :free → OR paid) - think p3 was deepseek-reasoner direct → now skipped (OR R1 paid) - search p4 was deepseek direct → now OR DeepSeek V4 Flash - trivial p1 was Mercury → now Cerebras Llama 3.1 8B (1M tok/day) Tier guards updated: - complex (>100K input) : removed deepseek (now xai + openrouter only) - medium (>7K input) : removed deepseek (zai + groq + openrouter + xai) Doc preamble rewritten: - header: "4 ongoing free tiers" only, "no signup bonuses, no trial periods, no deadlines" - account requirements: removed DEEPSEEK_API_KEY and MERCURY_API_KEY sections - strategy: chains updated to reflect actual mappings Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes DeepSeek direct (5M tokens / 30 days) and Inception Mercury (10M tokens / 30 days) from
ultra-cheap. Both were positioned as "signup bonus, then pay-as-you-go" but the user prefers zero deadline-style caveats anywhere — only sources whose terms genuinely don't expire.What stays (4 ongoing free tiers)
:freePaid spillover (no signup bonus, pure pay-as-you-go)
search-modelslot and the >100K input tier.Provider count
Drops from 9 to 7 (5 enabled, 2 opt-in):
groq,cerebras,zai,openrouter,xaigemini(trains on free-tier data),nebius(paid floor)Test plan
grob preset info ultra-cheap— parses, 7 providers, all router slots wiredgrep -E 'api.deepseek.com|api.inceptionlabs.ai|signup bonus|2026-11' presets/ultra-cheap.tomlreturns nothingdeepseek/deepseek-*pass-through references stay (pure pay-as-you-go, no signup component)🤖 Generated with Claude Code