Skip to main content

LLM providers and keys

ZeroQuarry runs agent loops through configured LLM providers. Depending on your plan and workspace configuration, those providers may be ZeroQuarry-managed or bring-your-own keys.

ZeroQuarry account overview showing where workspace-wide LLM configuration lives.

If your plan requires bring-your-own keys, this is the account area where you configure them before scans can run.

Model selection

Scan forms use the models available to your account tier. In workflows such as Security research, the scan form shows an explicit model picker. In more guided workflows, ZeroQuarry may hide that picker and use the account defaults instead.

If no model is available, scans cannot be queued.

Bring-your-own keys

Some plans require account-wide LLM API keys. Add keys under Account before running scans.

Account-level keys apply to every user in the account. Treat them like production secrets:

  • restrict access to account owners or admins
  • rotate keys on schedule
  • remove keys that are no longer needed
  • use provider-side usage limits where available

Data sent to providers

LLM providers may receive:

  • scan notes
  • source snippets and file paths
  • decompiled or extracted binary content
  • HTTP response snippets from remote scans
  • authentication context needed by remote agents
  • finding text, chats, and report context

Use providers and models that match your organization's data handling requirements.

Batch API mode

Batch mode applies to artifact generation, such as PoCs and disclosure emails, when the selected provider supports it and the account tier allows it. Agent loops still run synchronously. Batch mode can reduce cost, but final report finalization may take longer.