UiPath Documentation
uipath-cli
latest
false
UiPath-CLI-Benutzerhandbuch
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

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.

Zusammenfassung

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

Optionen

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

Beispiele

uip agent model list

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

uip agent model list --all-fields

Datenform (--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 }
  ]
}

Siehe auch

  • Zusammenfassung
  • uip agent model list
  • Optionen
  • Beispiele
  • Datenform (--output json)
  • Zugehörig
  • Siehe auch

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben