Modell shortlist

Best agent model APIs for tool-calling workflows

Compare model APIs for agents that need tools, JSON mode, long context, and a budget you can live with.

Mire való ez a shortlist?: Agent models

Agent runs spit out a lot of tokens and burn money when tool loops go wrong. Before you wire one up, check tool calling, JSON reliability, context length, latency, and output price. Then set a budget so a bad loop cannot empty the account overnight.

Forrásalap: NextModel capability mapping and supported-parameter metadata when available. · Frissítve 2026-07-01

Fit score

Ajánlott jelöltek agent models

Indulj a shortlisttel, tesztelj valódi promptokat, és hasonlítsd össze a havi költséget a production routing előtt.

AnthropicCatalog

Claude Fable 5 is a Mythos-class model from Anthropic, built for autonomous knowledge work and coding. It supports text, image, and file inputs with text output, with reasoning support and...

$1.45 / 1M tokensInput$7.23 / 1M tokensOutput1MContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVisionLong context
Platform curatedNextModel gateway catalog (Go origin)
View details
AnthropicCatalog

Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latency of larger Claude models. Matching Claude Sonnet 4’s performance...

$0.145 / 1M tokensInput$0.723 / 1M tokensOutput200kContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVisionLong context
Platform curatedNextModel gateway catalog (Go origin)
View details
AnthropicCatalog

Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...

$0.723 / 1M tokensInput$3.62 / 1M tokensOutput200kContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVisionLong context
Platform curatedNextModel gateway catalog (Go origin)
View details
AnthropicCatalog

Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built for agents that operate across entire workflows rather than single prompts, making it especially effective...

$0.723 / 1M tokensInput$3.62 / 1M tokensOutput1MContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVisionLong context
Platform curatedNextModel gateway catalog (Go origin)
View details

Összehasonlító táblázat

Hasonlítsd össze a shortlistet ár, szolgáltató, kontextus, képességek és forrás szerint.

Használd ezt a nézetet, amikor production shortlistet szűkítesz, fallback szabályt építesz vagy modellgazdaságosságot hasonlítasz össze.

ModelProviderInputOutputContextCapabilitiesBest forLatencyStatusSource
Anthropic: Claude Fable 5anthropic/claude-fable-5Anthropic$1.45 / 1M tokens$7.23 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Haiku 4.5anthropic/claude-haiku-4.5Anthropic$0.145 / 1M tokens$0.723 / 1M tokens200k
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Opus 4.5anthropic/claude-opus-4.5Anthropic$0.723 / 1M tokens$3.62 / 1M tokens200k
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Opus 4.6anthropic/claude-opus-4.6Anthropic$0.723 / 1M tokens$3.62 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Opus 4.7anthropic/claude-opus-4.7Anthropic$0.723 / 1M tokens$3.62 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Opus 4.8anthropic/claude-opus-4.8Anthropic$0.723 / 1M tokens$3.62 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Claude Opus 5anthropic/claude-opus-5Anthropic$0.723 / 1M tokens$3.62 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated
Anthropic: Claude Sonnet 4.5anthropic/claude-sonnet-4.5Anthropic$0.434 / 1M tokens$2.17 / 1M tokens1M
StreamingTool callingJSON modeVision
image understanding, multimodal chat1000-3000msCatalogPlatform curated

FAQ

Agent models FAQ

Which capabilities matter most for agent models?

Tool calling, structured JSON, enough context for the task, and instructions that stick. Everything else is secondary.

Why do agent workflows get expensive so fast?

They generate long traces: planning text, tool results stuffed back into context, and retries. Cap steps and log token use per run.

Should agents always use the strongest model?

No. Route planning or simple tool picks to cheaper models when quality allows, and reserve stronger models for hard steps.