The receipts live on GitHub.
Public SDKs, CLI, benchmarks and example apps. Read the code, reproduce the numbers.
- 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.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.TypeScript
- mq-cliTalk to the gateway from your terminal. Send requests, inspect routing decisions, and tail live traffic while you build.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.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.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.TypeScript