llm_list_models
List available models from OpenAI-compatible providers via the /v1/models endpoint. Provide an API key, provider alias, or endpoint URL to get the model list.
Instructions
List available models from an OpenAI-compatible /v1 endpoint by calling GET /v1/models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Ad-hoc API key for the endpoint. | |
| provider | No | The provider alias from the vault (e.g., "dahl", "openrouter", "ollama", "groq"). | |
| endpoint_url | No | Ad-hoc /v1 base URL to inspect directly. |