asdassdasddasdadassd avatar

asdassdasddasdadassd

Pricing

Pay per usage

Go to Apify Store
asdassdasddasdadassd

asdassdasddasdadassd

asdasdadadasd

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Haehnchen

Haehnchen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

AI Model Pricing / Availability

Compare AI model prices across providers. Find where a LLM model is available and compare input/output pricing.

What it does

Search for any LLM model by name and get pricing data from all providers that offer it. The search is normalized — search by model name, slug, or aliases.

Input

ParameterTypeRequiredDescription
qstringyesModel name, slug, or alias (min 3 chars)

Output

Each result is a dataset item:

{
"name": "Claude Sonnet 5",
"providers": [
{
"provider": "Anthropic",
"inputPrice": 3.00,
"outputPrice": 15.00,
"isFree": true,
"originalModel": "claude-sonnet-5",
"link": "https://docs.anthropic.com/en/docs/about-claude/models"
}
]
}

Prices are per 1M tokens (USD).

Billing

Charged per dataset item (max 3 per request).

Usage

curl -X POST "https://api.apify.com/v2/acts/gyi9VPceAM3VgAaMK/runs" \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{"q": "claude sonnet 5"}'