Ox Alpha's competitors have been quietly putting in work.
Ox Alpha's competitors have been quietly putting in work.
Ox Alpha is a cloaked reasoning model released via OpenRouter to gather community feedback. It is built for coding, sustained agentic work, and production workloads, targeting long-horizon software engineering, complex reasoning, and multimodal workflows that combine text with images and video. Reasoning is always on with selectable low, high, and max effort, and it pairs a 1M-token context window with up to 131K output tokens.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"stealth/ox-alpha" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
53 outputs · $0.00 tracked across 53 receipts
Ox Alpha is a cloaked reasoning model released via OpenRouter to gather community feedback. It is built for coding, sustained agentic work, and production workloads, targeting long-horizon software engineering, complex reasoning, and multimodal workflows that combine text with images and video. Reasoning is always on with selectable low, high, and max effort, and it pairs a 1M-token context window with up to 131K output tokens.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"stealth/ox-alpha" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
53 outputs · $0.00 tracked across 53 receipts