Skip to main content
MindStudio
Pricing
BlogAbout
My Workspace
OX Alpha freeOpenRouter free modelOX Alpha rate limits

OX Alpha on OpenRouter: Free Access, Limits, and How Long It Lasts

OX Alpha is a free stealth model on OpenRouter with a 1M context window and huge rate limits. Here's what's known about access before it disappears.

Edited by Luis Chavez-Mattos, Director of Product RSS
OX Alpha on OpenRouter: Free Access, Limits, and How Long It Lasts

What is OX Alpha, and why is it free on OpenRouter?

OX Alpha is a stealth large language model that showed up on OpenRouter offering a 1 million token context window, multimodal input (text, image, and video), zero data retention, and a claimed daily capacity in the trillions of tokens, all at no cost. No company has officially attached its name to the model. OpenRouter’s own listing describes it only as a frontier model built for efficient coding, sustained agentic work, and real-world production use. That vagueness, combined with genuinely unusual usage limits, is exactly why it has generated so much attention among developers looking for a free way to run high-context, agentic coding workloads.

TL;DR

  • OX Alpha is a stealth model on OpenRouter with no confirmed publisher, offering a 1 million token context window and multimodal input across text, image, and video.
  • It’s currently free to use, with rate limits described as near unlimited, which is unusual for a model performing in the same range as established frontier systems.
  • Most signals point to it being connected to the GLM family, based on tokenizer analysis from jailbreaking researcher Pliny the Liberator and separate leaks referencing a “GLM 5.3 flash” checkpoint.
  • Benchmark results are inconsistent, with some independent tests showing performance near GPT 5.5-5.6 territory and others showing it clearly underperforming once retested on contamination-resistant private benchmarks.
  • A prediction market reportedly assigned a 90% probability that OX Alpha resolves to Zed.ai (the company behind GLM), though prediction markets aren’t guaranteed to be correct.
  • Free stealth models on OpenRouter historically don’t stay free or anonymous for long, based on precedent with an earlier anonymous release later confirmed as GLM-5, so testing OX Alpha sooner rather than later is the practical move for anyone curious.
  • The “why is this free” question is unresolved, with theories ranging from a marketing strategy to gather unbiased feedback, to speculation about a new compute partner, to unverified claims about continual learning breakthroughs.

Other agents ship a demo. Remy ships an app.

UI
React + Tailwind ✓ LIVE
API
REST · typed contracts ✓ LIVE
DATABASE
real SQL, not mocked ✓ LIVE
AUTH
roles · sessions · tokens ✓ LIVE
DEPLOY
git-backed, live URL ✓ LIVE

Real backend. Real database. Real auth. Real plumbing. Remy has it all.

How much can you actually use for free?

The headline number circulating is a daily capacity figure in the range of 100 trillion tokens, which would make individual rate limits on OpenRouter extremely generous, described by early testers as “near unlimited.” That doesn’t mean there are zero constraints. OpenRouter typically imposes some form of per-user throttling on free and stealth models to prevent abuse, and free listings like this one are usually temporary by design. Historically, labs testing models anonymously on OpenRouter treat the free window as a limited-time public benchmark, not a permanent offering. Anyone building against OX Alpha right now should treat the access as provisional and avoid depending on it for anything in production.

Why would a lab give away this much compute for free?

This is the part of the story that doesn’t have a clean answer. Running a 1 million context, multimodal model at near unlimited scale for free requires enormous inference compute, and most AI labs are currently constrained by GPU availability, not flush with spare capacity. A few explanations have circulated:

It’s a blind evaluation strategy. There’s direct precedent for this. GLM’s maker has publicly described a prior anonymous release, nicknamed “Pony Alpha,” as a deliberate move to strip away brand bias and let the model’s raw output quality drive the feedback. According to their own comments, the strategy worked: the earlier stealth model built a reputation purely on performance before being revealed as GLM-5, which the company said helped validate that Chinese LLMs could compete at the frontier level. If OX Alpha follows the same pattern, giving it away free and unbranded is a way to generate organic, unbiased benchmarking buzz before a formal launch.

There’s new compute backing it. Some observers have speculated about an undisclosed investment or new hardware partner enabling this level of free inference, since no major lab is publicly known to have surplus compute at this scale right now.

Continual learning speculation. A separate and unverified thread of discussion suggests OX Alpha might be tied to continual learning research, the idea that a model keeps updating from live usage rather than staying static after training. Safe Superintelligence, the lab founded by Ilya Sutskever, has been reported to be working on continual learning and was rumored to have upcoming breakthroughs. Some users claimed OX Alpha showed signs of being updated mid-deployment, which fed the theory. This remains speculation without confirmation, and continual learning in deployed LLMs is not something that has been demonstrated at this scale by any lab publicly.

