The AI Gateway built for security🐳 200+ models. 0% markup. BYOK. Adaptive Routing. Firewall. Guardrails. Observability. Cyber. → discord.gg/YEubt8enRA

How much is your data worth? — Part 1 Assume your AI logs get stolen. Prompts. Responses. Tool calls. PII. Backups. Snapshots. What should the attacker get? Ciphertext. Today we're rolling out Post-Quantum Encryption for every request log, for every OrcaRouter user. No enterprise tier. No opt-in. No extra charge. Security shouldn't be an upgrade. Built for a simple threat: Harvest now. Decrypt later. A backup stolen today may still exist years from now. So we're protecting it for that future too.
4
12
4,333
How much is your data worth? — Part 1 Assume your AI logs get stolen. Prompts. Responses. Tool calls. PII. Backups. Snapshots. What should the attacker get? Ciphertext. Today we're rolling out Post-Quantum Encryption for every request log, for every OrcaRouter user. No enterprise tier. No opt-in. No extra charge. Security shouldn't be an upgrade. Built for a simple threat: Harvest now. Decrypt later. A backup stolen today may still exist years from now. So we're protecting it for that future too.
4
12
4,333
This isn't a roadmap slide. Open User Console → Logs. Request payloads are encrypted before they hit storage: AES-256-GCM → payloads ML-KEM-768 + X25519 → long-lived key protection The application fleet gets a public capture key. It can encrypt new logs. It can't use that key to decrypt your historical logs. A database credential should not be a historical prompt-decryption credential.
1
1
280
And here's the part we're most excited about: We also open-sourced the cryptographic layer protecting it. It's called scuttle. Instead of asking you to trust our crypto: we're asking you to break it. Code: public. Spec: public. Threat model: public. Attack surface: public. Fuzz targets: public. Find the assumption that fails. Break an invariant. Show us what we got wrong. Token bounties for valid security findings. Don't trust scuttle. Break it. github.com/Continuum-AI-Corp…
2
241
1.23M model downloads last month on Huggingface. Not bad. Still early. 🐋
3
32
2,050
We’re launching a 30% Deposit Match for DeepSeek V4.1 Flash on OrcaRouter — to give developers more tokens to build with. For a limited time: Deposit $20+ → get +30% bonus credit Up to $100 bonus per top-up. Only 100 claims available. 1 claim per developer. First come, first served. Claim yours ↓ orcarouter.ai/redeem/d69ad32…
1
16
1,840
Today we’re announcing OrcaSAQ-2 27B High-fidelity mixed-precision Qwen3.8 for long-horizon agents. 55.59 → 12.06 GB — 78.3% smaller / 4.61× 3.21 bpw · 93.2% Top-1 agreement 70.0 SWE-bench Verified 58.4 Terminal-Bench 2.1 262K context A 27B model for coding, terminal, browser, security and multi-tool agents — in a footprint you can actually deploy. SOTA agentic capability density among similarly sized models we evaluated. huggingface.co/orcarouter/Or…
73
154
1,806
971,197
Pelican on a bicycle test
1
52
5,453
Australia has been hacked. Blockchains have been hacked. Maybe it’s time for cyber models. OrcaCyber Zero (orcarouter.ai/models/orca/or…) is built for exactly this: vulnerability analysis, exploit reconstruction, attack-path investigation, and root-cause analysis. If you’re responding to an active incident, we’ll provide access immediately. DM us.
2
1
15
2,784
The result that surprised us most: 58.4% on Terminal-Bench 2.1. Claude Sonnet 4.6 + Claude Code is reported at 58.5%. A ~12 GB 27B model lands within 0.1 point on this long-horizon benchmark. Different agent scaffolds, so not an apples-to-apples model comparison. But that’s a lot of capability inside 12 GB.
3
4
66
11,111
What is OrcaSAQ-2? It’s our sensitivity-aware mixed-precision quantization system for preserving useful model behavior under aggressive compression. Instead of forcing every part of the model into the same precision, SAQ2 spends bits where they matter most. For agents, one wrong decision can compound across an entire trajectory: reason → act → tool → observe → recover → continue Quantization should preserve the agent.
4
4
66
8,167
A little late to the Jev party — but it’s now live on OrcaRouter. Jev 1.13 is available today. It doesn’t generate long answers. It makes fast, typed decisions. Useful inside agent loops for: → routing → verification → classification → control → deciding the next action Sometimes the model shouldn’t talk more. It should just decide. orcarouter.ai/models/typesaf…
3
4
74
4,619
AI security has plenty of benchmarks. What it doesn’t have is enough ground truth. So we built the Orca AI Incident Archive — an open dataset of real-world AI security incidents. 340 records. 548 sources. 45 critical. 126 with confirmed real-world harm. Prompt injection. Agent hijacking. MCP/tool abuse. Credential theft. Supply-chain attacks. Sandbox escapes. AI-assisted intrusion. The important part: we separate capability from consequence. A jailbreak ≠ an exploit. An exploit ≠ an incident. A paper ≠ a victim. Every record tracks provenance, incident type, severity, AI involvement, real-world harm, and supporting evidence. No source → no entry. Conflicting evidence → marked disputed. New evidence → record updated. As agents gain browsers, shells, credentials, code execution and production access, security needs more than benchmarks of what models might do. It needs telemetry of what actually happened. Benchmarks measure capability. Incidents measure reality. The Orca AI Incident Archive is now open ↓ orcarouter.ai/incident-archi…
14
2
24
2,718
4 new frontier models just dropped on OrcaRouter: GPT-6 Luna → orcarouter.ai/models/openai/… GPT-6 Sol → orcarouter.ai/models/openai/… Claude Opus 5.5 → orcarouter.ai/models/anthrop… Grok 4.7 → orcarouter.ai/models/grok/gr… Which one do you want us to discount the most? 👀
6
2
42
2,907
This upgrade has been completed, let us know if you face further issues.
If you’re seeing guardrail_blocked or judge unavailable errors on OrcaCyber Zero 1.0 today: We’re updating Zero’s security guardrails and judgment infrastructure. Some requests may fail temporarily while we roll out the changes. Please try again tomorrow. Zero is still in closed testing, so occasional instability is expected as we harden the system before broader access. Sorry for the inconvenience — and thank you for testing with us and reporting issues. orcarouter.ai/models/orca/or…
2
30
3,362
We spent the last few days testing JEV internally. We tried to reproduce it, break it, and improve it. 5 things we learned: 1. JEV’s core insight is simple - and probably right. If the answer space is bounded, don’t generate the answer token by token. Remove autoregressive decoding and you can remove 1–2 orders of magnitude of inference work. 2. RLCD isn’t the moat. Data might be. Laya already open-sourced the implementation + weights. The missing piece is the synthetic data recipe. And our experiments strongly point in the same direction. 3. “Open source already beat JEV” is a benchmark illusion. Same checkpoint: In-distribution: 0.769 OOD: 0.541 Change the distribution and the apparent breakthrough largely disappears. 4. Compute-optimal ≠ learnability-optimal. We moved state outside the problem sequence to save compute. Result: -27 points. Likely because we saved FLOPs while throwing away useful MLM pretraining priors. Then we tested 6 more ideas in one night: anchor selection, continuity smoothing, asymmetric windows, bucketed temperature, two-stage retrieval, full RLCD. All failed or failed to generalize. Only one thing consistently worked: More data. 1,200 → 123,475 examples OOD: 0.4069 → 0.5498 5. The weirdest result: A decoder with zero additional training still beat every trained small encoder: 0.5671 vs 0.5628 / 0.5411 / 0.4069 Our takeaway: JEV’s breakthrough may not be a particular architecture or training algorithm. It may be a much simpler idea: When the answer space is bounded, search it. Don’t generate it. And right now, the biggest bottleneck to making that work broadly doesn’t look like architecture. It looks like data.
53
103
1,282
123,534
One interesting thing about JEV/decision models for cyber: agents often don’t have a reasoning problem. They have a branching problem. Every action creates more possible next states. Over long horizons, that tree explodes, and autoregressive reasoning becomes an expensive, slow way to search it. JEV suggests a different architecture: Search cheap. Branch wide. Reason only when necessary. In theory, this should become more valuable as the horizon gets longer. The irony: so far, long-horizon planning is exactly where JEV has impressed us the least. That gap is probably the most interesting thing to work on.
2
2
56
4,771