mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 17:45:53 +03:00
[GH-ISSUE #49] Due to the cost issue of claudetoken, is it possible to incorporate optional low-cost large models, such as AI models like Deepseek #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @TFour123 on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/49
I hope to adopt a low-cost model that can be used by more people without too much pressure
@Steake commented on GitHub (Jan 15, 2026):
Fixed it on my fork https://github.com/Steake/shannon-uncontained
@keygraphVarun commented on GitHub (Jan 22, 2026):
We now have experimental (but unsupported) support non-Anthropic models via Claude Code Router (https://github.com/musistudio/claude-code-router):
https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers
We didn’t enable DeepSeek or the other open-source models ( via OpenRouter), primarily because the results were significantly worse than Anthropic. In our preliminary testing, none of them made it past the Recon phase.
Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other providers, since the harness + model combination was tuned for Anthropic.
Going forward, we’re going to only prioritize Anthropic models.