mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Release v3.8.42 (#5459)
Release v3.8.42 — full CHANGELOG in CHANGELOG.md. CI: 103 checks green incl. CodeQL (all languages), Semgrep, all 8 unit shards, coverage, Node 24 compat, and integration tests. Full unit suite validated locally: 19437 pass / 0 fail. The 3 red checks are advisory and do not gate main (no required status checks): SonarCloud/SonarQube new-code coverage gate, and PR Test Policy (test-masking detector flagging the legitimate dead-Phind provider removal in #5530 — reviewed, correct). Includes cycle-close reconciliation + repair of inherited base-red tests from #5480/#5527/#5427/#5521 that the PR->release fast-path did not exercise.
This commit is contained in:
committed by
GitHub
parent
baa5ad5023
commit
0adae00c7b
@@ -23,7 +23,7 @@ These providers are **always free** with no limits:
|
||||
| **Kiro AI** | Claude Sonnet 4.5, Haiku 4.5, Opus 4.6 | 50 credits/month | No auth needed |
|
||||
| **OpenCode Free** | GPT-4o, Claude, Gemini | Unlimited | No auth needed |
|
||||
| **Pollinations** | GPT-5, Claude, Gemini, DeepSeek, Llama 4 | No key needed | No auth needed |
|
||||
| **LongCat** | LongCat-Flash-Lite | 50M tokens/day | No auth needed |
|
||||
| **LongCat** | LongCat-2.0 | 10M tokens (one-time) | API key + KYC |
|
||||
| **Cloudflare AI** | 50+ models | 10K neurons/day | No auth needed |
|
||||
| **Qwen** | Qwen3-coder-plus/flash/next | Unlimited | No auth needed |
|
||||
| **Qoder** | Kimi-K2, DeepSeek-R1, Qwen3-coder | Unlimited | No auth needed |
|
||||
@@ -66,7 +66,7 @@ Connect these 4 providers for **unlimited free AI**:
|
||||
1. **Kiro AI** — 50 credits/month (Claude models)
|
||||
2. **OpenCode Free** — Unlimited (GPT models)
|
||||
3. **Pollinations** — No key needed (multiple models)
|
||||
4. **LongCat** — 50M tokens/day (backup)
|
||||
4. **LongCat** — 10M tokens one-time (backup, requires KYC)
|
||||
|
||||
Then use `model: "auto"` and OmniRoute will:
|
||||
- Try Kiro first (best quality)
|
||||
@@ -98,7 +98,7 @@ Browse the list and select one of these free providers:
|
||||
- **Kiro AI** — Free Claude models
|
||||
- **OpenCode Free** — Free GPT models
|
||||
- **Pollinations** — Free GPT-5, Claude, Gemini
|
||||
- **LongCat** — 50M tokens/day free
|
||||
- **LongCat** — 10M tokens free (one-time, requires KYC)
|
||||
- **Cloudflare AI** — 50+ models, 10K neurons/day
|
||||
|
||||
### Step 5: Click Connect
|
||||
@@ -136,10 +136,10 @@ Connect 3-4 free providers for the best experience.
|
||||
|
||||
### LongCat
|
||||
|
||||
- **Models**: LongCat-Flash-Lite
|
||||
- **Quota**: 50M tokens/day
|
||||
- **Auth**: No auth needed
|
||||
- **Best for**: High-volume usage
|
||||
- **Models**: LongCat-2.0
|
||||
- **Quota**: 10M tokens, one-time grant on signup (not recurring daily/monthly)
|
||||
- **Auth**: API key + KYC verification required to unlock the free grant
|
||||
- **Best for**: A one-off free allowance; pay-as-you-go beyond it
|
||||
|
||||
### Cloudflare AI
|
||||
|
||||
@@ -222,7 +222,7 @@ Let's calculate how much free AI you can get:
|
||||
| Kiro AI | ~1.7 credits | 50 credits |
|
||||
| OpenCode Free | Unlimited | Unlimited |
|
||||
| Pollinations | Unlimited | Unlimited |
|
||||
| LongCat | 50M tokens | 1.5B tokens |
|
||||
| LongCat | — (one-time) | 10M tokens (one-time, KYC) |
|
||||
| Cloudflare AI | 10K neurons | 300K neurons |
|
||||
| NVIDIA NIM | ~40 RPM | ~1.7M requests |
|
||||
| Cerebras | 1M tokens | 30M tokens |
|
||||
|
||||
@@ -29,7 +29,7 @@ Think of a provider like a **phone carrier**. Just as you need a phone carrier t
|
||||
- **Kiro AI** — Free Claude models (no auth needed)
|
||||
- **OpenCode Free** — Free GPT models (no auth needed)
|
||||
- **Pollinations** — Free GPT-5, Claude, Gemini (no key needed)
|
||||
- **LongCat** — 50M tokens/day free
|
||||
- **LongCat** — 10M tokens free (one-time grant, requires account + KYC)
|
||||
- **Cloudflare AI** — 50+ models, 10K neurons/day
|
||||
4. Click **Connect**
|
||||
5. Done! You now have free AI access.
|
||||
@@ -69,7 +69,7 @@ These providers offer **free access** with no credit card:
|
||||
| **Kiro AI** | 50 credits/month | Claude Sonnet 4.5, Haiku 4.5, Opus 4.6 | No auth needed |
|
||||
| **OpenCode Free** | Unlimited | GPT-4o, Claude, Gemini | No auth needed |
|
||||
| **Pollinations** | No key needed | GPT-5, Claude, Gemini, DeepSeek, Llama 4 | No auth needed |
|
||||
| **LongCat** | 50M tokens/day | LongCat-Flash-Lite | No auth needed |
|
||||
| **LongCat** | 10M one-time | LongCat-2.0 | API key + KYC |
|
||||
| **Cloudflare AI** | 10K neurons/day | 50+ models | No auth needed |
|
||||
| **NVIDIA NIM** | ~40 RPM | 129 models | API key needed |
|
||||
| **Cerebras** | 1M tokens/day | Qwen3 235B, GPT-OSS 120B | API key needed |
|
||||
|
||||
Reference in New Issue
Block a user