Guide

Get started in 2 minutes.

Pick which key you bought, then your editor. Follow the steps. You are done.

1

Open model settings

Settings, Models, then OpenAI Compatible.

2

Fill in the fields

Set the base URL and your API key. Pick any model from the list below.

Provider: OpenAI Compatible
Base URL: https://api.ensohq.xyz/v1
API Key: YOUR_API_KEY
Model: claude-opus-4-7-max
3

Done

Open a chat or use Cmd+K. It should respond within a few seconds.

Which model should I use?

claude-opus-4-7-maxBest quality. Use for hard tasks.
claude-opus-4-7-lowOpus with lower reasoning effort.
claude-sonnet-4-6Fast daily driver.
claude-haiku-4-5Cheap and fast.

Not working?

Getting 401 or "invalid key"

Double-check you pasted the full key starting with sk-. No extra spaces.

Wrong family selected

Claude keys only work with Anthropic model names. Codex keys only work with OpenAI model names. Switch the toggle above to match your key.

Getting empty responses

Try a different model. Some models have intermittent availability.

Works in curl but not in my editor

Make sure the base URL is https://api.ensohq.xyz/v1. Do not add /messages at the end.

Base URL

https://api.ensohq.xyz/v1