asdassdasddasdadassd
Pricing
Pay per usage
Go to Apify Store
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
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | yes | Model 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"}'