Changelog
Track the latest updates, features, and improvements to the OpenClassifier platform.
v0.3.0
November 2024LatestMulti-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.
Image batch classification
Process up to 10 images in a single request with the new batch endpoint. Reduces latency and simplifies workflows.
Improved confidence scoring
More accurate confidence scores with better calibration across different content types and label sets.
v0.2.0
October 2024Image classification API
New endpoint for classifying images into custom labels. Supports URLs and base64-encoded images.
Python SDK
Official Python SDK with async support, type hints, and automatic retries.
Lower latency
Reduced average response time by 40% through infrastructure optimizations.
v0.1.0
September 2024Initial release
Text classification API with single-label support. RESTful interface with JSON responses.
TypeScript SDK
First-party TypeScript SDK with full type definitions and error handling.