LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

models

CLI and TUI for browsing LLM models and coding agents

TLDR

Launch the interactive TUI
$ models
copy
List all models
$ models list
copy
Search for a model across providers
$ models search "[query]"
copy
Show details for a specific model
$ models show [provider/model-id]
copy
List providers
$ models providers
copy
View coding agent status
$ agents status
copy

SYNOPSIS

models [subcommand] [options]agents [subcommand] [options]

DESCRIPTION

models is a fast CLI and TUI for browsing LLM models and tracking coding agents from the terminal. It aggregates data from models.dev and lets you browse and filter AI model providers, search across multiple providers, view context limits, pricing, and capabilities, copy model IDs, and export data as JSON.A sibling agents command maintains a curated list of coding agents, detects installed versions, and tracks GitHub metrics like stars, releases, and update availability.

SUBCOMMANDS

list

List available models.
show MODEL
Show detailed information for a specific model.
search QUERY
Search for models across all providers.
providers
List model providers.
benchmarks list|show
Browse published benchmark results.
status list|show|sources
Inspect tracked data sources and their status.
link
Create symlink aliases for models.

CAVEATS

Requires an internet connection to fetch model data. Pricing and availability may change without notice.

HISTORY

models was created by arimxyer and is written in Rust.

SEE ALSO

claude(1), ollama(1)

Copied to clipboard
Kai