Skip to main content
Kong supports three LLM providers out of the box:

Anthropic (Claude)

Default model: claude-opus-4-6 Setup:
Get your key at console.anthropic.com. Available models: Pricing (per 1M tokens):

OpenAI (GPT-4o)

Default model: gpt-4o Setup:
Get your key at platform.openai.com. Available models: Pricing (per 1M tokens):

Smart routing

If you’ve configured multiple providers via kong setup, Kong uses your default provider. Override at runtime:
If your default provider’s API key isn’t set, Kong falls back to any other configured provider that has a valid key.

Rate limiting

Kong uses automatic token-bucket rate limiting to stay within API rate limits. No configuration needed — it proactively sleeps between requests when approaching the limit. This prevents 429 Too Many Requests errors during large analyses.

Further reading

Last modified on March 20, 2026