narev-lookup-llm-pricing
Installation
SKILL.md
Look up LLM pricing
Reference for the only Narev pricing HTTP endpoints agents should use. Base URL: https://api.narev.ai. All are public (no Authorization: Bearer or NAREV_API_KEY).
Rates in price responses are USD per token (not per 1K or 1M). For committed snapshots, use update-llm-pricing.
Endpoints (exhaustive list)
Do not call GET /v1/models/pricing, GET /models/pricing, POST /models/pricing/calculate, POST /v1/models/pricing/calculate, or any other path not listed here.
Discovery
GET https://api.narev.ai/v1/reference/providers— all providers (provider_id,name).GET https://api.narev.ai/v1/reference/providers/{provider_id}— one provider (base_url,pricing_url,logo_url, …). 404 if unknown.GET https://api.narev.ai/v1/reference/models— model IDs per provider. Query:provider_ids(comma-separated),page,page_size(max1000).
Rates