UiPath Documentation
uipath-cli
latest
false
UiPath CLI ユーザー ガイド
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

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.

概要

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

オプション

フラグ目的
--all-fieldsReturn full model objects instead of the trimmed default projection.

uip agent model list

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

uip agent model list --all-fields

データシェイプ(--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 }
  ]
}

参照

  • 概要
  • uip agent model list
  • オプション
  • データシェイプ(--output json)
  • 関連
  • 参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得