Ollama: Search Models
Ollama via Parse · developer_tools
Search for models on Ollama by keyword, with optional capability filters, sorting, and parameter size range filtering. Returns a list of matching models with descriptions, capabilities, available sizes, download counts, and pull commands. When min_size or max_size is specified, only models with at least one variant within the given parameter size range are returned. Combining sort=newest with a capability filter may return fewer results than sort=popular. Search and retrieve detailed information about AI models available on Ollama, including model variants, sizes, context windows, and pull commands. Fulfilled by Parse from ollama.com.
- developer-tools
- ollama
- ollama-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f1555b97-c36d-48d9-b657-60146faa21e9/search_models
- Interface artifact
- sha256:fe5ed5197c965c60932384114e2827fbaa8012f607fd16c7c7b877a43a0656d9
- Manifest digest
- sha256:5d7f214cc10540466583641ee712eb7bc954745c52280a958bbc1341a533ca66
Request fields
- sort (string): Sort order: 'popular' or 'newest': Allowed values: popular, newest
- query (string): Search keyword (e.g., 'deepseek', 'qwen3', 'gemma')
- max_size (string): Maximum parameter size filter (e.g., '7b', '14b', '70b'). Only models with at least one variant <= this size are included. Empty string means no maximum.
- min_size (string): Minimum parameter size filter (e.g., '7b', '14b', '70b'). Only models with at least one variant >= this size are included. Empty string means no minimum.
- capability (string): Filter by capability: 'cloud', 'embedding', 'vision', 'tools', 'thinking'. Empty string means no filter.: Allowed values: cloud, embedding, vision, tools, thinking
Example queries
- {"sort":"popular","query":"deepseek","capability":"cloud"}