List Hermes API models
hermes_api_models_listRetrieve and display available models from the Hermes API server. Optionally include internal models in the listing while generating redacted request and response receipts for auditability.
Instructions
Typed GET /v1/models wrapper that lists available models from the configured Hermes API server, writing redacted request/result/response receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_internal | No | Include internal models in the listing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |