ai_models
ActiveTool of ai.dynamicfeed/dynamic-feed
Current & trending AI MODELS from the open-model ecosystem (Hugging Face) — name, org, task, popularity (likes/downloads) and release date. Use for "what AI models are trending / newest / what's the latest <X> model". This is the OPEN side (Llama, Qwen, DeepSeek, Mistral, Gemma, Phi…); for the closed flagships (GPT, Claude, Gemini, Grok) with pricing & versions use search_ai_models. Args: query: search a model name (e.g. llama, qwen, whisper). org: filter by org/author (e.g. meta-llama, deepseek-ai, Qwen, mistralai, google). task: text-generation (default), text-to-image, automatic-speech-recognition, … or 'any'. sort: trending (default) | newest | downloads. limit: max results. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "ai_modelsArguments",
"properties": {
"org": {
"type": "string",
"title": "Org",
"default": ""
},
"sort": {
"type": "string",
"title": "Sort",
"default": "trending"
},
"task": {
"type": "string",
"title": "Task",
"default": "text-generation"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 25
},
"query": {
"type": "string",
"title": "Query",
"default": ""
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries