Sol reaches 46.2 mAP@50 object detection (up from 13.8 in GPT-5.5), but costs 2.5¢/image and fails on images ≥2000×2000px without resizing workaround.
Summary
Vision capabilities now enable practical document workflows, UI automation, and dense-scene detection—but cost and latency tradeoffs mean Gemini 3.5 Flash remains cheaper for high-volume batch processing. Developers building agents must account for 10s latency (Sol) vs 6s (Terra) vs 5s (Luna).
Why it matters
Vision capabilities now enable practical document workflows, UI automation, and dense-scene detection—but cost and latency tradeoffs mean Gemini 3.5 Flash remains cheaper for high-volume batch processing. Developers building agents must account for 10s latency (Sol) vs 6s (Terra) vs 5s (Luna).
Implementation verdict
Sol replaces GPT-5.5 for object detection and counting; Terra/Luna offer better cost-latency balance. Requires: resize images >2000×2000px before API calls, use XYXY absolute coordinates (not normalized), budget 0.5–2.5¢ per image. Worth testing now for document extraction and screen understanding; skip for cost-sensitive detection at scale.
Sources
Dev Signal
Get briefs like this in your inbox — free, every weekday.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.