01 Model Landscape 13 min read 2,753 words

Model Taxonomy

This chapter provides a comprehensive guide to the model landscape as of March 2026, covering model families, capabilities, and selection criteria for production systems.

model-selectionfundamentalsreasoningintro
01categories

Model Categories

1.1

By Capability Level (March 2026 Reality)

TierCharacteristicsExamplesUse Case
FrontierState-of-the-art reasoning, agentic masteryClaude 3.7 Sonnet, GPT-4.5, o3, Grok 3Complex reasoning, coding, production agents
Fast/EfficientSub-200ms, cost-optimizedGemini 2.0 Flash, Claude 3.5 Haiku, o3-miniHigh-volume streaming, UI, real-time
Battle-TestedMature, widely-deployed, stableGPT-4o, Claude 3.5 SonnetEnterprise production workloads
Small/EdgePrivate, edge, specializedLlama 3.3 8B, Phi-4, Gemma 3Local privacy, on-device
Reasoning-HeavyExtended internal CoTo3, DeepSeek-R1, Claude 3.7 (thinking)Math, code debug, multi-step logic
1.2

By Reasoning Mode (2025–2026)

ModeCapabilityModelsUse Case
StandardFast, intuitive responseGPT-4o, Claude 3.5 SonnetChat, simple extraction
Extended ThinkingInternal scratchpad CoT before outputClaude 3.7 Sonnet, o3, DeepSeek-R1Math, code debugging, planning
HybridUser-controllable reasoning depthClaude 3.7 SonnetVariable complexity tasks
02models march

Frontier Models (March 2026)

2.1

Claude 3.7 Sonnet (Anthropic)

AttributeValue
Context Window200K tokens
Input Cost$3.00 / 1M tokens
Output Cost$15.00 / 1M tokens
Extended ThinkingNative (configurable budget_tokens)
MultimodalText + Vision
HighlightsTop SWE-bench Verified; best production coding model
ReleasedFebruary 2025

Best for: Autonomous software engineering, Claude Code agent, complex reasoning. Considerations: Enable Extended Thinking for hard tasks; use standard mode for high-volume.

2.2

GPT-4.5 (OpenAI)

AttributeValue
Context Window128K tokens
Input Cost$75.00 / 1M tokens
Output Cost$150.00 / 1M tokens
MultimodalText, Vision
HighlightsHighest EQ/creativity scores; strong instruction following
ReleasedFebruary 2025

Best for: Creative tasks, customer-facing chat, nuanced role-following. Considerations: Expensive; not the top choice for heavy reasoning or volume.

2.3

o3 (OpenAI)

AttributeValue
Context Window200K tokens
Input Cost$10.00 / 1M tokens
Output Cost$40.00 / 1M tokens
ReasoningHigh-compute internal CoT (configurable effort: low/medium/high)
Highlights#1 on most reasoning benchmarks (ARC-AGI, SWE-bench, AIME)
ReleasedJanuary 2025

Best for: Autonomous tool use, complex math/science, agentic tasks requiring deep reasoning. Considerations: Cost scales dramatically on "high" effort; use o3-mini for volume.

2.4

o3-mini (OpenAI)

AttributeValue
Context Window200K tokens
Input Cost$1.10 / 1M tokens
Output Cost$4.40 / 1M tokens
ReasoningLightweight reasoning (effort: low/medium/high)
HighlightsBest cost/reasoning tradeoff in its tier
ReleasedJanuary 2025

Best for: High-volume reasoning tasks, coding assistance, STEM Q&A.

2.5

Gemini 2.0 Flash (Google)

AttributeValue
Context Window1M tokens
Input Cost$0.10 / 1M tokens
Output Cost$0.40 / 1M tokens
MultimodalNative: Text, Vision, Audio, Video
HighlightsFastest frontier model; Live API for real-time multimodal
ReleasedDecember 2024

Best for: Real-time multimodal apps, high-volume pipelines, long-context RAG.

2.6

Gemini 2.0 Pro (Google)

AttributeValue
Context Window1M tokens
Input Cost$3.50 / 1M tokens
Output Cost$10.50 / 1M tokens
HighlightsBest Google model for complex tasks; leads on MMLU
ReleasedJanuary 2025
2.7

