Search models
GET /api/v1/config/models/search
Search for LLM models with pagination and filtering. Returns a paginated list of models that can be filtered by name (contains), verified status, and provider.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
page_id | query | `string | null` | no |
limit | query | integer | no | — |
query | query | `string | null` | no |
verified__eq | query | `boolean | null` | no |
provider__eq | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | LLMModel[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_models_api_v1_config_models_search_get