measure_predictability
Compute the perplexity of a text to see how predictable its phrasing is to a language model, offering a signal for AI-written content.
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 |