AICredits logo
unbiasedvision

Pareto

unbiased/pareto

Pareto is a multimodal composite model built for research, coding, and agentic workflows, while delivering frontier-level performance across a broad range of general-purpose tasks.

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹251.84
Cached / 1M
₹25.18
Output / 1M
₹755.53

Pricing

Token typeUSD / 1MINR / 1M
Input$2.50₹251.84
Cached inputprompt cache read$0.25025.18
Output$7.50₹755.53

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Pareto through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "unbiased/pareto",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.