mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-05-26 18:38:18 +02:00
feat: add DeepSeek provider support for claude-code-router
- Add DeepSeek provider config with Together.ai and official API support - Configure deepseek and enhancetool transformers for reliable tool calling - Add DEEPSEEK_API_KEY and DEEPSEEK_API_BASE env vars to docker-compose - Update shannon CLI to recognize DeepSeek as valid router provider
This commit is contained in:
+15
-4
@@ -23,11 +23,22 @@ ANTHROPIC_API_KEY=your-api-key-here
|
||||
# ROUTER_DEFAULT=openai,gpt-4o
|
||||
|
||||
# --- Google Gemini ---
|
||||
GEMINI_API_KEY=your-gemini-key
|
||||
ROUTER_DEFAULT=gemini,gemini-2.5-pro
|
||||
# GEMINI_API_KEY=your-gemini-key
|
||||
# ROUTER_DEFAULT=gemini,gemini-2.5-pro
|
||||
|
||||
# --- DeepSeek (cheapest option) ---
|
||||
# DEEPSEEK_API_KEY=your-together-or-deepseek-key
|
||||
# DEEPSEEK_API_BASE=https://api.together.xyz/v1/chat/completions # Default: Together.ai
|
||||
# ROUTER_DEFAULT=deepseek,deepseek-ai/DeepSeek-V3
|
||||
#
|
||||
# To use DeepSeek's official API instead:
|
||||
# DEEPSEEK_API_BASE=https://api.deepseek.com/chat/completions
|
||||
# ROUTER_DEFAULT=deepseek,deepseek-chat
|
||||
|
||||
# =============================================================================
|
||||
# Available Models
|
||||
# =============================================================================
|
||||
# OpenAI: gpt-4o, gpt-4o-mini
|
||||
# Gemini: gemini-2.5-pro, gemini-2.5-flash
|
||||
# OpenAI: gpt-4o, gpt-4o-mini
|
||||
# Gemini: gemini-2.5-pro, gemini-2.5-flash
|
||||
# DeepSeek: (Together.ai) deepseek-ai/DeepSeek-V3, deepseek-ai/DeepSeek-R1
|
||||
# (Official) deepseek-chat, deepseek-reasoner
|
||||
|
||||
Reference in New Issue
Block a user