API Reference
Compare Models
Compare multiple AI models side-by-side. Returns pricing, token limits, and metadata for each requested model ID.
Endpoint
GET/comparePublic — no auth
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | string | ✅ Yes | Comma-separated model IDs. E.g., 1,2,5 |
Response
Plan Limits
| Plan | Max IDs per Request |
|---|---|
| Free | 3 |
| Pro | 10 |
| Team / Enterprise | Unlimited |
The limit reflects the plan of the authenticated caller — pass your API key (Authorization: Bearer tly_live_…) to use your plan's limit. Unauthenticated requests use the Free limit (3). Extra IDs beyond the limit are ignored.