search_models
Search LLM models by name. Returns matching models with provider count and the cheapest input/output price per 1M tokens.
Parameters1
| query | string | required | model name or fragment, e.g. "deepseek" or "llama 70b" |
Raw schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "model name or fragment, e.g. \"deepseek\" or \"llama 70b\""
}
},
"required": [
"query"
]
}