qllm_list_models
List available models from a specified LLM provider, either by querying the provider's remote API or using locally configured models.
Instructions
List configured or remote models for one provider.
Args: params (ListModelsInput): Provider id, source mode, timeout, and output format.
Returns: str: JSON or Markdown model list. Remote mode calls the provider's /models endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |