---
title: "Ox Alpha Free AI Model: Setup, Privacy and Cost"
canonical: https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/
language: en
description: "Ox Alpha free AI model guide: OpenCode and OpenRouter setup, 1M context, privacy differences, extra fees and a safe team evaluation plan."
image: "https://wavect.io/img/blog/headers/header_ox-alpha-free-ai-model-guide-2026.png"
---

[**Back**](/blog/overview/)

[![Kevin Riedl](/img/team/kevin.webp)](/team/kevin-riedl/)

[Kevin Riedl](/team/kevin-riedl/) https://linkedin.com/in/wsdt

10 min read · 23 Aug 2026 Last reviewed August 23, 2026

[**Next**](/blog/llm-as-a-verifier/)

# Ox Alpha Free AI Model: Setup, Privacy and Team Buyer Guide

TL;DR

Ox Alpha, often searched as 0x Alpha, is a free stealth reasoning model for coding and sustained agent work. OpenRouter lists a 1,048,576-token context window, up to 131,072 output tokens, text, image and video input, tool calling and structured output. Access terms depend on the route: OpenCode Zen lists the model as x-preview-f-free with zero retention and no training, while OpenRouter lists stealth/ox-alpha and says the provider retains prompts and completions but does not use them for training. Both routes currently price model tokens at zero, but free access is temporary and separate services such as PDF OCR can still cost money. Do not use an anonymous preview with secrets or regulated data. Evaluate it on a redacted repository, fixed tasks and independent tests, then compare accepted-change rate, review time, latency and failures before any team rollout.

**Ox Alpha is free to try, has a 1M-token context window and is built for coding agents, but the access route changes the privacy answer.** OpenCode Zen lists zero retention. OpenRouter says its provider retains prompts and completions, while its general stealth-model agreement grants broader rights. Treat the model as a temporary evaluation route, not a default destination for private source code.

The official display name is **Ox Alpha**, with the letter O. Many people search for **0x Alpha** or **0xAlpha**. This guide owns the model-specific setup, privacy and pilot decision. For tool economics, read our [Claude Code versus OpenCode team-cost comparison](/blog/claude-code-vs-opencode-team-cost-2026/). For portfolio architecture, use the [multi-model coding-agent buying guide](/blog/multi-model-ai-coding-agent-stack-2026/).

## Ox Alpha at a glance

| Question | Verified answer on 23 August 2026 | Buyer implication |
| --- | --- | --- |
| What is it? | An anonymous third-party reasoning model for coding, sustained agent work and production workloads. | The operator and long-term support owner are undisclosed. |
| Is it free? | Prompt and completion tokens are currently priced at $0 through the listed preview routes. | Free is a current preview price, not a durable budget assumption. |
| Context and output | 1,048,576-token context and up to 131,072 completion tokens. | Large limits create headroom, but do not prove retrieval quality across a whole repository. |
| Inputs | Text, images and video in; text out. | It can inspect screenshots and visual context, subject to route and harness support. |
| Agent features | Tool calling, tool choice and structured output are supported. JSON Schema enforcement is not listed. | Validate tool arguments and structured responses in code. |
| Can you self-host it? | No public weights or identified developer are listed. | You depend on a hosted preview and cannot pin the underlying weights. |

