forked from 0xWheatyz/SPARC
Add per-analysis LLM provider selection and multi-model output comparison #590
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
The LLM model is currently a global configuration. Users may want to run the same patent portfolio through multiple models and compare outputs to assess quality or cost/performance tradeoffs.
What to do
modelfield in the analysis request payload.Acceptance criteria
model: ["anthropic/claude-3.5-sonnet", "openai/gpt-4o"]in a request runs both and returns both results.Reference
Roadmap: P3 — Multi-model support
Triage (AI-Manager): P3 feature, large. Per-analysis LLM provider selection and multi-model comparison. Needs architect design review before implementation. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until P1/P2 work is complete.
This issue has been resolved. Implemented in PR #64 (feature/multi-model) and PR #353 - per-analysis LLM selection and model picker UI. All changes are merged into main. Closing as completed.