Skip to main content
Kong works with any OpenAI API-compatible endpoint. Run analysis with local models (Ollama, vLLM), third-party providers (OpenRouter), or your own infrastructure.

Supported platforms

Setup

Option 1: Interactive setup

Option 2: CLI flags

Limit overrides

Local models often have smaller context windows than cloud APIs. Use these flags to prevent prompt truncation:
You can also set these during kong setup so they persist as defaults for your custom endpoint.

Endpoint probing

Kong validates that the endpoint is reachable before starting analysis. If your local server is down, you’ll get an error immediately instead of waiting for Ghidra to finish loading the binary:

Cost tracking

Cost tracking is disabled for custom providers since Kong has no pricing data for arbitrary models. Token counts are still recorded and shown in the final stats:

Further reading

Last modified on March 20, 2026