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

iai router models get

Get a router model

Synopsis

Get detailed information about a router model by its ID.

iai router models get <id> [flags]

Examples

  iai router models get d34313ff-92ce-47ed-a1ae-fbb37f8a9411
  iai router models get d34313ff-92ce-47ed-a1ae-fbb37f8a9411 -o my-org -p my-project
  iai router models get d34313ff-92ce-47ed-a1ae-fbb37f8a9411 --json
  iai router models get d34313ff-92ce-47ed-a1ae-fbb37f8a9411 --yaml

Options

  -h, --help                  help for get
      --json                  Output response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --yaml                  Output response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?