API Reference
Models
List all available AI models with current pricing data. Supports search, filtering, and sorting.
List Models
GET/modelsPublic — no auth
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
search | string | — | Filter by model name or provider |
sort | string | name_asc | One of: name_asc, name_desc, price_asc, price_desc |
limit | number | 12 | Results per page (max 1000) |
page | number | 1 | Page number for pagination |
category | string | — | Filter by category: LLM, Image, Audio, Video, etc. |
provider | string | — | Filter by provider name (partial match) |
Response Schema
Submit a Model
POST/models🔐 Signed-in session
Submit a new AI model for inclusion in the database. This is a dashboard action authenticated by your logged-in session (cookie) — it is not exposed to API keys. Submitted models go through a review process before becoming publicly visible.