> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Consistency

> Evaluates whether multiple outputs generated by a language model for the same input are consistent with each other.

## Input

* **Required Inputs:**
  * **`input`**: The original input/prompt given to the model
  * **`output`**: Array of multiple outputs generated by the model

## Output

* **`Result`**: Score is one among the discrete values : 0.2, 0.4, 0.6, 0.8, 1
* **`Reasoning`**: Detailed explanation of consistency assessment

## Interpretation

* **1.0**: Fully consistent, effectively compatible responses
* **0.8**: Mostly consistent, with only minor inconsistencies
* **0.6**: Somewhat consistent but with room for improvement
* **0.4**: Mostly inconsistent with occasional consistency
* **0.2**: Highly inconsistent; all outputs incompatible
