/v1/admin/llm-providers| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X GET '/api-proxy/v1/admin/llm-providers' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"slug": "string",
"provider_type": "string",
"icon_url": {},
"favicon_url": {},
"created_at": {},
"updated_at": {}
}
]
}curl -X GET '/api-proxy/v1/admin/llm-providers' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"slug": "string",
"provider_type": "string",
"icon_url": {},
"favicon_url": {},
"created_at": {},
"updated_at": {}
}
]
}