Gateway path
Chat and API traffic run through the same metered request path.
READY TO TESTOPEN-MODEL INFRASTRUCTURE · 001
BrokenGPT is an India-built, less-restrictive AI chat and OpenAI-compatible API powered by a privately routed mixture of open-source models, with measured limits and straightforward usage pricing.
Requests are routed across a private mixture of open-source models behind one BrokenGPT identity. Explore the Indian LLM landscape and our frontier LLM guide.
System status
BrokenGPT routes requests across a private open-source model mixture through the same metered chat and API path.
Default deployment
SYSTEM LIVEOpen-source model mixtureChat and API traffic run through the same metered request path.
READY TO TESTRequests are routed through the private mixture using the metered gateway.
CONNECTEDOne public BrokenGPT identity stays stable while backend routing remains private.
PRIVATE MIXTUREPay only for the tokens you use. Chat and API draw from one credit balance, with visible usage and no monthly subscription, seat charge, or hidden platform fee.
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 20 million included tokens each paid month with Pro for $20.
Add credits, spend them per token. No subscription, no monthly reset.
20 million included tokens for individual power users, renewed each paid month.
Seat-based plan for teams that want higher throughput and priority.
Pro: $20 / month with 20M 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 prepaid pay-as-you-go credits or Pro at $20/month with 20 million included tokens. Pro tokens expire at the end of each paid month; prepaid credits never expire. Both prompt and completion tokens count.
THE GATEWAY IS OPEN.
Use the live chat or API, review the system contract, and track the research behind each phase.
Create an account