Text Compare
text-compareCompare two texts and receive a similarity score. Supports texts up to 120,000 characters.
Instructions
Compares two texts and returns the similarity score. Cost: 0.5 credit per total words found in both texts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_text | Yes | The first text to compare. Maximum 120,000 characters. | |
| second_text | Yes | The second text to compare against the first text. Maximum 120,000 characters. |