Skip to content

fix(presets): drop signup-bonus providers from ultra-cheap#303

Merged
Destynova2 merged 1 commit intomainfrom
fix/ultra-cheap-pure-ongoing-free
Apr 27, 2026
Merged

fix(presets): drop signup-bonus providers from ultra-cheap#303
Destynova2 merged 1 commit intomainfrom
fix/ultra-cheap-pure-ongoing-free

Conversation

@Destynova2
Copy link
Copy Markdown
Contributor

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)

Provider Free terms No expiry?
Groq 30 RPM, 1 000 RPD, 6K TPM
Cerebras 1M tok/day, 8K context cap
Z.ai GLM GLM-4.7-Flash + GLM-4.5-Flash ongoing free
OpenRouter :free 50 RPD base / 1 000 RPD with $10 lifetime

Paid spillover (no signup bonus, pure pay-as-you-go)

  • OpenRouter pass-through: DeepSeek V4 Flash ($0.14/$0.28), DeepSeek R1 ($0.55/$2.19). User trades ~10% OR markup for one fewer account to manage.
  • xAI Grok 4.1 Fast: $0.20/$0.50 per Mtok with 2M context + native web_search tool, used only for the search-model slot and the >100K input tier.

Provider count

Drops from 9 to 7 (5 enabled, 2 opt-in):

  • enabled: groq, cerebras, zai, openrouter, xai
  • opt-in: gemini (trains on free-tier data), nebius (paid floor)

Test plan

  • grob preset info ultra-cheap — parses, 7 providers, all router slots wired
  • grep -E 'api.deepseek.com|api.inceptionlabs.ai|signup bonus|2026-11' presets/ultra-cheap.toml returns nothing
  • No hardcoded version strings (CI guard)
  • OpenRouter deepseek/deepseek-* pass-through references stay (pure pay-as-you-go, no signup component)
  • Docs lint passes in CI

🤖 Generated with Claude Code

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>
@Destynova2 Destynova2 enabled auto-merge April 27, 2026 20:36
@Destynova2 Destynova2 merged commit 09fe074 into main Apr 27, 2026
27 of 28 checks passed
@Destynova2 Destynova2 deleted the fix/ultra-cheap-pure-ongoing-free branch April 27, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant