qllm_compare
Send a prompt to multiple LLM providers simultaneously and compare their responses in a structured format.
Instructions
Call multiple providers with the same prompt and return comparable results.
Args: params (CompareInput): Same fields as qllm_chat plus providers/max_providers.
Returns: str: JSON or Markdown results from each provider. Failures are returned per provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |