Search providers
GET /api/v1/config/providers/search
Search for LLM providers with pagination and filtering. Returns a paginated list of providers extracted from the available models. Each provider indicates whether it is verified by Faheem Code.
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 |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | Provider[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_providers_api_v1_config_providers_search_get