Overview
An OpenAI-compatible API for uncensored models — change the base URL and key, keep your code.
Drop-in compatible#
The Darkroom API speaks the OpenAI chat-completions protocol. Any client or SDK that talks to OpenAI works by changing two things: the base URL and the key.
Base URL: https://api.darkroom.computer/v1
Auth: Authorization: Bearer dk-...Get a key#
Connect a wallet in the room and generate an API key (dk-...). Calls draw down the same crypto-funded balance the room uses — there's no separate plan and no card.
Why use it#
- —The same uncensored models as the room, callable from your own code.
- —Sealed inference: prompts run inside attested confidential hardware, not logged.
- —No content moderation layer in front of the model.
Endpoints#
| Endpoint | Purpose |
|---|---|
POST /v1/chat/completions | Chat — streaming or buffered. See Chat completions. |
GET /v1/models | List available models. See Models. |