Grok 3 (xAI)

AttributeValue
Context Window131K tokens
Input Cost$3.00 / 1M tokens (API preview)
HighlightsCompetitive with claude/o3 on reasoning; DeepSearch for real-time web
ReleasedFebruary 2026

Best for: Live web research, reasoning-heavy tasks, frontier alternative.

2.8

Model Comparison: Frontier Tier (March 2026)

ModelReasoningCodingContextAgenticCost
o3★★★★★★★★★★★★★★★★★★★$$$$
Claude 3.7 Sonnet★★★★★★★★★★★★★★★★★★★$$$
GPT-4.5★★★★★★★★★★★★★★★$$$$$
Gemini 2.0 Flash★★★★★★★★★★★★★★$
Grok 3★★★★★★★★★★★★★★★$$$
2.9

Production Heritage & Maturity

While frontier models lead on benchmarks, many enterprise systems rely on battle-tested models:

Model FamilyProduction SinceMaturity Note
GPT-4oMay 2024Most mature ecosystem; lowest latency variance; highest rate limits.
Claude 3.5 SonnetJune 2024Gold standard for tool-use reliability and structured output.
Gemini 1.5 ProMay 2024Pioneer of mass-scale context; highly stable for long-document analysis.
o1Sept 2024First production reasoning model; well-understood failure modes.

Why stay on "older" frontier models?

  1. Consistency: New models have "release-window" latency spikes and behavior shifts.
  2. Cost Efficiency: Previous generation is often 50-80% cheaper after a new release.
  3. Guardrail Tuning: Security and moderation layers are more refined.
03source models

Open Source Models

3.1

Llama 3.3 Family (Meta)

ModelParametersContextLicenseNotes
Llama 3.3 8B8B128KLlama 3.3Best-in-class small model (March 2026)
Llama 3.3 70B70B128KLlama 3.3Strongest open-weight general model
Llama 3.1 405B405B128KLlama 3.1Largest Meta model; frontier-competitive

Strengths:

  • Native multimodality across sizes (Llama 3.2 vision variants)
  • Excellent tool-use and JSON following
  • Largest open community and tooling ecosystem
3.2

DeepSeek Family

ModelParametersStatusNotes
DeepSeek-V3671B (MoE)FrontierGPT-4o level at a fraction of training cost; open weights
DeepSeek-R1671B (MoE)ReasoningMatches o1 on math/code; first open-source reasoning model
DeepSeek-R1-Distill7B–70BReasoningDistilled to smaller models; cost-efficient reasoning

Key 2026 context: DeepSeek shocked the industry by demonstrating frontier-level performance at dramatically lower training costs. Open weights available on Hugging Face.

3.3

Qwen 2.5 Family (Alibaba)

ModelParametersNotes
Qwen2.5-Coder-32B32BTop open coding model; rivals GPT-4o on HumanEval
Qwen2.5-72B72BBest multilingual open model; strong CJK support
Qwen2.5-7B7BEfficient self-hosted option
3.4

Mistral Family

ModelParametersNotes
Mistral Large 2123BStrong reasoning; permissive license
Mistral Small 324BUltra-efficient; matches 7B quality at less compute
Mixtral 8x22B141B (MoE)Best open MoE for throughput
04models

Specialized Models

4.1

Coding Mastery (March 2026)

ModelSpecializationWhy it wins
Claude 3.7 SonnetSoftware EngineeringHighest SWE-bench Verified score; powers Claude Code
o3Algorithmic reasoningBest at complex multi-step code logic; USACO problems
Qwen2.5-Coder-32BOpen-source codingBest price-to-performance for self-hosted IDEs
DeepSeek-R1-Distill-70BOpen reasoning+codeBest open reasoning model for coding at 70B
4.2

Reasoning & Math

ModelApproachBest For
o3High-compute internal CoTARC-AGI, competition math, autonomous agents
Claude 3.7 Sonnet (thinking)Extended Thinking modeSoftware planning, complex logic
DeepSeek-R1RL-based thinkingOpen-source logical inference, competitive math
Grok 3 (DeepSearch)Web-grounded reasoningResearch tasks needing live information
4.3

