UiPath Documentation
uipath-cli
latest
false
Guia do usuário da UiPath CLI
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

uip agent model

List LLM models available for the authenticated tenant with `uip agent model list`.

uip agent model is a read-only discovery group for the LLM models available to configure on an agent. It registers a single subcommand, list. Requires login.

Resumo

uip agent model list [--all-fields]
uip agent model list [--all-fields]

All invocations honor the global options (--output, --output-filter, --log-level, --log-file). Exit codes follow the standard contract.

uip agent model list

Opções

BandeiraFinalidade
--all-fieldsReturn full model objects instead of the trimmed default projection.

Exemplos

uip agent model list

uip agent model list --all-fields
uip agent model list

uip agent model list --all-fields

Formato dos dados (--output json)

Default projection:

{
  "Code": "AgentModelList",
  "Data": [
    { "Provider": "OpenAI", "Name": "gpt-4o", "IsByo": false, "IsPreview": false, "MaxTokens": 4096 }
  ]
}
{
  "Code": "AgentModelList",
  "Data": [
    { "Provider": "OpenAI", "Name": "gpt-4o", "IsByo": false, "IsPreview": false, "MaxTokens": 4096 }
  ]
}

--all-fields:

{
  "Code": "AgentModelList",
  "Data": [
    { "Provider": "OpenAI", "Name": "gpt-4o", "IsByo": false, "IsPreview": false, "IsSuggested": true, "IsDeprecated": false, "MaxTokens": 4096, "MaxInputTokens": 128000 }
  ]
}
{
  "Code": "AgentModelList",
  "Data": [
    { "Provider": "OpenAI", "Name": "gpt-4o", "IsByo": false, "IsPreview": false, "IsSuggested": true, "IsDeprecated": false, "MaxTokens": 4096, "MaxInputTokens": 128000 }
  ]
}

Veja também

  • Resumo
  • uip agent model list
  • Opções
  • Exemplos
  • Formato dos dados (--output json)
  • Relacionado
  • Veja também

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades