Note
This is a quick and simple setup for using the Ox Alpha model through OpenRouter in DSH (DeepSeek Harness).
At the time of writing, the Ox Alpha multimodal LLM is available for free on OpenRouter, so itβs a good opportunity to try it out while free usage is still available.
If you're not familiar with Ox Alpha or DSH, I recommend taking a quick look at their official websites first:
Installing DeepSeek Harness
You can install and start DeepSeek Harness with the following command:
npx @deepseek-ai/dsh web
Once it starts, you should see something similar to this:
dsh web: http://127.0.0.1:3080
dsh web: opening the default browser; pass --no-open to disable
Your browser should open automatically. If it doesn't, simply open:
http://127.0.0.1:3080
You should then see the DSH interface:

The next step is to create a folder wherever you want and set it as your workspace.

Adding Ox Alpha as a custom model in DSH
First, create an account on OpenRouter if you don't already have one, then generate an API key.

Once you've copied your API key, go back to the DSH interface and open Settings.
From there:
- Open the Models tab.
- Click Add provider.
- Expand Customized settings.
- Click Add model.
You should now see two fields: Model ID and Display Name.
Fill them in as follows:
-
Model ID:
stealth/ox-alpha -
Display Name:
Ox Alpha
Then click Apply.
That's it. Go back to the main interface and select the newly added Ox Alpha model:
And you're ready to go β start experimenting with Ox Alpha in DSH! π





Top comments (0)