Gateway path
Chat and API traffic run through the same metered request path.
READY TO TESTOPEN-MODEL INFRASTRUCTURE · 001
BrokenGPT is a less-restrictive chat and API surface for open models—built around visible model identity, measured limits, and rules you can actually read.
The default build returns a diagnostic response until an inference provider is connected.
Demo model status
BrokenGPT separates the platform from the model provider, so the account, chat, streaming, API, quotas, and usage path can be verified before production inference is attached.
Default deployment
DIAGNOSTICNot a production language modelChat and API traffic run through the same metered request path.
READY TO TESTConnect an OpenAI-compatible provider or a self-hosted vLLM endpoint.
AWAITING CONFIGUpstream model, context, and deployment notes belong in the public disclosure.
REQUIRED FOR LAUNCHThis status describes the default repository configuration, not a synthetic uptime claim. Verify your deployed environment before presenting it as production-ready.
For builders
Use familiar chat-completions semantics, bearer API keys, server-sent events, and explicit quota headers. The docs define the supported subset.
THE CONTRACT
The public model alias stays stable while the actual upstream model is disclosed separately. That keeps client integration simple without hiding what serves the response.
curl "$BROKENGPT_BASE_URL/v1/chat/completions" \
-H "Authorization: Bearer $BROKENGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "broken-one",
"messages": [
{ "role": "user", "content": "Explain the tradeoff plainly." }
],
"stream": true,
"max_tokens": 800
}'Transparent by construction
‘Uncensored’ is not a magic property. We would rather show you the model, the service boundary, and the policy than sell a vague promise.
Publish the upstream model, context window, serving mode, and known limitations before calling it live.
Read model disclosureMonthly tokens, throughput, and maximum output are specific per plan. No “unlimited” asterisks.
Compare plansBroad expression is compatible with a firm boundary against illegal abuse, exploitation, and attacks.
Read acceptable usePay as you go
Add credits, spend them per token across chat and the API. No subscription, no monthly reset — and $1 free to start.
Add credits, spend them per token. No subscription, no monthly reset.
Seat-based plan for teams that want higher throughput and priority.
$0.50 / 1M input tokens · $2.00 / 1M output tokens · credits never expire.
See the full breakdownStraight answers
We use narrower, testable language: BrokenGPT is being built for less-restrictive access to disclosed open models. Every model still has behavior inherited from its training, and the service still enforces an acceptable-use policy for illegal abuse and attacks on people or systems.
Not in the default deployment. It starts with a clearly labelled diagnostic responder so chat, streaming, API keys, quotas, and usage tracking can be tested. The model disclosure identifies the upstream model before a production endpoint goes live.
The chat-completions endpoint follows an OpenAI-compatible request shape for messages, sampling controls, token limits, stop sequences, and streaming. Check the API docs for the exact supported surface before treating it as a complete drop-in replacement.
It's pay-as-you-go on prepaid credits — $0.50 per 1M input tokens and $2.00 per 1M output tokens, with no monthly subscription. Both prompt and completion tokens count. The gateway uses provider-reported usage when available and a documented estimate when it is not.
THE GATEWAY IS OPEN.
Test the product path now. Connect production inference when its identity is ready to publish.
Create an account