Work through a problem
Ask for an explanation, compare approaches, and refine the answer in conversation.
OPEN CHAT →WRITE · CODE · BUILD
Work through ideas, draft your next piece, or untangle code in chat. Build AI into your own app with an OpenAI-compatible API. A privately routed mixture of open-source models powers both.
Account creation is free; AI usage is paid. Choose prepaid credits or Pro. Compare pricing.
Make it useful
Start with a conversation, then bring the same service into your own workflow through the API.
Built for everyday work
CHAT + APIOne account. Shared credits.Ask for an explanation, compare approaches, and refine the answer in conversation.
OPEN CHAT →Send your first chat-completions request with the stable broken-one alias.
READ THE DOCS →Chat and API share a balance, with usage visible in your dashboard.
COMPARE PRICING →Start with prepaid credits, or choose Pro for a monthly token allowance. Chat and API draw from one balance, with visible usage. Prepaid credits never expire.
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 private open-source mixture evolves behind it. That keeps client integration simple and avoids coupling applications to a specific checkpoint.
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
}'Transparent by construction
Prompts are not stopped by a keyword filter. Routing exists to choose the best available model tier, never to decide which questions may reach inference.
A stable public alias sits in front of a private mixture of open-source models.
See how it worksMonthly tokens and throughput are specific per plan. Generation continues until the model finishes or reaches its context boundary.
Compare plansEvery prompt reaches the configured mixture. The router selects capability, not permission.
Read the system contractThe build sequence
We are starting with proven open-weight models, then publishing the work required to make them less restrictive without trading away capability, before training a BrokenGPT-native model.
JUL / 2026
Route a private mixture of open-source models through one metered chat and API path. Establish the product, usage data, and evaluation baseline before changing model behavior.
CURRENT STAGEOCT / 2026
Reduce unnecessary refusals in selected open models while preserving the highest practical accuracy. Where infrastructure permits, evaluation and serving will use full-precision, non-quantized checkpoints.
RESEARCH + EVALSEARLY / 2027
Develop a BrokenGPT-native model for maximum response freedom, with its identity, training decisions, evaluations, limitations, and legal safety perimeter published alongside it.
MODEL DEVELOPMENTTHE WORK WILL BE PUBLIC
Methods, evaluations, failures, tradeoffs, infrastructure, and major model decisions will be documented in the build journal.Read the blogPay as you go
Add prepaid credits as needed, or get 10 million included tokens each paid month with Pro for $29.
Add credits, spend them per token. No subscription, no monthly reset.
10 million included tokens for individual power users, renewed each paid month.
Seat-based plan for teams that want higher throughput and priority.
Pro: $29 / month with 10M tokens · prepaid credits never expire.
See the full breakdownStraight answers
No gateway keyword filter blocks prompts. Every request is sent to the private open-source model mixture, with routing used only to select the best inference tier.
BrokenGPT routes requests through a private mixture of open-source models behind one stable product identity.
The chat-completions endpoint follows an OpenAI-compatible request shape for messages, sampling controls, optional caller output controls, stop sequences, and streaming. Check the API docs for the exact supported surface before treating it as a complete drop-in replacement.
Choose model-specific prepaid usage or Pro at $29/month with 10 million included tokens. Pro tokens expire at the end of each paid month; prepaid credits never expire. Both prompt and completion tokens count.
BRING YOUR NEXT IDEA.
Create an account, choose prepaid credits or Pro, and start a conversation or make your first API request.
Create an account