Changelog

Track the latest updates, features, and improvements to the OpenClassifier platform.

v0.3.0

November 2024Latest
feature

Multi-label text classification

Classify text across multiple categories in a single API call. Pass an object with category keys to get results for each dimension.

feature

Image batch classification

Process up to 10 images in a single request with the new batch endpoint. Reduces latency and simplifies workflows.

improvement

Improved confidence scoring

More accurate confidence scores with better calibration across different content types and label sets.

v0.2.0

October 2024
feature

Image classification API

New endpoint for classifying images into custom labels. Supports URLs and base64-encoded images.

feature

Python SDK

Official Python SDK with async support, type hints, and automatic retries.

improvement

Lower latency

Reduced average response time by 40% through infrastructure optimizations.

v0.1.0

September 2024
feature

Initial release

Text classification API with single-label support. RESTful interface with JSON responses.

feature

TypeScript SDK

First-party TypeScript SDK with full type definitions and error handling.