AI Providers and Fallbacks
AI Providers and Fallbacks
Section titled “AI Providers and Fallbacks”ThreadLens uses AI providers for scoring, report generation, query assistance, and analysis.
Provider order
Section titled “Provider order”The Go API preserves the current fallback shape used by the project:
- Copilot CLI when available.
- Claude CLI when available.
- Anthropic SDK-compatible HTTP calls when
ANTHROPIC_API_KEYis configured. - Gemini-compatible HTTP calls when
GEMINI_API_KEYis configured.
Operational guidance
Section titled “Operational guidance”Keep provider examples fake in public docs. Do not publish real provider keys, private prompts, hosted credentials, or account-specific quota details.