Ox Alpha
Ox Alpha is a reasoning model designed for coding, sustained agentic work, and production workloads. It is suited for long-horizon software engineering, complex reasoning, and workflows that combine text with visual context. Ox Alpha is a stealth model. It is developed and operated by a third-party provider who has chosen to remain anonymous during this preview. Prompts and completions are retained by the provider and are not used for training; all other use is governed by the Stealth Model Terms.
stealth/ox-alpha
- Contexto
- 1M tokens
- Máx. completion
- 131,072
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-08-20
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stealth/ox-alpha",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Ox Alpha?
- Ox Alpha is a reasoning model designed for coding, sustained agentic work, and production workloads. It is suited for long-horizon software engineering, complex reasoning, and workflows that combine text with visual context. Ox Alpha is a stealth model. It is developed and operated by a third-party provider who has chosen to remain anonymous during this preview. Prompts and completions are retained by the provider and are not used for training; all other use is governed by the Stealth Model Terms. Ox Alpha corre en el API de Geek Hub (compatible con OpenAI). Id: stealth/ox-alpha.
- ¿Ox Alpha es gratis?
- Sí. El precio listado es cero: no se cobran tokens de prompt ni de completion. Los endpoints gratis tienen rate limit.
- ¿Cuál es el contexto de Ox Alpha?
- Ox Alpha tiene una ventana de 1M tokens. Soporta hasta 131,072 tokens de completion.
- ¿Ox Alpha soporta tool calling y structured outputs?
- Ox Alpha acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Ox Alpha?
- Ox Alpha se lanzó el 20 de agosto de 2026.