Skip to main content

Anthropic models

Pricing (per 1M tokens): Model limits: Anthropic models have a 200k token context window (~800k chars). Kong uses prompt caching to reduce costs on repeated system prompt content.

OpenAI models

Pricing (per 1M tokens): Model limits: OpenAI standard models have 128k token context (~512k chars). Reasoning models (o1, o3-mini) have 200k context but use smaller batch sizes due to higher per-call cost.

Custom providers

No pricing is tracked for custom endpoints. Token counts are still recorded and displayed in the analysis summary. See Custom Endpoints for configuration.

Cost estimation

Rough cost ranges by binary size (using Claude Opus as baseline): These vary significantly with:
  • Model choicegpt-4o-mini is ~30x cheaper than claude-opus-4-6
  • Binary complexity — obfuscated code requires more tool calls
  • Signature matches — known library functions skip LLM analysis entirely

Further reading

Last modified on March 20, 2026