Our models
Accurate, efficient, and easy-to-use legal AI models
Isaacus offers access to some of the world’s most accurate, efficient and scalable legal AI models. This page provides an overview of those models, including their capabilities and constraints.
If you’re looking to understand the pricing of these models, please refer to our pricing page.
If you want to use these models in practice, you can check out our quickstart guide.
Universal classification
Universal classification (also known as zero-shot classification) refers to the process of determining whether a given statement about a document, for example, “this is a confidentiality clause”, is supported by that document. Unlike traditional classifiers, universal classifiers don’t require training data to classify a document.
In practice, universal classifiers can be used for a broad range of information retrieval and extraction tasks, from pulling out particular types of clauses from contracts all the way to scoring the relevance of legal documents to search queries.
Isaacus currently offers two universal classifiers: the Kanon Universal Classifier and Kanon Universal Classifier Mini.
Model | Architecture | Maximum chunk token length | Description |
---|---|---|---|
Kanon Universal Classifier | Kanon | 512 | Isaacus’ flagship universal classification model, currently the world’s most accurate universal legal classifier. |
Kanon Universal Classifier Mini | Kanon | 512 | A more lightweight variant of the Kanon Universal Classifier, optimized for speed and cost-efficiency. |
Reranking
Reranking refers to the process of scoring and sorting a set of documents based on their relevance to a particular query.
Reranking is typically used in conjunction with a search engine, where the search engine retrieves a set of documents based on a user’s query, and the reranker scores and sorts those documents to present the most relevant ones to the user (or, when used as part of a retrieval-augmented generation (RAG) pipeline, to present the most relevant documents to a generative model).
All of our universal classifiers also function as rerankers. They are accessible through our dedicated reranking API endpoint.