Skip to content
Open-model service live

OPEN-MODEL INFRASTRUCTURE · 001

Open-model AIchat + API.No black box.

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.

1M TOKEN CONTEXTANSWERS AS THEY HAPPENCHAT + API, ONE BALANCEUSAGE YOU CAN ACTUALLY SEE
01

System status

The service is live. The identity stays stable.

BrokenGPT routes requests across a private open-source model mixture through the same metered chat and API path.

Default deployment

SYSTEM LIVEOpen-source model mixture
01

Gateway path

Chat and API traffic run through the same metered request path.

READY TO TEST
02

Inference provider

Requests are routed through the private mixture using the metered gateway.

CONNECTED
03

System identity

One public BrokenGPT identity stays stable while backend routing remains private.

PRIVATE MIXTURE

Pay 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.

02

For builders

One request shape. No proprietary fog.

Use familiar chat-completions semantics, bearer API keys, server-sent events, and explicit quota headers. The docs define the supported subset.

THE CONTRACT

Change the base URL. Keep your message structure.

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.

  • Bearer-key auth with revocable hashed API keys.
  • JSON or SSE using the same completion endpoint.
  • Visible limits through request IDs and rate headers.
Open integration guide

POST /v1/chat/completions

cURL
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
  }'
AUTHBEARER
STREAMSSE
FORMATJSON
03

Transparent by construction

No gateway censorship. Direct by design.

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.

01

One product identity

A stable public alias sits in front of a private mixture of open-source models.

See how it works
02

Limits in numbers

Monthly tokens and throughput are specific per plan. Generation continues until the model finishes or reaches its context boundary.

Compare plans
03

No prompt gate

Every prompt reaches the configured mixture. The router selects capability, not permission.

Read the system contract
04

The build sequence

Three phases. No secret leap between them.

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.

PHASE 01 LIVE NOW

JUL / 2026

Open-weight foundation

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 STAGE
PHASE 02TARGET

OCT / 2026

High-fidelity uncensoring

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 + EVALS
PHASE 03TARGET

EARLY / 2027

Our own uncensored model

Develop a BrokenGPT-native model for maximum response freedom, with its identity, training decisions, evaluations, limitations, and legal safety perimeter published alongside it.

MODEL DEVELOPMENT

THE WORK WILL BE PUBLIC

Methods, evaluations, failures, tradeoffs, infrastructure, and major model decisions will be documented in the build journal.Read the blog
05

Pay as you go

Pay for the tokens you use, nothing else.

Add prepaid credits as needed, or get 20 million included tokens each paid month with Pro for $20.

01 / USAGE

Pay as you go

$0.50/ 1M input tokens

Add credits, spend them per token. No subscription, no monthly reset.

  • $2.00 / 1M output tokens
  • Top up any amount — credits never expire
  • Chat + OpenAI-compatible API on one balance
  • $1 in free credit when you sign up
Create free account
Most popular
02 / PRO

Pro

$20/ month

20 million included tokens for individual power users, renewed each paid month.

  • 20M tokens across chat + API
  • 60 requests per minute
  • Prepaid credits cover any extra usage
  • Unused included tokens expire each month
Start Pro
03 / TEAMS

Enterprise

$20/ seat / month

Seat-based plan for teams that want higher throughput and priority.

  • Higher rate limits + priority routing
  • Team seats, managed in the billing portal
  • Token usage billed to your shared credit balance
  • Volume pricing on request
Start Enterprise

Pro: $20 / month with 20M tokens · prepaid credits never expire.

See the full breakdown
06

Straight answers

Before you wire it into anything.

01

Does BrokenGPT censor prompts?

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.

02

What powers BrokenGPT?

BrokenGPT routes requests through a private mixture of open-source models behind one stable product identity.

03

Can I use an OpenAI SDK?

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.

04

How does billing work?

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.

B/GPT

THE GATEWAY IS OPEN.

Break the black box.

Use the live chat or API, review the system contract, and track the research behind each phase.

Create an account