GitHub.
- python-sdkDrop-in client for the Metriqual gateway. Same call shape as the OpenAI SDK, so existing code keeps working after you swap the key and base URL. Start here if your app already talks to an OpenAI-compatible API.Python
- mql-sdk-ltsThe pinned, slow-moving SDK for teams that need a stable surface. Security fixes only, no breaking changes within a major version. Use it when an upgrade means a change window rather than a version bump.TypeScript
- mq-cliTalk to the gateway from your terminal. Send requests, inspect routing decisions, and tail live traffic while you build. The fastest way to check how a call would be routed before you wire it into an app.Go
- halluc-checkerA lightweight guardrail that flags unsupported claims in model output. Runs as a post-response check you can plug into your own pipeline. It reports what it finds and leaves the decision to your code, so nothing is dropped behind your back.Python
- continuity-benchThe harness behind our reliability numbers. Kills providers mid-request and measures how many calls survive, so you can reproduce the results yourself. Every reliability figure we publish comes out of this repo.Python
- mql-appsEnd-to-end sample apps wired to Metriqual: chat, RAG, and agent loops you can clone and run to see the gateway in a real project. Each one is a complete project rather than a snippet, so it runs before you change anything.TypeScript
