Route low-complexity extraction traffic to a smaller model
Structured extraction accounts for 38% of calls and has narrow outputs, stable latency, and low observed retry rates.
Recommendation
Add a task classifier for the extraction path and canary a smaller model against the existing evaluation set before routing production traffic.
Why it ranks here
Ranked first because usage, traces, and code independently identify the same bounded request path and the change has a reversible rollout.
Three independent sources support the task boundary, traffic share, and current model configuration.
Evidence
| Source | Metric | Value | Observed |
|---|---|---|---|
| OpenAI production | extraction request share | 38 % | Jul 28, 2026 |
| Datadog LLM Observability | extraction success rate | 99.2 % | Jul 28, 2026 |
Evidence gaps
· No smaller-model quality evaluation has been run on the current extraction dataset.
Validation plan
Replay 1,000 representative extraction requests, require schema accuracy and task quality to remain within the current threshold, then canary 5% of traffic with automatic rollback.