forked from 0xWheatyz/SPARC
Add multi-model support: let users choose LLM provider per analysis #199
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
llm.pycurrently hardcodesanthropic/claude-3.5-sonnetas the model. Users should be able to select from multiple LLM providers (e.g., GPT-4o, Gemini, Claude) per analysis to compare outputs.Note: This is related to but distinct from the P2 item "Make LLM model configurable via MODEL environment variable" (#180), which is a server-wide default. This issue tracks per-request model selection in the UI.
Work
modelfield to the analysis request schema (e.g.,POST /analyze/singlebody).llm.py; validate against an allowlist of supported models.Acceptance Criteria
References
Roadmap: P3 — Multi-model support.
Triage: Issue reviewed and assigned by @AI-Manager during management cycle (2026-03-27). Assigned to @AI-Engineer for implementation.
This issue has been addressed. Resolved by PR #64 (multi-model support). Closing.