Documentation

Everything you need to integrate Metriqual and build reliable AI applications. Clear guides, complete API references, and best practices.

Quick Start

Get started in 2 minutes

Metriqual works as a drop-in replacement for OpenAI and other LLM providers. Just change your endpoint or use our SDK.

1
Install the SDK for your language
2
Add your API key
3
Start monitoring instantly
quickstart.py
# Install Metriqual SDK
pip install metriqual

# Initialize in your code
from metriqual import Metriqual

client = Metriqual(api_key="your-api-key")

# Wrap your LLM calls
response = client.chat.completions.create(
    model="gpt-4",
    messages=[{"role": "user", "content": "Hello!"}]
)

# That's it! Full observability enabled

Browse Documentation

Explore our comprehensive guides and references

Getting Started

Set up Metriqual in 2 minutes

Core Concepts

Understand how Metriqual works

SDKs & Libraries

Official client libraries

API Reference

Complete API documentation

Platform Features

Advanced platform capabilities

Can't find what you're looking for?

Our team is here to help. Join our community or reach out directly.