API USAGE

Ox Alpha API

Ox Alpha API usage with OpenRouter and the OpenAI SDK: endpoints, streaming, chat completions, and code examples.

What is the Ox Alpha API?

Ox Alpha is served through the OpenRouter API using the model ID stealth/ox-alpha. The API guides cover chat completions, streaming, multimodal inputs, and drop-in usage with the OpenAI SDK so existing applications can switch models with minimal code changes.

Why use the API?

1

Drop-In Integration

Reuse OpenAI-compatible SDKs and endpoints by pointing requests at Ox Alpha on OpenRouter.

2

Stream Long Outputs

Use streaming chat completions to handle long generations up to the 131,072-token output limit.

3

Build Multimodal Apps

Send text, image, and video inputs in a single request for multimodal reasoning workflows.

Featured & Essential

All API Guides