The current [official OpenRouter model record](https://openrouter.ai/stealth/ox-alpha) supports the specifications above and dates the release to 20 August 2026. It does not identify the developer. Claims that Ox Alpha is GLM, MiMo or another unreleased family remain speculation unless the provider discloses its identity.

## OpenCode Zen or OpenRouter: which Ox Alpha route should you use?

| Route | Model ID | Current token price | Published data position | Best fit |
| --- | --- | --- | --- | --- |
| OpenCode Zen | `x-preview-f-free`, or `opencode/x-preview-f-free` in OpenCode config | Free | Provider follows zero retention and does not train on your data. | A redacted coding-agent evaluation where this policy is acceptable. |
| OpenRouter | `stealth/ox-alpha` | Free | Model page says the provider retains prompts and completions but does not use them for training. | API experimentation with no confidential or personal data. |

The [OpenCode Zen documentation](https://opencode.ai/docs/zen/) confirms the ID, zero token price, limited-time status and route-specific zero-retention statement. It also documents workspace and member spending limits. Those controls help with paid models and add-ons, but they do not turn temporary model availability into an SLA.

## Is Ox Alpha private enough for company code?

**Not by default.** A repository can contain credentials, customer identifiers, private issue text, proprietary algorithms and licensed code. A zero-dollar model invoice does not transfer permission to disclose those assets.

There is also a material policy difference inside OpenRouter. The model page says Ox Alpha content is retained by the provider and not used for training. The broader [OpenRouter Stealth Program agreement](https://openrouter.ai/terms/stealth) says user content may be collected, retained and provided to anonymous providers for model training and improvement. It also says stealth models can disappear at any time and prohibits sensitive categories of data.

When a product page and a general agreement appear to differ, a cautious buyer should follow the stricter boundary until counsel or the platform confirms the applicable terms in writing. For OpenRouter, do not send private repositories, personal data, health data, financial data or customer material. For OpenCode Zen, verify the current policy again at pilot start, record it in the evaluation, and still remove secrets. Our [PII-redaction guide for LLM prompts](/blog/pii-redaction-before-llm-prompts/) provides the preprocessing pattern.

## How to use Ox Alpha Free in OpenCode

1. **Choose the route first.** Decide whether the OpenCode Zen or OpenRouter terms fit the data classification of your test.
2. **Create a separate pilot key.** Give it the lowest practical budget and no access to unrelated environments.
3. **Connect the provider.** In OpenCode, run `/connect`, choose OpenCode Zen or OpenRouter, and paste the matching API key.
4. **Select the exact model.** Run `/models`. Choose Ox Alpha Free on Zen or `stealth/ox-alpha` on OpenRouter. Record the model ID in every result.
5. **Start with a sanitized repository.** Use a copy with secrets removed, synthetic fixtures and no customer data.
6. **Constrain permissions.** Require approval for network access, package installation, destructive shell commands and writes outside the worktree.
7. **Verify independently.** Run deterministic tests and have a separate reviewer assess correctness and security.

The official [OpenCode provider setup guide](https://opencode.ai/docs/providers/) documents the `/connect` and `/models` flow for both Zen and OpenRouter. Do not paste API keys into project configuration or commit them.

## Is Ox Alpha really free, or are there hidden costs?

**The model tokens are currently free. The complete workflow might not be.** A coding harness can invoke search, file parsing, external MCP tools, storage and other paid services. It can also generate engineering cost through retries, slow responses, failed tasks and human review.

| Cost layer | What can happen | How to control it |
| --- | --- | --- |
| Model input and output | Currently $0 on the documented preview routes. | Recheck pricing before every evaluation batch. |
| PDF and file processing | A gateway may parse a file through a separate paid engine. | Select the parser explicitly and inspect usage logs. |
| Web search and tools | External tool calls can have their own metering. | Disable unneeded tools and set independent limits. |
| Rate limits and outages | Free previews can be slower, constrained or removed. | Use bounded retries and a named fallback model. |
| Human review | Large outputs can increase review time and defect surface. | Ask for small diffs and measure correction minutes. |

For example, the [OpenRouter PDF-input documentation](https://openrouter.ai/docs/guides/overview/multimodal/pdfs) lists a paid Mistral OCR option alongside free Cloudflare parsing and native processing. If no engine is selected, routing can choose a parser for you. A zero-cost model can therefore coexist with a non-zero request.

## What is Ox Alpha good for?

- **Long-repository exploration:** compare its architecture map and cited file paths against a trusted baseline.
- **Multi-file implementation:** test whether it keeps requirements, tests and local instructions aligned across a bounded change.
- **Visual bug triage:** combine a sanitized screenshot with code and a reproducible error report.
- **Low-cost evaluation:** build an internal task set without spending model-token budget during the preview.

A 1M window is capacity, not evidence of perfect recall. Test buried constraints at different positions, conflicting instructions, tool recovery and completion quality. If your real question is whether long context should replace retrieval or adaptation, use our [RAG versus fine-tuning versus long-context decision guide](/blog/rag-vs-finetune-vs-longcontext-2026/).

## Who should not deploy Ox Alpha?

- Teams that need a named model developer, fixed weights, contractual support or a long-term availability commitment.
- Workloads containing secrets, regulated data, customer repositories or data you cannot lawfully share with the selected route.
- Production automation without strict tool permissions, output validation, rollback and a fallback model.
- Buyers choosing from screenshots, self-reported identity answers or unrepeatable benchmark claims.

## A seven-day Ox Alpha evaluation plan

1. **Day 1, contract and data gate:** archive the current route terms, classify the test data and remove secrets.
2. **Day 2, baseline:** freeze 15 to 25 representative tasks, repository commits and acceptance tests.
3. **Days 3 and 4, repeated runs:** run Ox Alpha and one approved fallback at least three times per task class.
4. **Day 5, adversarial review:** test denied files, prompt injection, tool errors, stale documentation and ambiguous requirements.
5. **Day 6, commercial scorecard:** calculate accepted changes, serious defects, latency, reviewer minutes and total non-model charges.
6. **Day 7, decision:** approve a narrow use, keep it in experimentation, or reject it. Define the exit trigger if pricing, identity, terms or model behavior changes.

**Recommendation:** use Ox Alpha as a disposable evaluation lane for sanitized coding tasks. Do not build a production dependency around an anonymous, time-limited preview. If the pilot succeeds, [ask Wavect to turn the results into a governed AI-agent rollout](/contact/) with routing, evaluation, observability and fallback ownership.

## Sources and research boundary

This guide was researched on 23 August 2026 from the current OpenRouter model page and stealth terms, plus OpenCode's Zen and provider documentation. Pricing, retention statements, model IDs and availability can change without preserving this article's conclusions. Recheck the linked primary sources before sending data or approving a rollout. We intentionally do not identify the anonymous developer and do not repeat unverified benchmark scores.

## Frequently Asked Questions

### Is the model called Ox Alpha or 0x Alpha?

The official listing is Ox Alpha, using the letter O. People also search for 0x Alpha and 0xAlpha. The current model IDs are stealth/ox-alpha on OpenRouter and x-preview-f-free on OpenCode Zen.

### Is Ox Alpha free?

Yes, its prompt and completion token prices are currently zero on OpenRouter and OpenCode Zen. Access is a limited-time preview. Separate services such as PDF parsing, search or external tools can still cost money.

### Does Ox Alpha have a 1M context window?

OpenRouter lists a 1,048,576-token context window and up to 131,072 completion tokens. Treat these as capacity limits, then test recall and instruction following on your own tasks.

### Is Ox Alpha a GLM or MiMo model?

The provider has not publicly identified the developer. Community fingerprints and model self-identification are not an official confirmation, so procurement should record the model as anonymous.

### Does Ox Alpha retain code or prompts?

The answer depends on the route. OpenCode Zen states zero retention and no training. OpenRouter's Ox Alpha page states provider retention without training, while its general stealth agreement grants broader collection and training rights. Apply the stricter boundary and avoid confidential data.

### Can a team use Ox Alpha in production?

A team can technically call the hosted model, but the anonymous provider, temporary access, route-dependent terms and lack of fixed public weights make it a poor default production dependency. Start with a sanitized, reversible pilot.

## Final thoughts

Ox Alpha is an unusually capable free preview on paper: 1M context, large outputs, multimodal input and agent features. The durable buying answer is more cautious. Its provider is anonymous, access is temporary, and the published data position changes by route.

Choose the route before the model. Remove secrets, constrain tools, evaluate on fixed tasks and price every accepted change, including add-ons and review. Keep a fallback. Promote only a narrow use case after the evidence and terms meet your team's bar.

## You may also like..

[**Build a Multi-Model Coding-Agent Stack** Choose orchestrators, workers, verification, routing and governance around measurable team outcomes.](/blog/multi-model-ai-coding-agent-stack-2026/) [**AI enablement or generic AI consulting?** Compare an owned production capability with a strategy-only engagement.](/compare/ai-enablement-vs-generic-ai-consultancy/)

Models and infrastructure

## Continue through this cluster

Model selection, inference economics, local deployment, compression and serving architecture.

[Start with the cornerstone**Self-Hosting LLMs in the EU: When Open Weights Actually Pay Off**](/blog/self-hosting-llms-eu-cost/)

- [Pika Audio Models API Pricing: Is SFX Really 20x Cheaper?](/blog/pika-audio-models-api-pricing-2026/)
- [Thunder Compute's $13M GPU Virtualization Bet: Enterprise Buyer's Guide](/blog/thunder-compute-gpu-virtualization-series-a/)
- [AirLLM on 4 GB VRAM: How Layer-Wise Inference Really Works](/blog/airllm-layer-wise-inference-low-vram/)
- [Qwen3.8-27B: Self-Hosted Computer-Use Agents Without Exporting Screenshots](/blog/qwen3-8-27b-self-hosted-computer-use-agents/)
- [Netflix's vLLM and Triton Stack: 7 Production Lessons](/blog/netflix-vllm-triton-inference-stack/)

Inbox, without the noise

## Follow the work that matters to you

Get a short email when we publish something new. Follow the whole blog or only the problems you care about.

[**Back**](/blog/overview/)

[![Kevin Riedl](/img/team/kevin.webp)](/team/kevin-riedl/)

[Kevin Riedl](/team/kevin-riedl/) https://linkedin.com/in/wsdt

10 min read · 23 Aug 2026 Last reviewed August 23, 2026

[**Next**](/blog/llm-as-a-verifier/)

New posts by email ×

×

Get new posts by email

A short email when we publish. Free, no tracking.

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/#organization",
      "@type": [
        "Organization",
        "ProfessionalService",
        "LocalBusiness"
      ],
      "employee": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "founder": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "legalRepresentative": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "name": "Wavect GmbH",
      "subjectOf": {
        "@id": "https://wavect.io/verified-claims.json#dataset",
        "@type": "Dataset",
        "creator": {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        "description": "A machine-readable registry of quantitative and qualitative claims published by Wavect, with review dates, localized page appearances and public third-party citations where available.",
        "inLanguage": "en",
        "isAccessibleForFree": true,
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "name": "Wavect verified publication claims",
        "url": "https://wavect.io/verified-claims.json"
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/team/kevin-riedl/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Kevin Riedl",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796365",
        "https://www.linkedin.com/in/wsdt",
        "https://github.com/wsdt"
      ],
      "url": "https://wavect.io/team/kevin-riedl/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/team/christof-jori/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Christof Jori",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796367",
        "https://www.linkedin.com/in/jocr77/",
        "https://github.com/jo-chris"
      ],
      "url": "https://wavect.io/team/christof-jori/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/#website",
      "@type": "WebSite",
      "inLanguage": [
        "en",
        "de",
        "es",
        "zh"
      ],
      "name": "Wavect",
      "potentialAction": {
        "@type": "SearchAction",
        "query-input": "required name=search_term_string",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://wavect.io/search/?q={search_term_string}"
        }
      },
      "publisher": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/#webpage",
      "@type": "WebPage",
      "dateModified": "2026-08-23",
      "inLanguage": "en",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-08-23",
      "url": "https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "abstract": "Ox Alpha, often searched as 0x Alpha, is a free stealth reasoning model for coding and sustained agent work. OpenRouter lists a 1,048,576-token context window, up to 131,072 output tokens, text, image and video input, tool calling and structured output. Access terms depend on the route: OpenCode Zen lists the model as x-preview-f-free with zero retention and no training, while OpenRouter lists stealth/ox-alpha and says the provider retains prompts and completions but does not use them for training. Both routes currently price model tokens at zero, but free access is temporary and separate services such as PDF OCR can still cost money. Do not use an anonymous preview with secrets or regulated data. Evaluate it on a redacted repository, fixed tasks and independent tests, then compare accepted-change rate, review time, latency and failures before any team rollout.",
  "articleBody": " Blog overview/AI and agents/Models and infrastructure Ox Alpha Free AI Model: Setup, Privacy and Team Buyer Guide TL;DR Ox Alpha, often searched as 0x Alpha, is a free stealth reasoning model for coding and sustained agent work. OpenRouter lists a 1,048,576-token context window, up to 131,072 output tokens, text, image and video input, tool calling and structured output. Access terms depend on the route: OpenCode Zen lists the model as x-preview-f-free with zero retention and no training, while OpenRouter lists stealth/ox-alpha and says the provider retains prompts and completions but does not use them for training. Both routes currently price model tokens at zero, but free access is temporary and separate services such as PDF OCR can still cost money. Do not use an anonymous preview with secrets or regulated data. Evaluate it on a redacted repository, fixed tasks and independent tests, then compare accepted-change rate, review time, latency and failures before any team rollout. Ox Alpha is free to try, has a 1M-token context window and is built for coding agents, but the access route changes the privacy answer. OpenCode Zen lists zero retention. OpenRouter says its provider retains prompts and completions, while its general stealth-model agreement grants broader rights. Treat the model as a temporary evaluation route, not a default destination for private source code. The official display name is Ox Alpha, with the letter O. Many people search for 0x Alpha or 0xAlpha. This guide owns the model-specific setup, privacy and pilot decision. For tool economics, read our Claude Code versus OpenCode team-cost comparison. For portfolio architecture, use the multi-model coding-agent buying guide. Ox Alpha at a glance QuestionVerified answer on 23 August 2026Buyer implication What is it?An anonymous third-party reasoning model for coding, sustained agent work and production workloads.The operator and long-term support owner are undisclosed. Is it free?Prompt and completion tokens are currently priced at $0 through the listed preview routes.Free is a current preview price, not a durable budget assumption. Context and output1,048,576-token context and up to 131,072 completion tokens.Large limits create headroom, but do not prove retrieval quality across a whole repository. InputsText, images and video in; text out.It can inspect screenshots and visual context, subject to route and harness support. Agent featuresTool calling, tool choice and structured output are supported. JSON Schema enforcement is not listed.Validate tool arguments and structured responses in code. Can you self-host it?No public weights or identified developer are listed.You depend on a hosted preview and cannot pin the underlying weights. The current official OpenRouter model record supports the specifications above and dates the release to 20 August 2026. It does not identify the developer. Claims that Ox Alpha is GLM, MiMo or another unreleased family remain speculation unless the provider discloses its identity. OpenCode Zen or OpenRouter: which Ox Alpha route should you use? RouteModel IDCurrent token pricePublished data positionBest fit OpenCode Zenx-preview-f-free, or opencode/x-preview-f-free in OpenCode configFreeProvider follows zero retention and does not train on your data.A redacted coding-agent evaluation where this policy is acceptable. OpenRouterstealth/ox-alphaFreeModel page says the provider retains prompts and completions but does not use them for training.API experimentation with no confidential or personal data. The OpenCode Zen documentation confirms the ID, zero token price, limited-time status and route-specific zero-retention statement. It also documents workspace and member spending limits. Those controls help with paid models and add-ons, but they do not turn temporary model availability into an SLA. Is Ox Alpha private enough for company code? Not by default. A repository can contain credentials, customer identifiers, private issue text, proprietary algorithms and licensed code. A zero-dollar model invoice does not transfer permission to disclose those assets. There is also a material policy difference inside OpenRouter. The model page says Ox Alpha content is retained by the provider and not used for training. The broader OpenRouter Stealth Program agreement says user content may be collected, retained and provided to anonymous providers for model training and improvement. It also says stealth models can disappear at any time and prohibits sensitive categories of data. When a product page and a general agreement appear to differ, a cautious buyer should follow the stricter boundary until counsel or the platform confirms the applicable terms in writing. For OpenRouter, do not send private repositories, personal data, health data, financial data or customer material. For OpenCode Zen, verify the current policy again at pilot start, record it in the evaluation, and still remove secrets. Our PII-redaction guide for LLM",
  "articleSection": "Engineering",
  "author": {
    "@id": "https://wavect.io/team/kevin-riedl/#person",
    "@type": "Person",
    "name": "Kevin Riedl",
    "sameAs": [
      "https://www.wikidata.org/wiki/Q139796365",
      "https://www.linkedin.com/in/wsdt",
      "https://github.com/wsdt"
    ],
    "url": "https://wavect.io/team/kevin-riedl/"
  },
  "citation": [
    {
      "@type": "WebPage",
      "name": "official OpenRouter model record",
      "url": "https://openrouter.ai/stealth/ox-alpha"
    },
    {
      "@type": "WebPage",
      "name": "OpenCode Zen documentation",
      "url": "https://opencode.ai/docs/zen/"
    },
    {
      "@type": "WebPage",
      "name": "OpenRouter Stealth Program agreement",
      "url": "https://openrouter.ai/terms/stealth"
    },
    {
      "@type": "WebPage",
      "name": "OpenCode provider setup guide",
      "url": "https://opencode.ai/docs/providers/"
    },
    {
      "@type": "WebPage",
      "name": "OpenRouter PDF-input documentation",
      "url": "https://openrouter.ai/docs/guides/overview/multimodal/pdfs"
    }
  ],
  "dateModified": "2026-08-23",
  "datePublished": "2026-08-23",
  "description": "Ox Alpha, often searched as 0x Alpha, is a free stealth reasoning model for coding and sustained agent work. OpenRouter lists a 1,048,576-token context window, up to 131,072 output tokens, text, image and video input, tool calling and structured output. Access terms depend on the route: OpenCode Zen lists the model as x-preview-f-free with zero retention and no training, while OpenRouter lists stealth/ox-alpha and says the provider retains prompts and completions but does not use them for training. Both routes currently price model tokens at zero, but free access is temporary and separate services such as PDF OCR can still cost money. Do not use an anonymous preview with secrets or regulated data. Evaluate it on a redacted repository, fixed tasks and independent tests, then compare accepted-change rate, review time, latency and failures before any team rollout.",
  "headline": "Ox Alpha Free AI Model: Setup, Privacy and Buyer Guide",
  "image": "https://wavect.io/img/blog/headers/header_ox-alpha-free-ai-model-guide-2026.svg",
  "inLanguage": "en",
  "keywords": "AI Models, Coding Agents",
  "mainEntityOfPage": {
    "@id": "https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/",
    "@type": "WebPage"
  },
  "publisher": {
    "@id": "https://wavect.io/#organization",
    "@type": [
      "Organization",
      "ProfessionalService",
      "LocalBusiness"
    ]
  },
  "url": "https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/",
  "wordCount": 2078
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "item": "https://wavect.io/",
      "name": "Home",
      "position": 1
    },
    {
      "@type": "ListItem",
      "item": "https://wavect.io/blog/overview/",
      "name": "Blog overview",
      "position": 2
    },
    {
      "@type": "ListItem",
      "item": "https://wavect.io/blog/topics/ai-agents/",
      "name": "AI and agents",
      "position": 3
    },
    {
      "@type": "ListItem",
      "item": "https://wavect.io/blog/clusters/models-infrastructure/",
      "name": "Models and infrastructure",
      "position": 4
    },
    {
      "@type": "ListItem",
      "item": "https://wavect.io/blog/ox-alpha-free-ai-model-guide-2026/",
      "name": "Ox Alpha Free AI Model: Setup, Privacy and Cost | ",
      "position": 5
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The official listing is Ox Alpha, using the letter O. People also search for 0x Alpha and 0xAlpha. The current model IDs are stealth/ox-alpha on OpenRouter and x-preview-f-free on OpenCode Zen."
      },
      "name": "Is the model called Ox Alpha or 0x Alpha?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, its prompt and completion token prices are currently zero on OpenRouter and OpenCode Zen. Access is a limited-time preview. Separate services such as PDF parsing, search or external tools can still cost money."
      },
      "name": "Is Ox Alpha free?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "OpenRouter lists a 1,048,576-token context window and up to 131,072 completion tokens. Treat these as capacity limits, then test recall and instruction following on your own tasks."
      },
      "name": "Does Ox Alpha have a 1M context window?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The provider has not publicly identified the developer. Community fingerprints and model self-identification are not an official confirmation, so procurement should record the model as anonymous."
      },
      "name": "Is Ox Alpha a GLM or MiMo model?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The answer depends on the route. OpenCode Zen states zero retention and no training. OpenRouter's Ox Alpha page states provider retention without training, while its general stealth agreement grants broader collection and training rights. Apply the stricter boundary and avoid confidential data."
      },
      "name": "Does Ox Alpha retain code or prompts?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A team can technically call the hosted model, but the anonymous provider, temporary access, route-dependent terms and lack of fixed public weights make it a poor default production dependency. Start with a sanitized, reversible pilot."
      },
      "name": "Can a team use Ox Alpha in production?"
    }
  ]
}
```