Long Context (1M+)

ModelWindowRecall Performance
Gemini 2.0 Flash1M99%+ Needle-in-a-Haystack (verified)
Gemini 2.0 Pro1MBest quality at 1M context
Claude 3.7 Sonnet200KReliable, high-quality long context
05models

Embedding Models

5.1

API Embedding Models (March 2026)

ModelDimensionsMax TokensMTEB ScoreCost/1M
OpenAI text-embedding-3-large3072819164.6$0.13
OpenAI text-embedding-3-small1536819162.3$0.02
Voyage-310243200067.8$0.06
Cohere embed-v3102451266.4$0.10
Google text-embedding-004768204866.1$0.025
5.2

Open Source Embedding Models

ModelDimensionsMax TokensMTEBNotes
BGE-large-en-v1.5102451263.9Instruction-tuned
E5-mistral-7b-instruct40963276866.6Strong with instructions
Nomic-embed-text-v1.5768819262.3Long context, open
GTE-Qwen2-7B358432K72.1State-of-the-art open embedding
5.3

Embedding Selection Guide

RequirementRecommendedWhy
Best qualityVoyage-3 or text-embedding-3-largeHighest MTEB
Cost-efficienttext-embedding-3-small$0.02/1M
Self-hostedGTE-Qwen2-7BBest open MTEB
Long documentsNomic or Voyage-38K+ context
MultilingualCohere embed-v3Built for multilingual
06selection framework

Model Selection Framework

6.1

Decision Tree

6.2

Semantic Routing

In 2025-26, static decision trees are being replaced by Semantic Routers:

  • How it works: A small, fast embedding model vectorises the query. If it matches a "known easy" cluster → cheap model (e.g., Gemini 2.0 Flash). If it hits an "agentic/logic" cluster → o3 or Claude 3.7.
  • Benefit: Automates cost-optimization without hardcoded rules.
  • Implementation: Tools like semantic-router (Python) or custom Weaviate/Pinecone classifiers.
07data residency

Sovereign AI and Data Residency

The 2026 Regulatory Reality: Enterprises must comply with GDPR (EU), DPDPA (India), Saudi Arabia PDPL, and sectoral rules. "Sovereign AI" is now a product category.

SolutionProviderUse Case
Azure Government/SovereignMicrosoftDedicated infra in 40+ regions; approved for US Gov/EU NIS2
AWS Sovereign CloudAmazonPhysically isolated VPCs; GDPR-safe EU regions
Google Distributed CloudGoogleAir-gapped on-prem Gemini deployment
Private Llama 3.3Meta (self-host)Maximum data sovereignty; open weights
DeepSeek (self-host)DeepSeek (open)Open weights; no data leaves your infra

Tradeoff: Sovereign clouds carry a 20-30% premium over standard global regions but are mandatory for finance and government.

7.1

Cost Comparison at Scale (March 2026)

Assume 1M requests/day, 1K input + 500 output tokens:

ModelInput Cost/DayOutput Cost/DayTotal/Month
GPT-4o$2,500$5,000$225,000
Claude 3.7 Sonnet$3,000$7,500$315,000
o3-mini$1,100$2,200$99,000
Gemini 2.0 Flash$100$200$9,000
Self-hosted Llama 3.3 70B*~$50,000

*Self-hosted assumes 4× H100 GPUs

08comparison

Capability Comparison

8.1

Benchmark Performance (March 2026, Verified)

ModelMMLUHumanEvalSWE-bench VerifiedAIME 2025
o3 (high)91.696.771.7%96.7%
Claude 3.7 Sonnet90.593.670.3%80.0%
GPT-4.589.486.838.0%36.7%
Grok 390.288.993.3%
DeepSeek-R190.892.649.2%79.8%
Llama 3.1 405B88.689.0
Gemini 2.0 Flash85.583.0

Source: Respective technical reports and LMSYS Chatbot Arena, March 2026. Always verify with current leaderboards.

8.2

Task-Specific Recommendations (March 2026)

