Kanon Universal Classifier is a state-of-the-art legal reranking and zero-shot classification/NLI model optimized for scoring the relevance of queries to legal documents and classifying legal documents. With only 371 million parameters, it manages to outperform its largest open-source equivalent (DeBERTa v3 large) at legal classification while being 71% faster.
Kanon Universal Classifier supports a local context window of 512 tokens but can process documents of any length thanks to Isaacus' semchunk semantic chunking algorithm (https://github.com/isaacus-dev/semchunk).
On a g6.xlarge instance, Kanon Universal Classifier can rerank or classify up to 131 million tokens per hour (equivalent to roughly 32k legal documents).
Like all other Isaacus SageMaker model deployments, your Kanon Universal Classifier deployment will be fully air-gapped--no data will enter or leave your AWS account.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for each hour the model runs on a chosen instance, billed per host-hour. Pricing splits along three lines. First, you pick an inference mode: batch, for processing groups of documents, or real-time, for live requests. Second, you pick an instance family, either g5 or g6. Third, you pick a size within that family, from xlarge up to 16xlarge. Larger sizes carry more compute and cost more per hour. This model runs air-gapped inside your own AWS account, so charges depend on runtime, not token counts.
Top-of-mind questions for buyers
What am I charged for when running this model on SageMaker?
You pay per host-hour for the instance running the model. Because the deployment runs air-gapped inside your own AWS account, charges depend on how long the instance runs, not on the number of tokens or documents processed. Token-based charges do not apply to this SageMaker deployment.
Am I charged while the model is subscribed but no endpoint is running?
No software charges accrue simply from subscribing. Because billing meters running time per host-hour, charges begin when your SageMaker endpoint is active and stop when the endpoint is deleted or not running. Underlying AWS resource fees may apply separately.
How do I decide between batch and real-time modes for billing purposes?
Both modes bill per host-hour on your chosen instance. Batch mode processes groups of documents together, suited to scheduled or bulk jobs. Real-time mode serves live requests through a running endpoint. You pick the mode, instance family (g5 or g6), and size, which together set your hourly rate.
isaacus.com
Helpful?
Vendor refund policy
To the maximum extent permitted by law, there are no refunds for consumption of this product.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Patched release of this model with version 0.1.4 of the Isaacus SageMaker Model Server, fixing the inability to load models after 19 January 2026 due to an expired Isaacus license key that should now never expire.
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
For a user-friendly walkthrough of how to get started deploying Isaacus models on SageMaker, check out the Isaacus SageMaker quickstart guide on our docs.
This model runs on the fully air-gapped Isaacus SageMaker Model Server, which supports all the same functionality as the standard Isaacus API except that requests to the server must be proxied through the /invocations endpoint.
For example, if you wanted to send a POST request to /v1/rerankings with the data {"model":"kanon-universal-classifier","query":"Who is the Governor-General?","texts":["The Governor-General is Sam Mostyn.","The King is Charles III."]}, you could so by sending /invocations the payload {"path":"/v1/rerankings","data":{"model":"kanon-universal-classifier","query":"Who is the Governor-General?","texts":["The Governor-General is Sam Mostyn.","The King is Charles III."]}}.
This means that minimal code changes are necessary to switch between the online Isaacus API and your own private Isaacus model deployments.
In fact, Python users can use the Isaacus SageMaker Python integration to automatically forward requests to the Isaacus API to SageMaker deployments using the standard Isaacus SDK.
Given that this is a private deployment and that authentication is managed by AWS, Isaacus API keys are not needed and are ignored.
All the same limitations applicable to the Isaacus API except for the need for an API key.
Input MIME type
application/json
Real-time inference sample input data
{
"path": "/v1/rerankings",
"data": {
"model": "kanon-universal-classifier",
"query": "Who is the Governor-General?",
"texts": [
"The Governor-General is Sam Mostyn.",
"The King is Charles III."
]
}
}
Batch transform sample input data
{
"path": "/v1/rerankings",
"data": {
"model": "kanon-universal-classifier",
"query": "Who is the Governor-General?",
"texts": [
"The Governor-General is Sam Mostyn.",
"The King is Charles III."
]
}
}
Input data descriptions
The following table describes supported input data fields for real-time inference and batch transform.
Field name
Description
Constraints
Required
path
The path of the API endpoint being invoked (e.g., `/v1/rerankings` or `/v1/classifications/universal`).
One of `v1/embeddings`, `/v1/rerankings`, `/v1/extractions/qa`, and `/v1/classifications/universal`.
Yes
method
The HTTP method used for the invocation (e.g., `POST`). Defaults to `POST`.
One of `POST`.
No
headers
The HTTP headers to include in the invocation request. Defaults to `null`/`None`, in which case no additional headers are sent.
Must be a mapping of strings to strings.
No
data
The data to be sent as the body of the invocation request. This can be any serializable object. Defaults to `null`/`None`, in which case no body is sent.
To get in touch with our support team, you can reach out via the support form on our website: https://isaacus.com/support. We endeavor to respond within 24 hours.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
A state-of-the-art legal embedding model optimized for semantic search, RAG, and document classification, ranked first on the Massive Legal Embedding Benchmark.
A state-of-the-art reranking model optimized for legal RAG, research, and classification, ranked first on Legal RAG Bench and the Massive Legal Embedding Benchmark (MLEB).
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.