Home

stencila models list

List available models with their capabilities and pricing

Usage

stencila models list [OPTIONS] [PREFIX]

Examples

# 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

Arguments

NameDescription
[PREFIX]Filter models by provider or ID prefix (e.g. "anthropic", "gpt-4").

Options

NameDescription
--liveFetch current model listings from configured providers before listing. Possible values: true, false.
-a, --asOutput the list as JSON or YAML. Possible values: json, yaml, toml.

Notes

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.

© 2026 Stencila