measure_predictability
Calculate a text's predictability (perplexity) to gauge how formulaic it reads—a signal for AI-written phrasing, not proof.
Instructions
Measures how PREDICTABLE (generic) a language model finds the phrasing — its perplexity. Predictable, generic wording is common in AI writing, but formulaic human text scores predictable too and stylized AI can score varied: it is a signal, not proof. NOTE: unlike the offline tools, this SENDS THE TEXT to the SignsOfAI server to run the model (endpoint from SIGNSOFAI_API_ENDPOINT; defaults to the hosted API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to score. | |
| model | No | Optional model id (see the server's model list). Empty = server default. | |
| language | No | Language: "en", "es", or "auto". Default "auto". | auto |