Skip to content

Model and Provider Configuration

ThreadLens uses AI providers for scoring, analysis, query assistance, clustering, and report generation.

Configure provider keys in open-core/.env. Keep the existing runtime variable names such as ANTHROPIC_API_KEY, GEMINI_API_KEY, and PARALLEL_API_KEY.

The Go API preserves the existing provider fallback shape: Copilot CLI when available, Claude CLI, Anthropic-compatible HTTP calls, and Gemini-compatible HTTP calls.

  • Start with one provider key when testing locally.
  • Use fake values in documentation and bug reports.
  • Do not commit .env files containing real provider keys.