{"data":{"name":"AIpricly Public API","version":"v1","description":"Read-only JSON catalog of AI model pricing, quality and speed. Updated daily from upstream sources (OpenRouter, LiteLLM, AA, LMArena).","docs":"https://aipricly.com/en/data-sources","license":"CC-BY-4.0","attribution":"Data is free to use under CC-BY-4.0. Please credit \"AIpricly\" and link back to the model detail page when displayed publicly.","endpoints":[{"method":"GET","path":"/api/v1/meta","description":"Registry statistics: model / provider counts and last sync time."},{"method":"GET","path":"/api/v1/models","description":"List models. Optional ?modality=, ?provider=, ?capability=, ?limit=.","params":{"modality":"text | image | video | audio | embedding | rerank","provider":"slug (lowercase, dash-separated) — e.g. \"openai\", \"anthropic\"","capability":"vision | function-calling | reasoning | structured-output | multilingual | batch | audio-io | audio-in | audio-out | fine-tuning","limit":"positive integer ≤ 500 (default: all)"}},{"method":"GET","path":"/api/v1/models/{provider}/{model}","description":"Single model by canonical id.","example":"/api/v1/models/anthropic/claude-haiku-4-5"}],"rateLimit":"No documented quota; reasonable use is fine. If you intend high-volume integration, please pin a daily-mirror copy of /api/v1/models locally."}}