モデル候補リスト

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.

この候補リストは何に使う?: 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.

ソース基準: NextModel capability mapping and supported-parameter metadata when available. · 更新日 2026-07-01

Fit score

推奨候補 agent models

まず候補リストから始め、実際のプロンプトで試し、本番ルーティング前に月額コストを比較します。

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

比較表

価格、プロバイダー、コンテキスト、機能、ソースで候補を比較します。

本番候補を絞り込むとき、フォールバック方針を作るとき、モデル経済性を比べるときに使います。

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.