- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Syntax and options for `uip llm-gateway models`, which lists LLM models available to a product/feature via the UiPath LLM Gateway discovery API.
uip llm-gateway lists the LLM models available via the UiPath LLM Gateway — the platform-managed routing layer that resolves which underlying model (Claude, GPT, etc.) backs a given product feature, accounting for tenant policy, BYO model configuration, and preview gating. There is one command: models.
See Tools (plugins) for how this tool integrates with the CLI. For managing BYO LLM connections and guardrail configurations that this discovery result reflects, see uip llm-configuration and uip guardrails.
Synthèse
uip llm-gateway models --product <name> --feature <name> [--operation <code>] [--login-validity <minutes>]
uip llm-gateway models --product <name> --feature <name> [--operation <code>] [--login-validity <minutes>]
uip llm-gateway models
List LLM models available for a given product and feature scope, as resolved by the LLM Gateway discovery API — accounting for tenant policy blocks, preview flags, and BYO subscriptions.
Options
| Long | Valeur (Value) | Requis | Description |
|---|---|---|---|
--product <name> | string | oui | Requesting product scope, e.g. guardrails. |
--feature <name> | string | oui | Requesting feature scope, e.g. llm-as-judge-validator. |
--operation <code> | string | non | Narrow results to a specific operation code, e.g. Guardrails.LlmAsJudge.Debug. |
--login-validity <minutes> | Integer | non | Override the interactive-login token lifetime for this call. |
Exemples
# List LLM models available for the LLM-as-judge guardrail
uip llm-gateway models --product guardrails --feature llm-as-judge-validator
# List LLM models available for the LLM-as-judge guardrail
uip llm-gateway models --product guardrails --feature llm-as-judge-validator
# List models scoped to the debug operation mode
uip llm-gateway models --product guardrails --feature llm-as-judge-validator \
--operation Guardrails.LlmAsJudge.Debug
# List models scoped to the debug operation mode
uip llm-gateway models --product guardrails --feature llm-as-judge-validator \
--operation Guardrails.LlmAsJudge.Debug
# List models for a different product and feature
uip llm-gateway models --product agenthub --feature agent-health-score-linter
# List models for a different product and feature
uip llm-gateway models --product agenthub --feature agent-health-score-linter
Format des données (--sortie json)
{
"Code": "LlmGatewayModelsList",
"Data": [
{
"ModelId": "anthropic.claude-haiku-4-5-20251001-v1:0",
"DisplayName": "Claude Haiku 4.5",
"Vendor": "AwsBedrock",
"ModelFamily": "AnthropicClaude",
"SubscriptionType": "UiPathOwned",
"IsByo": false,
"IsPreview": false,
"IsBlockedByPolicy": false
}
]
}
{
"Code": "LlmGatewayModelsList",
"Data": [
{
"ModelId": "anthropic.claude-haiku-4-5-20251001-v1:0",
"DisplayName": "Claude Haiku 4.5",
"Vendor": "AwsBedrock",
"ModelFamily": "AnthropicClaude",
"SubscriptionType": "UiPathOwned",
"IsByo": false,
"IsPreview": false,
"IsBlockedByPolicy": false
}
]
}
IsByo is true when the model comes from a bring-your-own connection configured via uip llm-configuration byo-connections. IsBlockedByPolicy reflects tenant-level governance policy, independent of whether the model would otherwise be available. An empty Data array means no models are available for that product/feature combination — not an error.
Comportement des erreurs
Any failure (including no active login) returns Failure with Instructions: "Run 'uip login' to authenticate before using this command." — this is the CLI's generic fallback instruction here, not necessarily the true cause; check the accompanying Message for the underlying error.
Voir également
uip llm-configuration— manage BYO LLM connections that this discovery result can reflect.uip guardrails— a consumer of LLM Gateway model discovery for guardrail configuration.- Outils (extensions)
- Options globales
- Codes de sortie