Skip to content

Help / product overview

What is BrokenGPT? AI chat and API explained

Learn what BrokenGPT is, how its AI chat and OpenAI-compatible API work, what lower-refusal means, and where the service boundary sits.

UPDATED 01 Aug 20266 MIN READTECHNICAL GUIDE
01

BrokenGPT is one product with two ways to use it.

BrokenGPT is an India-built AI service for direct chat and server-side applications. People can use the web workspace, while developers can send the documented chat-completions request shape through an API.

Both surfaces use the stable BrokenGPT identity and the public API alias broken-one. Behind that contract, requests are privately routed across a mixture of open-source models. Backend checkpoint and provider identities are not part of the public interface.

02

Lower-refusal describes the gateway behavior.

BrokenGPT does not add a platform-authored keyword blocklist or a separate gateway refusal responder. Routing selects capability and availability; every valid prompt is sent to configured inference.

That does not promise that every answer will be correct, complete, or phrased exactly as requested. Model output can still be inaccurate, biased, outdated, insecure, or naturally unwilling to complete a task. Important results require verification.

03

Use chat for direct work and the API for products.

  • Use web chat for interactive writing, analysis, coding, and research workflows.
  • Use the API when your own server, agent, application, or automation needs model output.
  • Use the OpenAI-compatible surface when an existing client can set a custom base URL, key, and model alias.
  • Use the system page when you need the current context cap, data flow, and public model contract.
04

Know the product boundary before relying on it.

Compatibility covers documented BrokenGPT endpoints and fields; it is not a claim of identical models or complete platform parity with another provider. The current public route supports text chat, streaming, function tools, structured output, Responses, batches, token counting, and usage reporting within its documented subsets.

Model behavior can change as the private mixture evolves. Keep regression prompts, validate structured output, enforce application-level permissions, and retain human review wherever a wrong answer could cause material harm.

STRAIGHT ANSWERS

Frequently asked questions

01Is BrokenGPT a model?

BrokenGPT is the stable product and API identity. It privately routes requests across a mixture of open-source models instead of publishing an upstream checkpoint as the product.

02Is BrokenGPT only a chatbot?

No. It includes a web chat workspace and an OpenAI-compatible developer API.

03Does BrokenGPT guarantee correct answers?

No. Outputs can be wrong, incomplete, biased, outdated, or insecure and should be verified in proportion to risk.

BUILD WITH THE LIVE CONTRACT

Test one real request end to end.

Create a scoped key, send a representative prompt, and verify output, usage, limits, and error handling before expanding the integration.

Create an account