@lingo.dev/_sdk@0.17.0
Zipstack/unstract@lingo.dev/_sdk@0.17.0Jun 16, 2026by github-actions[bot]
AI Summary
The SDK gains a new method to estimate translation costs, mirroring the functionality introduced in the main CLI tool.
Key Highlights
- New `estimate()` method in SDK
- Cost estimation capability
New Features
- SDK `estimate()` method
Full Release Notes
### Minor Changes - [#2111](https://github.com/lingodotdev/lingo.dev/pull/2111) [`854fae0`](https://github.com/lingodotdev/lingo.dev/commit/854fae00ee180620abeb4c8654703121ce7aad57) Thanks [@cherkanovart](https://github.com/cherkanovart)! - Add `lingo.dev run --estimate`: print the approximate cost of pending translations and exit without translating. The CLI computes the same change delta as a regular run, sends per-locale character counts to the new `/process/estimate` endpoint, and prints a per-locale cost breakdown. The SDK gains a matching `estimate()` method.