Overbrilliant/docs
Hosted API

OpenAI-compatible frontier models, one OB-1 token.

The hosted tier gives you one OB-1 token for hosted frontier models and search. Usage spends from the credits shown on your account page and through the API.

Endpoints

GET/v1/models
Model ids, context windows, capabilities, and retail pricing.
GET/v1/free-catalog/latest
Signed free-model catalog. Anonymous/free callers get newly released models after 30 days; paid bearer tokens get them immediately.
GET/v1/free-catalog/meta
Public free/paid catalog metadata for status and plan pages.
POST/v1/chat/completions
OpenAI-compatible chat completion proxy. Streaming is supported.
GET/POST/v1/search
JSON web search for paid accounts.
GET/v1/usage
Token, cost, credit, and recent usage history.
GET/v1/usage/export
CSV export of usage events.

Authentication

Use a CLI API key as a bearer token. You can create, name, and revoke keys from the account page.

curl https://ob1-api.overbrilliant.com/v1/models \
  -H "Authorization: Bearer ob1_..."