TaskRecommended ModelsWhy
Autonomous Coding AgentClaude 3.7 SonnetPowers Claude Code; best SWE-bench + tool reliability
Complex Reasoningo3, DeepSeek-R1, Claude 3.7 (thinking)Extended Thinking / internal CoT
High-Volume APIGemini 2.0 Flash, o3-miniLowest cost per token in class
Long Context RAGGemini 2.0 Flash (1M), Claude 3.7 (200K)Verified long-range recall
Multimodal Real-timeGemini 2.0 Flash Live APIReal-time audio/video/text native
Private ProductionLlama 3.3 70B, Qwen2.5-72BHigh capability with local control
Open-source CodingQwen2.5-Coder-32B, DeepSeek-R1-DistillSelf-hosted, top HumanEval
Creative/ChatGPT-4.5Top EQ scores; best conversation quality
09questions

Interview Questions

Q: How would you select a model for a production RAG system?

Strong answer: I evaluate across these dimensions:

1. Quality requirements:

  • Test on representative queries from the actual domain
  • Measure answer correctness, hallucination rate, citation accuracy

2. Cost analysis:

Texttext · 1 line
1
Monthly cost = requests/day × 30 × avg_tokens × rate

Always calculate for top 2-3 candidates.

3. Latency requirements:

  • If <200ms TTFT needed: Gemini 2.0 Flash, Claude 3.5 Haiku, o3-mini (low)
  • If quality is paramount: Accept 2-3s with Claude 3.7 or o3

4. Operational requirements:

  • Self-hosting: Llama 3.3, DeepSeek-V3
  • Compliance / data residency: Azure Sovereign or self-hosted

5. Practical selection:

  • Start with Claude 3.7 Sonnet or GPT-4o for prototyping
  • A/B test Gemini 2.0 Flash for 80% of queries (cost)
  • Keep frontier on hard queries via semantic routing

Q: Explain the tradeoffs between proprietary and open source models.

Strong answer:

FactorProprietary (OpenAI, Anthropic)Open Source (Llama, DeepSeek)
QualityGenerally higher (slightly)Catching up rapidly
CostPer-token pricingCompute + ops
ControlLimitedFull
PrivacyData goes to providerStays on-prem
UpdatesAutomaticManual
CustomizationLimited fine-tuningFull fine-tuning
Ops overheadNoneSignificant

Key insight (2026): DeepSeek-V3 and R1 changed this conversation — open models now match GPT-4o on benchmarks. The gap is real but narrower than ever.

Q: What is the difference between o3 and Claude 3.7's Extended Thinking?

Strong answer: Both use internal chain-of-thought, but the mechanics differ:

  • o3: OpenAI's compute-scaling approach. Allocates variable compute effort (low/medium/high). Internal thoughts are never exposed. Single API parameter: reasoning_effort.
  • Claude 3.7 Extended Thinking: Returns thinking tokens in a separate <thinking> block. Configurable budget_tokens (1024–100K). You can inspect the reasoning chain for debugging, though it's not shown to end users.

Production choice: For debugging and trust-building, Claude's visible thinking is more transparent. For simple high-accuracy tasks, o3-mini on medium effort is most cost-effective.

10references

References


Next: Capability Assessment

summary · added by this rebuild

Key takeaways

01

Five tiers, not one leaderboard

The page sorts models into Frontier, Fast/Efficient, Battle-Tested, Small/Edge and Reasoning-Heavy; a model can top a benchmark and still be the wrong tier for your latency or privacy constraint.

02

The cost spread across tiers is 25x

At 1M requests a day with 1K input and 500 output tokens, the page puts Gemini 2.0 Flash at $9,000 a month against $225,000 for GPT-4o and $315,000 for Claude 3.7 Sonnet.

03

Semantic routing replaces the decision tree

A small embedding model clusters the incoming query and sends easy ones to a cheap model and agentic ones to a frontier model, so cost control stops being hardcoded rules.

04

Extended thinking differs by vendor

o3 exposes only a reasoning_effort dial and hides its thoughts; Claude 3.7 returns a separate thinking block with a budget_tokens setting from 1024 to 100K that you can inspect while debugging.

05

Sovereign deployment carries a premium

Azure Sovereign, AWS Sovereign Cloud and Google Distributed Cloud run 20-30% above standard global regions, which the page treats as mandatory rather than optional for finance and government.