free2aitools_rank
Keyword-search AI entities using the task/query text as input and return matching catalog entries. Search results are ordered by a relevance score based on the FNI and, where term-match data is available, how well the entry matches the query. The score used for ordering may differ from the fni_score field returned in the response. The result set is bounded. Mechanically this is the same keyword search as free2aitools_search with the task text folded into the query; it does NOT perform task-fit recommendation, compatibility analysis, model inference, or model execution, and it is NOT an inference router. USE WHEN you have task text and want catalog entries ordered by that relevance score. The caller makes the final selection; results are never paid placement and there is no billing. Read-only, no side effects. May return a retryable transient 503 under cold-path or fallback budget limits; retry according to Retry-After. Use free2aitools_search for plain keyword discovery, or free2aitools_select_model to apply hardware/license metadata filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional task context to combine with query for more targeted ranking | |
| limit | No | Max results to return (1-20, default 10) | |
| query | Yes | Search query describing what to rank (e.g. "text generation", "object detection") |