Skip to main content

What you’ll do

Run our Literacy evaluators on some text to evaluate it for a given grade level.
MethodWhen to use
Evaluators PlaygroundFor a quick demo of how evaluators work
SDKTo integrate into your TypeScript or Python project
Python notebooksFor quick prototyping

What you’ll need

  • Text you want to evaluate
  • Grade level of the intended audience
  • API keys required by the evaluators you want to use Not required for Evaluators Playground

Required API keys

By default, each evaluator uses a provider and model that we have tested for reliability for that task. As a result, different evaluators require different API keys.
You can override our evaluators’ defaults with any Google, OpenAI, or Anthropic model. When overriding with an Anthropic model, an Anthropic API key is required.

Steps

The Evaluators Playground ↗ is the easiest way to see our evaluators in action.
1

Select target grade level

Choose the grade level of your intended audience.
2

Provide your text

Copy and paste the content you want to evaluate.Evaluators playground
3

Run the evaluators

Click Evaluate to run our Literacy evaluators on your text.
4

View results

Expand each evaluator’s results to see its:
  • Text complexity score (e.g., “Exceedingly complex”)
  • Reasoning (e.g., “conceptually heavy Tier 3 words”)
  • Performance relative to a minimal baseline prompt (e.g., “13% more accurate”) Evaluators playground results
The Evaluators Playground is primarily a demo. Check out the SDK or Python notebooks when implementing evaluators into your automated processes.