Models
Search models
Search for AI models by name. Returns paginated results with case-insensitive substring matching.
Query Parameters
q*string
Search query string.
limit?integer
Maximum results per page (1–100, default 20).
Default
20Range
1 <= value <= 100skip?integer
Number of results to skip for pagination.
Default
0Response Body
application/json
curl -X GET "https://beta.aimo.network/api/v1/models/search?q=string"{
"data": [
{}
],
"total_count": 0,
"has_more": true
}