For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai router models list

List router models

Synopsis

List router models for a project.

iai router models list [flags]

Examples

  iai router models list
  iai router models list -o my-org -p my-project
  iai router models list --page 1 --limit 10
  iai router models list --search claude
  iai router models list --region eu
  iai router models list --json
  iai router models list --yaml

Options

  -h, --help                  help for list
      --json                  Output response as JSON
      --limit int             Items per page (max 100) (default 50)
  -o, --organization string   Organization name that owns the project
      --page int              Page number (0-indexed)
  -p, --project string        Project name
      --region string         Filter by region (us|eu)
      --search string         Search filter
      --yaml                  Output response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?