>>106341201
Oh and for config to use claude code I just set some environment variables in .zshrc and pointing it at DS anthropic API endpoint and using claude code as normal.
export DEEPSEEK_API_KEY=sk-secretapikeylol
export DEEPSEEK_BASE_URL=https://api.deepseek.com
export DEEPSEEK_ANTHROPIC_URL=https://api.deepseek.com/anthropic
export ANTHROPIC_BASE_URL=$DEEPSEEK_ANTHROPIC_URL
export ANTHROPIC_AUTH_TOKEN=$DEEPSEEK_API_KEY
export ANTHROPIC_MODEL=deepseek-chat
export ANTHROPIC_SMALL_FAST_MODEL=deepseek-chat
This is based on deepseek's own instructions in their documentation, I'm tempted to throw in the reasoning model as the not-small model.