For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
agctl catalog import
Reference for the agctl catalog import command.
Import a model catalog
Synopsis
Import a model catalog.
Examples: agctl catalog import > catalog.json agctl catalog import –out ./costs/catalog.json agctl catalog import –source models.dev –providers anthropic,google,openai
agctl catalog import [flags]Options
-h, --help help for import
--legacy include deprecated models
-o, --out string output catalog path (default: stdout)
--pretty pretty-print the output JSON
--providers strings source provider ids to import (default: every provider the proxy supports)
--source string import source (models.dev) (default "models.dev")Options inherited from parent commands
-k, --kubeconfig string kubeconfigSEE ALSO
- agctl catalog - Manage model catalogs