Search verified models
GET /api/admin/verified-models
List all verified models, optionally filtered by provider.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
provider | query | `string | null` | no |
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | VerifiedModel[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_verified_models_api_admin_verified_models_get