UseRightAI
UseRightAI logo
HomeModelsComparePricingWhat's New
UseRightAI
Cut through AI hype. Pick what works.
UseRightAI logo
Cut through AI hype. Pick what works.

Independent AI model tracker. Live pricing, real benchmarks, zero vendor bias.

X (Twitter)LinkedInUpdatesContact

Compare

ChatGPT vs ClaudeGPT-4o vs Claude SonnetClaude vs GeminiDeepSeek vs ChatGPTMistral vs ClaudeGemini Flash vs GPT-4o MiniLlama vs ChatGPTBuild your own →

Best For

CodingWritingDevelopersProduct ManagersDesignersSalesBest Cheap AIBest Free AI

Pricing & Data

API Token PricingPrice HistoryBenchmark ScoresPrivacy & SafetySubscription PlansCost CalculatorWhich AI is Cheapest?

Company

About UseRightAIContactWhat ChangedAll ModelsDisclosuresPrivacy PolicyTerms of Service

© 2026 UseRightAI. Independent · Free forever · Not affiliated with any AI provider.

Affiliate links are clearly labeled. See disclosures.

Developer API

UseRightAI API

REST API for AI model pricing, capability scores, and change history. JSON responses, no SDK required.

Quick start

No key required for the first 100 requests/day. Add Authorization: Bearer YOUR_KEY for higher limits.

curl https://www.userightai.com/api/v1/models
{ "data": [ { "slug": "claude-sonnet-4-6", "name": "Claude Sonnet 4.6", "provider": "Anthropic", "input_cost": 3, "output_cost": 15, "context_window": 1000000, ... } ], "meta": { "total": 14, "page": 1, "per_page": 20 }, "timestamp": "2026-03-23T08:00:00.000Z" }

Pricing

Anonymous
Free
100 req/day

No key required. IP-based limit.

Free
Free
500 req/day

Register for a key. No credit card.

API key required
Pro
$9/mo
10,000 req/day

For apps and dashboards.

API key required
Team
$49/mo
100,000 req/day

For products built on our data.

API key required

To request a key, email api@userightai.com with your name and use case. Pro/Team billing coming soon.

Endpoints

GET/api/v1/models

List all tracked models. Supports filtering and pagination.

Parameters
providerstringFilter by provider namee.g. openai
use_casestringFilter by use casee.g. Coding
price_tierstringbudget | mid-range | premiume.g. budget
max_input_costnumberMax input cost per 1M tokens ($)e.g. 5
pagenumberPage number (default: 1)e.g. 1
per_pagenumberResults per page (max: 50)e.g. 20
curl https://www.userightai.com/api/v1/models?provider=anthropic&price_tier=premium
GET/api/v1/models/:slug

Full details for a single model including scores, strengths, and verdict.

Parameters
slugstringModel slug from /api/v1/modelse.g. claude-sonnet-4-6
curl https://www.userightai.com/api/v1/models/claude-sonnet-4-6
GET/api/v1/changes

Recent model updates — pricing changes, new additions, ranking shifts.

Parameters
modelstringFilter by model sluge.g. gpt-5-4
sincestringISO date — only return changes after this datee.g. 2026-01-01
limitnumberMax results (default: 20, max: 100)e.g. 20
curl https://www.userightai.com/api/v1/changes?since=2026-01-01

Authentication

Pass your API key as a Bearer token or as the x-api-key header.

# Bearer token curl -H "Authorization: Bearer urai_your_key_here" https://www.userightai.com/api/v1/models
# Header curl -H "x-api-key: urai_your_key_here" https://www.userightai.com/api/v1/models

Error codes

200Success
401Invalid or missing API key
404Model not found
429Rate limit exceeded — slow down or upgrade tier
Questions? api@userightai.com · Browse models