Skip to main content

Overview

OPIC 1.0 is the first production release of the Operations Intent Classifier. This model provides accurate multi-class intent classification specifically tuned for ecommerce customer support scenarios.

What’s New in 1.0

  • 10 Intent Classes: Comprehensive coverage of common ecommerce support intents
  • Sub-60ms Latency: Optimized for real-time inference
  • Batch Processing: Support for classifying multiple messages in a single request
  • Confidence Thresholds: Configurable filtering of low-confidence predictions

Model Specifications

Supported Intents

Quick Start

Single Message Classification

Response

Best Practices

  1. Use confidence thresholds: Set threshold to filter out low-confidence predictions
  2. Request top-k results: Use top_k to get multiple intent predictions for ambiguous messages
  3. Batch when possible: Group multiple messages to reduce API calls

Migration Notes

OPIC 1.0 is the initial release. Future versions will maintain backward compatibility with the 1.x API contract.