Haiku, Sonnet, Opus, Fable vs. Luna, Terra, Sol: A Practitioner’s Guide to Routing LLM Work in 2026

· Source: AI on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, medium

Summary

Anthropic's Claude tiers (Haiku 4.5, Sonnet 5, Opus 4.8, Fable 5) and OpenAI's GPT-5.6 tiers (Luna, Terra, Sol) address the challenge of balancing intelligence, latency, and cost in LLM workloads. Haiku and Luna are fast, cheap tiers for high-volume tasks like classification. Sonnet and Terra serve as balanced daily drivers for general agentic work. Opus and Sol are flagship models for complex reasoning, security-sensitive reviews, and long agentic runs, with Fable 5 (Mythos tier) specifically for high-autonomy, long-horizon tasks. New features include Programmatic Tool Calling and Ultra mode for enhanced agent orchestration. Benchmark results are mixed, with OpenAI's Sol leading on Agents' Last Exam and Anthropic's Fable 5 on SWE-Bench Pro, alongside warnings about benchmark-gaming. Effective routing involves assigning expensive models to planning agents and cheaper models to exploration or fan-out tasks, while being mindful of model-scoped prompt caches.

Key takeaway

For MLOps Engineers building LLM-powered production pipelines, you must adopt a tiered model routing strategy to optimize cost and performance. Avoid relying solely on vendor benchmarks; instead, run your own representative task against candidate tiers to validate performance. This approach ensures you allocate the right intelligence level for each pipeline step, preventing budget overruns on simple calls and under-provisioning critical tasks. Default to mid-tier models like Sonnet or Terra for general work, reserving top-tier Opus, Fable, or Sol for high-stakes reasoning.

Key insights

LLM providers now offer tiered models to optimize intelligence, latency, and cost for diverse workloads.

Principles

Method

Implement a tiered LLM routing strategy: use mid-tier for defaults, cheap for high-volume, and top-tier for complex, high-stakes tasks. Assign models per role or session to optimize prompt caching.

In practice

Topics

Best for: AI Engineer, MLOps Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by AI on Medium.