Deepseek Thinking & Claude 3.5 Sonnet
JSON →Combines DeepSeek's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter.
Install
npx -y @smithery/cli Tools · 2
- generate_response Main tool for generating responses with DeepSeek reasoning and Claude 3.5 Sonnet response. Parameters: prompt (required), showReasoning (optional), clearContext (optional), includeHistory (optional). Returns a task ID for polling.
- check_response_status Tool for checking the status of a response generation task. Parameters: taskId (required). Returns status, reasoning, and response when complete.
Environment variables
OPENROUTER_API_KEY
★ 3 GitHub stars