search_ai_models
ActiveTool of io.github.onefreeman1337/osf-data-marketplace
Search AI and machine learning models on the Hugging Face Hub by name, author or organization, task, library, or license. Returns model id, author, task pipeline, library, declared license, download and like counts, tags, provenance URL, and a record_id per match. Use get_record for the full metadata record. Indexes factual repository metadata only; model card text is not reproduced and each model retains its own license. Args: query: keyword(s) to search, e.g. "image segmentation", "nvidia", or "apache-2.0".
Parameters schema
{
"type": "object",
"title": "search_ai_modelsArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query"
}
}
}Parent server
io.github.onefreeman1337/osf-data-marketplace
1/7 registries