Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
This endpoint does not require authentication.
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | No | - | Filter by model name (case-insensitive search) |
limit | integer | No | 50 | Max results to return (1–500) |
offset | integer | No | 0 | Number of results to skip for pagination |
Code Examples
Response
You’ll get back an array of model objects.Response Fields
| Field | Type | Description |
|---|---|---|
title | string | Human-readable model name |
slug | string | Unique model identifier (used in API calls) |
version | string | Model version |
output_type | string | Output type (string, array, object) |
request_schema | object | JSON Schema for model inputs |
Error Responses
| Status | Body | Description |
|---|---|---|
400 | {"error": "invalid limit parameter"} | Invalid query parameters |
500 | {"error": "Failed to fetch models: internal error"} | Server error |