Is OX Alpha actually as good as GPT 5.5 or 5.6?

VIBE-CODED APP
Tangled. Half-built. Brittle.
AN APP, MANAGED BY REMY
UIReact + Tailwind
APIValidated routes
DBPostgres + auth
DEPLOYProduction-ready
Architected. End to end.

Built like a system. Not vibe-coded.

Remy manages the project — every layer architected, not stitched together at the last second.

The benchmark picture is mixed, and that inconsistency is itself a useful data point. One early test run on the DeepSWE coding benchmark reportedly showed OX Alpha scoring around 80%, well ahead of comparison models. But when other testers ran their own private, contamination-resistant benchmarks, the model underperformed significantly, landing closer to parity with GPT 5.5-5.6 class models rather than beating them outright. Separate independent benchmarks placed it just below GPT 5.6 Sol-mid and just above GPT 5.5.

The practical takeaway: OX Alpha appears to be a strong, competitive model in the same tier as current frontier systems, not something that clearly leapfrogs them. Claims of it dramatically outperforming GPT-5-class models have not held up consistently across retests. Given that it hasn’t been tested widely through a stable API by independent researchers, benchmark numbers floating around should be treated as provisional.

What model is OX Alpha actually built on?

The most consistent theory is that OX Alpha is connected to the GLM family, specifically referred to in some leaks as “GLM 5.3 flash.” Two pieces of evidence support this:

Pliny the Liberator, a researcher known for jailbreaking LLMs to extract system prompts and internal configuration, reportedly found tokenizer evidence linking OX Alpha to the GLM family. Jailbreaking a model can reveal its system prompt and behavioral instructions, which sometimes exposes clues about the underlying architecture or origin even when a model is deployed under a code name.

Separately, a prediction market reportedly assigned around a 90% probability that OX Alpha resolves to Zed.ai, the company behind GLM. Prediction markets aggregate the bets of people with inside knowledge or strong conviction, so a lopsided probability like that is a meaningful signal, though not proof. Other theories, including a link to Safe Superintelligence or an Nvidia collaboration, have circulated but lack comparable supporting evidence.

If the GLM connection holds, there’s a practical implication for anyone interested in local inference: a model performing near GPT 5.6 Sol-mid level that can eventually be run locally on capable hardware, with electricity as the main ongoing cost, would be a meaningful development for the open-weight ecosystem.

Should you try OX Alpha now?

If you want to experiment with a high-context, multimodal model without paying per-token, testing OX Alpha while it’s live on OpenRouter is low-risk since it costs nothing. But treat it as a temporary window. Precedent with GLM’s earlier anonymous release suggests stealth models on OpenRouter get unmasked and repositioned commercially once the testing period ends. Build any real workflow on a named, stable model, and use OX Alpha for exploratory testing or benchmarking your own prompts against a frontier-tier system while access lasts.

Frequently Asked Questions

Is OX Alpha completely free to use?

Yes, as currently listed on OpenRouter, OX Alpha is free with usage limits described as near unlimited, though free stealth model listings are typically temporary.

Who actually makes OX Alpha?

It’s unconfirmed. The strongest evidence points to a connection with the GLM family (referred to as “GLM 5.3 flash” in some leaks), based on tokenizer analysis and prediction market odds, but no company has officially claimed it.

How does OX Alpha compare to GPT-5 class models?

Independent benchmarks are inconsistent. Some early tests showed it far outperforming comparable models, but retests on harder, contamination-resistant benchmarks put it roughly in line with or slightly below GPT 5.6 Sol-mid.

Why would a company give away a 1 million context model for free?

Remy is new. The platform isn't.

Remy
Product Manager Agent
THE PLATFORM
200+ models 1,000+ integrations Managed DB Auth Payments Deploy
BUILT BY MINDSTUDIO
Shipping agent infrastructure since 2021

Remy is the latest expression of years of platform work. Not a hastily wrapped LLM.

The leading theory, based on precedent from GLM’s prior anonymous release, is that it’s a blind evaluation strategy to gather unbiased feedback before a branded launch. Theories about new compute partnerships or continual learning breakthroughs remain unverified.

Will OX Alpha stay on OpenRouter long term?

Unlikely to stay free or anonymous indefinitely. Similar stealth releases have historically been unmasked and repositioned as paid, branded models once the testing phase ends.

Editorial standards

Presented by MindStudio

No spam. Unsubscribe anytime.