Haiku / Sonnet / Opus is no longer the best API map

The original Claude map—Haiku, Sonnet, Opus—is useful in subscriptions and editors. In API automation it is too narrow. Once a model is connected to n8n, Make, an internal agent, or production workflow, price per million tokens, latency, caching, data policy, and repeated call volume matter more.
The better API map
I would not ask only “which Claude model should we use?” I would ask what class of work this step belongs to.
Cheap repeated calls should use cheap models. Main extraction and structured JSON should use a reliable worker. Hard cases should escalate to Gemini Pro, GPT-5.5, or Claude Opus. Sensitive or costly outputs should still go through human review.
Update: add a guardrail and PII layer
Update from May 16, 2026: I would now add one more layer before the main LLM. Fastino Labs released GLiGuard and GLiNER2-PII on May 14, 2026. They are small open-source 300M parameter models for safety classification, jailbreak detection, refusal detection, and personal data detection.
That is exactly the kind of component that belongs before an expensive model: cheap filtering, PII redaction, jailbreak checks, and audit-friendly routing.
Practical router
- A small filter checks input type, risk, and PII.
- A cheap model decides where the workflow should go.
- GPT mini or Gemini Flash does the main structured work.
- Gemini Pro, GPT-5.5, or Claude Opus handles hard cases only.
- A human reviews sensitive or expensive decisions.
Conclusion
Claude is still an excellent work tool. I just would not use it as the default answer for every API step. The useful production map is now: guardrail/PII filter, cheap layer, main worker, top specialist.
Sources: OpenRouter model pages, Google Gemini API pricing, Google Vertex AI data governance, Anthropic Privacy Center, Fastino Labs, Gartner, Tomáš AI, AI ta Krajta.