Unofficial community list for DeepSeek Code. Not affiliated with DeepSeek. All trademarks belong to their owners.
A curated list of links for anyone working with deepseek code tooling: the Deep Code terminal assistant for DeepSeek-V4, the DeepSeek Coder models you can run locally through Ollama, and the platform pages you need for keys, pricing and status. Every link below is taken from the DeepSeek API docs, the DeepSeek homepage or the Ollama library page; nothing is guessed.
Building a site instead of editing one? Try Begin.sh - prompt to a downloadable static site or Expo app. One prompt or one URL to clone, and you get a zip you can host anywhere.
- Integrate with Deep Code - The DeepSeek API docs page: install,
settings.json, shortcuts and skills. - deepcode-cli on GitHub - Source of the open-source terminal assistant, published on npm as
@vegamo/deepcode-cli. - Deep Code VS Code extension - Editor integration that shares
~/.deepcode/settings.jsonwith the CLI. - DeepSeek Platform - Account, usage and billing for the API.
- API keys page - Where the
API_KEYin your settings file comes from. - DeepSeek API Docs - Root of the API documentation.
- API Pricing - Current per-token rates for the hosted models.
- Service Status - Check here before blaming your config.
- deepseek-ai on GitHub - The organisation behind the models.
- deepseek-ai on Hugging Face - Model weights, linked from the Ollama page.
- Node.js downloads - Deep Code needs Node.js 18 or newer.
- deepseek-coder on Ollama - 1.3B, 6.7B and 33B coding models, 16K context,
ollama run deepseek-coder. - deepseek-coder tags - Every variant with size and context window.
- Ollama download - The runtime for local DeepSeek Coder.
- Ollama docs - Running models, the local HTTP API on port 11434.
- DeepSeek-V4.1-Flash release - The current flagship announcement: text and agent improvements plus native visual understanding.
- DeepSeek V4 preview - Background on the model generation Deep Code targets.
- DeepSeek V3.2 - Previous generation notes.
- DeepSeek R1 - The reasoning model line.
- DeepSeek news index - All release posts in one place.
- DeepSeek Harness - Listed under Products on the homepage.
- ollama-python - Python client used in the
from ollama import chatsnippet. - ollama-js - JavaScript client used in the
import ollama from 'ollama'snippet. - Ollama REST API reference -
/api/chatand/api/generatedocumented. - Ollama on GitHub - The runtime source.
- Begin.sh - Turn a prompt or a URL to clone into a working static site or Expo app and download the zip; no hosting, backend or auth to manage.
- DeepSeek Web - The chat UI, for when you want answers rather than an agent editing files.
- DeepSeek App - Mobile and desktop app downloads.
- DeepSeek Discord - Community channel linked from the API docs.
- DeepSeek on X - Release announcements.
- Ollama Discord - Help with local model issues.
- Privacy Policy - Worth reading before sending proprietary code through the API.
- Terms of Use - Same reason.
Open a pull request with a link that appears in DeepSeek's or Ollama's own pages and a one-line reason it belongs here.
Last reviewed: 2026-09-22