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 language2
Add your API key3
Start monitoring instantlyquickstart.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
Platform Features
Advanced platform capabilities
Popular Guides
Learn how to get the most out of Metriqual
Monitor OpenAI GPT-4 Calls
Track performance, costs, and quality of GPT-4 requests
5 min readSet Up Cost Alerts
Prevent surprise bills with intelligent budget monitoring
3 min readImplement Prompt Versioning
Manage and deploy prompts without touching code
8 min readQuality Evaluations
Automatically catch hallucinations and quality issues
10 min readCan't find what you're looking for?
Our team is here to help. Join our community or reach out directly.