Undisclosed
Ox Alpha
Free 1M-context reasoning model for long coding sessions.
Ox Alpha is a reasoning model aimed at coding and sustained agentic work, with a 1M token context window and up to 128K tokens of output. It reads images alongside text and calls tools. The model is published under OpenRouter's Stealth programme, so its developer is not disclosed and the preview can end without notice.
Лучше всего для
Long coding sessionsАгентыLarge-codebase review
Сильные стороны
- ▸Контекст 1M токенов
- ▸Рассуждения
- ▸Вызов инструментов
Использование Ox Alpha через AnyModel
Один OpenAI-совместимый эндпоинт — просто укажите id модели:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "am/ox-alpha",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel