List available models with their capabilities and pricing
stencila models list [OPTIONS] [PREFIX]
# List all models in table format
stencila models list
# Filter models by provider
stencila models list anthropic
# Filter models by ID prefix
stencila models list gpt-4
# Refresh from provider APIs before listing
stencila models list --live
# Output models as JSON
stencila models list --as json
# Output models as YAML
stencila models list --as yaml
By default, model listings come from Stencila's embedded catalog. Use --live to also query configured provider APIs and include newly discovered models. Live listing only works for providers you have credentials for.