Built for developers.

One API endpoint. Predictive cost intelligence. Drop-in replacement for your existing LLM calls. Start getting smarter routing in minutes, not days.

Start in 3 lines of code

curl -X POST https://modelmeteriq.com/api/proxy
-H "Content-Type: application/json"
-H "Cookie: sb-access-token=YOUR_SESSION_TOKEN"
-d '{
 "model": "anthropic-claude-haiku-4-5",
 "messages": [{"role": "user", "content": "Summarize this quarterly report."}],
 "max_tokens": 2000
}'

Routes your request through ModelMeteriQ to the provider and returns the LLM response with usage tracked on your account.

Three steps to smarter LLM spending

1

Sign up and start analyzing

Create a free account. Start analyzing prompts and routing calls instantly through the web dashboard. No API key needed.

2

Point your calls to ModelMeteriQ

Replace your LLM provider endpoint with our proxy URL. Your existing code works as-is. We analyze, score, and route automatically.

3

Watch accuracy improve

Every call feeds the prediction engine. Check your accuracy dashboard daily. Weekly recalibrations make predictions sharper over time.

Authentication

ModelMeteriQ uses session-based authentication. Log in through the web app, and your session cookie authenticates API requests from the same browser. For programmatic access, include your Supabase session token in the Cookie header.

API key authentication for headless/server-to-server usage is coming soon. For now, use the web dashboard for the full experience.

API Reference

Four endpoints. Everything you need.

POST/api/proxy

Route a call through ModelMeteriQ to any supported LLM provider

POST/api/analyze

Submit a prompt for cost and performance prediction (no LLM call made)

GET/api/accuracy

Check your prediction accuracy scores and trends

GET/api/usage

View your token consumption and daily limits

Works with your stack

PY

Python

SDK coming soon

TS

TypeScript

SDK coming soon

>

cURL

Works out of the box

SDKs coming soon. The REST API works with any language today.

Frequently asked questions

Start building.

Free tier. No credit card. Predictions in minutes.

Get Your API Key