# Chandra 2.1: Improved Multilingual and Table Accuracy

> Announcing Chandra 2.1, a smaller, faster model that improves on multilingual and table accuracy.

- Canonical: https://www.datalab.to/blog/chandra-2.1-release
- Published: 2026-06-17
- Authors: Tarun Menta

We're excited to announce the release of Chandra 2.1, which is smaller and faster, while improving on several key axes of accuracy that our customers care about. This release focuses on multilingual and table performance, which are particularly challenging for models to handle with 100% accuracy.

Chandra 2.1 is live on the [Datalab API](/auth/sign_up) today. All results in this post were produced via the API in `mode=balanced`.

## Tables

Perfect extraction of a complex table requires a model to perfectly handle multiple things:
- Understand the structure of the table, including the number of columns, rows, and keep track of spanning cells, which carry significant semantic meaning.
- Read the content of each cell, without missing any minor details, like decimals, diacritics, or punctuation. Dense tables have very small cells, which makes it hard for the model to read them accurately.
- Reconcile the content of each cell with the table structure, and produce the final output.

100% accurate table extraction is a critical requirement for many applications - A single mis-aligned column header in a medical document, or mis-reading `$15,000` as `$1500` in a financial document, can be catastrophic.

Existing table benchmarks often fail to capture the most complex of real-world tables, or fail to focus on the structural aspects of the table. We built out our own internal benchmark to address this, comprised of the hardest tables we've received from our customers. Chandra 2.1 achieves a much higher score than Chandra 2 on this benchmark, and we're just getting started!

Here are a few examples of the kind of complex tables that Chandra 2.1 is able to extract:

## Multilingual

Chandra 2 was a [major step up](/blog/chandra-2) on multilingual accuracy, and Chandra 2.1 keeps pushing - particularly on Indic scripts and Arabic.

The biggest gains land on Indic scripts.

Right-to-left scripts saw the largest single-language jumps — Arabic from 56.8% to 77.2%, and Urdu from 61.2% to 72.3%.

## Try it out

Chandra 2.1 is already live. You can try it out in the [playground](/playground) or via the [API](/auth/sign_up), or contact us at support@datalab.to for on-premise deployments.

## What's next

We're continuing to invest in the research that has led to Chandra 2.1, and expect to release more updates in the coming months. If you have documents with complex tables, messy multilingual content, or any other challenging content that you'd like to see improved, please [contact us](mailto:support@datalab.to).
